ArmRecoveryServicesDataReplicationModelFactory.TestFailoverWorkflowModelCustomProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET