ArmRecoveryServicesDataReplicationModelFactory.TestFailoverCleanupWorkflowModelCustomProperties 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 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
Parameters
- affectedObjectDetails
- IReadOnlyDictionary<String,String>
Gets or sets any custom properties of the affected object.
- comments
- String
Gets or sets the test failover cleanup comments.
Returns
A new TestFailoverCleanupWorkflowModelCustomProperties 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