ArmRecoveryServicesDataReplicationModelFactory.TestFailoverCleanupWorkflowModelCustomProperties 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 TestFailoverCleanupWorkflowModelCustomProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.TestFailoverCleanupWorkflowModelCustomProperties TestFailoverCleanupWorkflowModelCustomProperties (System.Collections.Generic.IReadOnlyDictionary<string,string> affectedObjectDetails = default, string comments = default);
static member TestFailoverCleanupWorkflowModelCustomProperties : System.Collections.Generic.IReadOnlyDictionary<string, string> * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.TestFailoverCleanupWorkflowModelCustomProperties
Public Shared Function TestFailoverCleanupWorkflowModelCustomProperties (Optional affectedObjectDetails As IReadOnlyDictionary(Of String, String) = Nothing, Optional comments As String = Nothing) As TestFailoverCleanupWorkflowModelCustomProperties
Parameter
- affectedObjectDetails
- IReadOnlyDictionary<String,String>
Ruft benutzerdefinierte Eigenschaften des betroffenen Objekts ab oder legt diese fest.
- comments
- String
Ruft die Testfailoverbereinigungskommentare ab oder legt diese fest.
Gibt zurück
Eine neue TestFailoverCleanupWorkflowModelCustomProperties instance zum Simulieren.