ArmRecoveryServicesDataReplicationModelFactory.FailoverWorkflowModelCustomProperties Method

Definition

Initializes a new instance of 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

Parameters

affectedObjectDetails
IReadOnlyDictionary<String,String>

Gets or sets any custom properties of the affected object.

protectedItemDetails
IEnumerable<FailoverProtectedItemProperties>

Gets or sets the failed over protected item details.

Returns

A new FailoverWorkflowModelCustomProperties instance for mocking.

Applies to