TestFailoverWorkflowModelCustomProperties interface
Test failover workflow model custom properties.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
protected |
Gets or sets the test VM details. NOTE: This property will not be serialized. It can only be populated by the server. |
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
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "TestFailoverWorkflowDetails"
Property Value
"TestFailoverWorkflowDetails"
protectedItemDetails
Gets or sets the test VM details. NOTE: This property will not be serialized. It can only be populated by the server.
protectedItemDetails?: FailoverProtectedItemProperties[]
Property Value
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