ProtectedItemJobProperties interface
Protected item job properties.
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. |
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
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
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
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
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
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
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
Azure SDK for JavaScript