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
Constructors
ResourceOperation() |
Initializes a new instance of the ResourceOperation class. |
ResourceOperation(String, String, String, String, String, String) |
Initializes a new instance of the ResourceOperation class. |
Properties
OperationId |
Gets unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service. |
ProvisioningState |
Gets state of the resource deployment. For ARM resources, this is the current provisioning state of the resource. |
ResourceName |
Gets or sets name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template. |
ResourceType |
Gets or sets type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template. |
StatusCode |
Gets http status code of the operation. |
StatusMessage |
Gets descriptive information of the resource operation. |
Applies to
Azure SDK for .NET