ArmRecoveryServicesDataReplicationModelFactory.TestFailoverWorkflowModelCustomProperties Method

Definition

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

Parameters

affectedObjectDetails
IReadOnlyDictionary<String,String>

Gets or sets any custom properties of the affected object.

protectedItemDetails
IEnumerable<FailoverProtectedItemProperties>

Gets or sets the test VM details.

Returns

A new TestFailoverWorkflowModelCustomProperties instance for mocking.

Applies to