Freigeben über


ArmSecurityCenterModelFactory.RegulatoryComplianceStandardData Methode

Definition

Initialisiert eine neue instance von RegulatoryComplianceStandardData.

public static Azure.ResourceManager.SecurityCenter.RegulatoryComplianceStandardData RegulatoryComplianceStandardData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.SecurityCenter.Models.RegulatoryComplianceState? state = default, int? passedControls = default, int? failedControls = default, int? skippedControls = default, int? unsupportedControls = default);
static member RegulatoryComplianceStandardData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.SecurityCenter.Models.RegulatoryComplianceState> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.SecurityCenter.RegulatoryComplianceStandardData
Public Shared Function RegulatoryComplianceStandardData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional state As Nullable(Of RegulatoryComplianceState) = Nothing, Optional passedControls As Nullable(Of Integer) = Nothing, Optional failedControls As Nullable(Of Integer) = Nothing, Optional skippedControls As Nullable(Of Integer) = Nothing, Optional unsupportedControls As Nullable(Of Integer) = Nothing) As RegulatoryComplianceStandardData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

state
Nullable<RegulatoryComplianceState>

Aggregativer Zustand basierend auf den vom Standard unterstützten Steuerelementzuständen.

passedControls
Nullable<Int32>

Die Anzahl der unterstützten Kontrollen zur Einhaltung gesetzlicher Bestimmungen des angegebenen Standards mit einem bestandenen Status.

failedControls
Nullable<Int32>

Die Anzahl der unterstützten Kontrollen zur Einhaltung gesetzlicher Bestimmungen des angegebenen Standards mit einem fehlerhaften Zustand.

skippedControls
Nullable<Int32>

Die Anzahl der unterstützten Kontrollen zur Einhaltung gesetzlicher Bestimmungen des angegebenen Standards mit einem übersprungenen Zustand.

unsupportedControls
Nullable<Int32>

Die Anzahl der Gesetzlichen Compliance-Kontrollen des angegebenen Standards, die von automatisierten Bewertungen nicht unterstützt werden.

Gibt zurück

Eine neue RegulatoryComplianceStandardData instance zum Mocking.

Gilt für: