Udostępnij za pośrednictwem


ResourceOperation Class

Definition

Individual resource operation information.

public class ResourceOperation
type ResourceOperation = class
Public Class ResourceOperation
Inheritance
ResourceOperation

Properties

OperationId

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

ProvisioningState

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

ResourceName

Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.

ResourceType

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

StatusCode

Http status code of the operation.

StatusMessage

Descriptive information of the resource operation.

Applies to