ResourceOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET