Compartir a través de


ArmAppComplianceAutomationModelFactory.SnapshotResourceData Método

Definición

Inicializa una nueva instancia de SnapshotResourceData.

public static Azure.ResourceManager.AppComplianceAutomation.SnapshotResourceData SnapshotResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppComplianceAutomation.Models.SnapshotProperties properties = default);
static member SnapshotResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppComplianceAutomation.Models.SnapshotProperties -> Azure.ResourceManager.AppComplianceAutomation.SnapshotResourceData
Public Shared Function SnapshotResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As SnapshotProperties = Nothing) As SnapshotResourceData

Parámetros

id
ResourceIdentifier

El identificador.

name
String

Nombre.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

properties
SnapshotProperties

Propiedad de la instantánea.

Devoluciones

SnapshotResourceData Nueva instancia de para simular.

Se aplica a