ArmRecoveryServicesDataReplicationModelFactory.TestFailoverWorkflowModelCustomProperties 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 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.