ArmRecoveryServicesDataReplicationModelFactory.WorkflowModelCustomProperties 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 WorkflowModelCustomProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.WorkflowModelCustomProperties WorkflowModelCustomProperties(string instanceType = default, System.Collections.Generic.IReadOnlyDictionary<string,string> affectedObjectDetails = default);
static member WorkflowModelCustomProperties : string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.WorkflowModelCustomProperties
Public Shared Function WorkflowModelCustomProperties (Optional instanceType As String = Nothing, Optional affectedObjectDetails As IReadOnlyDictionary(Of String, String) = Nothing) As WorkflowModelCustomProperties
Parameters
- instanceType
- String
Gets or sets the instance type.
- affectedObjectDetails
- IReadOnlyDictionary<String,String>
Gets or sets any custom properties of the affected object.
Returns
A new WorkflowModelCustomProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET