Freigeben über


ArmDataProtectionBackupModelFactory.DataProtectionBackupRecoveryPointData Methode

Definition

Initialisiert eine neue instance von DataProtectionBackupRecoveryPointData.

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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

properties
DataProtectionBackupRecoveryPointProperties

AzureBackupRecoveryPointResource-Eigenschaften Beachten Sie, dass DataProtectionBackupRecoveryPointProperties die Basisklasse ist. Je nach Szenario muss hier möglicherweise eine abgeleitete Klasse der Basisklasse zugewiesen werden, oder diese Eigenschaft muss in eine der möglichen abgeleiteten Klassen umgewandelt werden. Zu den verfügbaren abgeleiteten Klassen gehören DataProtectionBackupDiscreteRecoveryPointProperties.

Gibt zurück

Eine neue DataProtectionBackupRecoveryPointData instance zum Simulieren.

Gilt für: