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