ResourceOperation Constructors
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.
Overloads
ResourceOperation() |
Initializes a new instance of the ResourceOperation class. |
ResourceOperation(String, String, String, String, String, String) |
Initializes a new instance of the ResourceOperation class. |
ResourceOperation()
Initializes a new instance of the ResourceOperation class.
public ResourceOperation ();
Public Sub New ()
Applies to
ResourceOperation(String, String, String, String, String, String)
Initializes a new instance of the ResourceOperation class.
public ResourceOperation (string resourceName = default, string operationId = default, string resourceType = default, string provisioningState = default, string statusMessage = default, string statusCode = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ResourceOperation : string * string * string * string * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ResourceOperation
Public Sub New (Optional resourceName As String = Nothing, Optional operationId As String = Nothing, Optional resourceType As String = Nothing, Optional provisioningState As String = Nothing, Optional statusMessage As String = Nothing, Optional statusCode As String = Nothing)
Parameters
- resourceName
- String
Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template.
- operationId
- String
Unique identifier of the operation. For ARM resources, this is the operationId obtained from ARM service.
- resourceType
- String
Type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.
- provisioningState
- String
State of the resource deployment. For ARM resources, this is the current provisioning state of the resource.
- statusMessage
- String
Descriptive information of the resource operation.
- statusCode
- String
Http status code of the operation.
Applies to
Azure SDK for .NET