TestFailoverCleanupWorkflowModelCustomProperties interface
Test failover cleanup workflow model custom properties.
- Extends
Properties
comments | Gets or sets the test failover cleanup comments. 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 |
Inherited 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. |
Property Details
comments
Gets or sets the test failover cleanup comments. NOTE: This property will not be serialized. It can only be populated by the server.
comments?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "TestFailoverCleanupWorkflowDetails"
Property Value
"TestFailoverCleanupWorkflowDetails"
Inherited 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}
Inherited From WorkflowModelCustomProperties.affectedObjectDetails
Azure SDK for JavaScript