ProtectedItemModelPropertiesLastFailedPlannedFailoverJob interface
Protected item job properties.
- Extends
Inherited Properties
display |
Gets or sets the workflow friendly display name. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
Gets or sets end time of the workflow. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Gets or sets workflow Id. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Gets or sets workflow name. NOTE: This property will not be serialized. It can only be populated by the server. |
scenario |
Gets or sets protection scenario name. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
Gets or sets start time of the workflow. NOTE: This property will not be serialized. It can only be populated by the server. |
state | Gets or sets workflow state. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
displayName
Gets or sets the workflow friendly display name. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
Inherited From ProtectedItemJobProperties.displayName
endTime
Gets or sets end time of the workflow. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
Inherited From ProtectedItemJobProperties.endTime
id
Gets or sets workflow Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProtectedItemJobProperties.id
name
Gets or sets workflow name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProtectedItemJobProperties.name
scenarioName
Gets or sets protection scenario name. NOTE: This property will not be serialized. It can only be populated by the server.
scenarioName?: string
Property Value
string
Inherited From ProtectedItemJobProperties.scenarioName
startTime
Gets or sets start time of the workflow. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
Inherited From ProtectedItemJobProperties.startTime
state
Gets or sets workflow state. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Inherited From ProtectedItemJobProperties.state
Azure SDK for JavaScript