From 652fceda108911f42fcbd92456cf2254831db4b0 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Mon, 11 Nov 2024 05:01:06 +0000 Subject: [PATCH] Update SDK codes pu_sq_5 --- .../ArmSecurityInsightsModelFactory.cs | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/sdk/securityinsights/Azure.ResourceManager.SecurityInsights/src/Generated/ArmSecurityInsightsModelFactory.cs b/sdk/securityinsights/Azure.ResourceManager.SecurityInsights/src/Generated/ArmSecurityInsightsModelFactory.cs index 548eb39d35ff6..1a89f063b83c2 100644 --- a/sdk/securityinsights/Azure.ResourceManager.SecurityInsights/src/Generated/ArmSecurityInsightsModelFactory.cs +++ b/sdk/securityinsights/Azure.ResourceManager.SecurityInsights/src/Generated/ArmSecurityInsightsModelFactory.cs @@ -4637,6 +4637,26 @@ public static CodelessApiPollingDataConnector CodelessApiPollingDataConnector(Re pollingConfig); } + /// Initializes a new instance of . + /// Confidence (must be between 0 and 1). + /// Name of the provider from whom this Threat Intelligence information was received. + /// Report link. + /// Threat description (free text). + /// Threat name (e.g. "Jedobot malware"). + /// Threat type (e.g. "Botnet"). + /// A new instance for mocking. + public static SecurityInsightsThreatIntelligence SecurityInsightsThreatIntelligence(double? confidence = null, string providerName = null, string reportLink = null, string threatDescription = null, string threatName = null, string threatType = null) + { + return new SecurityInsightsThreatIntelligence( + confidence, + providerName, + reportLink, + threatDescription, + threatName, + threatType, + serializedAdditionalRawData: null); + } + /// Initializes a new instance of . /// The id. /// The name. @@ -4955,26 +4975,6 @@ public static SecurityInsightsIotDeviceEntity SecurityInsightsIotDeviceEntity(Re isScanner); } - /// Initializes a new instance of . - /// Confidence (must be between 0 and 1). - /// Name of the provider from whom this Threat Intelligence information was received. - /// Report link. - /// Threat description (free text). - /// Threat name (e.g. "Jedobot malware"). - /// Threat type (e.g. "Botnet"). - /// A new instance for mocking. - public static SecurityInsightsThreatIntelligence SecurityInsightsThreatIntelligence(double? confidence = null, string providerName = null, string reportLink = null, string threatDescription = null, string threatName = null, string threatType = null) - { - return new SecurityInsightsThreatIntelligence( - confidence, - providerName, - reportLink, - threatDescription, - threatName, - threatType, - serializedAdditionalRawData: null); - } - /// Initializes a new instance of . /// The id. /// The name.