FailoverWorkflowModelCustomProperties interface
Failover workflow model custom properties.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
protected |
Gets or sets the failed over protected item 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: "FailoverWorkflowDetails"
Property Value
"FailoverWorkflowDetails"
protectedItemDetails
Gets or sets the failed over protected item 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