ResourceOperation interface
Individual resource operation information.
Properties
operation |
Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
State of the resource deployment. For ARM resources, this is the current provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template. |
resource |
Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template. |
status |
Http status code of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
status |
Descriptive information of the resource operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
operationId
Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service. NOTE: This property will not be serialized. It can only be populated by the server.
operationId?: string
Property Value
string
provisioningState
State of the resource deployment. For ARM resources, this is the current provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceName
Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
resourceName?: string
Property Value
string
resourceType
Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
resourceType?: string
Property Value
string
statusCode
Http status code of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
statusCode?: string
Property Value
string
statusMessage
Descriptive information of the resource operation. NOTE: This property will not be serialized. It can only be populated by the server.
statusMessage?: string
Property Value
string