Freigeben über


ArmRecoveryServicesDataReplicationModelFactory.TestFailoverWorkflowModelCustomProperties Methode

Definition

Initialisiert eine neue instance von TestFailoverWorkflowModelCustomProperties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.TestFailoverWorkflowModelCustomProperties TestFailoverWorkflowModelCustomProperties (System.Collections.Generic.IReadOnlyDictionary<string,string> affectedObjectDetails = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties> protectedItemDetails = default);
static member TestFailoverWorkflowModelCustomProperties : System.Collections.Generic.IReadOnlyDictionary<string, string> * seq<Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.TestFailoverWorkflowModelCustomProperties
Public Shared Function TestFailoverWorkflowModelCustomProperties (Optional affectedObjectDetails As IReadOnlyDictionary(Of String, String) = Nothing, Optional protectedItemDetails As IEnumerable(Of FailoverProtectedItemProperties) = Nothing) As TestFailoverWorkflowModelCustomProperties

Parameter

affectedObjectDetails
IReadOnlyDictionary<String,String>

Ruft benutzerdefinierte Eigenschaften des betroffenen Objekts ab oder legt diese fest.

protectedItemDetails
IEnumerable<FailoverProtectedItemProperties>

Ruft die Details der Test-VM ab oder legt sie fest.

Gibt zurück

Eine neue TestFailoverWorkflowModelCustomProperties instance zum Simulieren.

Gilt für: