ResourceOperation Class

Individual resource operation information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ResourceOperation

Constructor

ResourceOperation(*, resource_name: Optional[str] = None, resource_type: Optional[str] = None, **kwargs)

Parameters

resource_name
str
Required

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
str
Required

Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.

Variables

operation_id
str

Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.

provisioning_state
str

State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.

status_message
str

Descriptive information of the resource operation.

status_code
str

Http status code of the operation.