net9.0
namespace Azure.ResourceManager.SecurityInsights.Models
{
public static class ArmSecurityInsightsModelFactory
{
public static SecurityInsightsAlert SecurityInsightsAlert(ResourceIdentifier id = null, string name = null, ResourceType resourceType = default, SystemData systemData = null, IReadOnlyDictionary<string, BinaryData> additionalData = null, string friendlyName = null, string alertDisplayName = null, string alertType = null, string compromisedEntity = null, SecurityInsightsAlertConfidenceLevel? confidenceLevel = default, IEnumerable<SecurityInsightsAlertConfidenceReason> confidenceReasons = null, double? confidenceScore = default, SecurityInsightsAlertConfidenceScoreStatus? confidenceScoreStatus = default, string description = null, DateTimeOffset? endOn = default, SecurityInsightsKillChainIntent? intent = default, string providerAlertId = null, DateTimeOffset? processingEndOn = default, string productComponentName = null, string productName = null, string productVersion = null, IEnumerable<string> remediationSteps = null, SecurityInsightsAlertSeverity? severity = default, DateTimeOffset? startOn = default, SecurityInsightsAlertStatus? status = default, string systemAlertId = null, IEnumerable<SecurityInsightsAttackTactic> tactics = null, DateTimeOffset? alertGeneratedOn = default, string vendorName = null, string alertLink = null, IEnumerable<BinaryData> resourceIdentifiers = null);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net9.0 | |
Assemblies | Azure.ResourceManager.SecurityInsights , Version=1.2.0.0, PublicKeyToken=92742159e12e44c8 Azure.ResourceManager.SecurityInsights , Version=1.1.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.ResourceManager.SecurityInsights (1.2.0-beta.1) netstandard2.0 |
Platform Restrictions | This API is supported on all platforms. |