ArmRecoveryServicesDataReplicationModelFactory.DataReplicationWorkflowData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von DataReplicationWorkflowData.
public static Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowData DataReplicationWorkflowData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationWorkflowProperties properties = default);
static member DataReplicationWorkflowData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationWorkflowProperties -> Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowData
Public Shared Function DataReplicationWorkflowData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As DataReplicationWorkflowProperties = Nothing) As DataReplicationWorkflowData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- properties
- DataReplicationWorkflowProperties
Workflowmodelleigenschaften.
Gibt zurück
Eine neue DataReplicationWorkflowData instance zum Simulieren.