diff --git a/sdk/securityinsights/Azure.ResourceManager.SecurityInsights/src/Generated/ArmSecurityInsightsModelFactory.cs b/sdk/securityinsights/Azure.ResourceManager.SecurityInsights/src/Generated/ArmSecurityInsightsModelFactory.cs index 2455c35e6339d..2a2e01f52f280 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.