WorkflowModelCustomProperties interface
Workflow model custom properties.
Properties
affected |
Gets or sets any custom properties of the affected object. NOTE: This property will not be serialized. It can only be populated by the server. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
affectedObjectDetails
Gets or sets any custom properties of the affected object. NOTE: This property will not be serialized. It can only be populated by the server.
affectedObjectDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "FailoverWorkflowDetails" | "TestFailoverCleanupWorkflowDetails" | "TestFailoverWorkflowDetails"
Property Value
"FailoverWorkflowDetails" | "TestFailoverCleanupWorkflowDetails" | "TestFailoverWorkflowDetails"
Azure SDK for JavaScript