DeploymentOperationProperties Class
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentOperationProperties
- com.
public class DeploymentOperationProperties
Deployment operation properties.
Constructor Summary
Constructor | Description | |
---|---|---|
DeploymentOperationProperties() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
duration()
Get the duration of the operation. |
Provisioning |
provisioningOperation()
Get the name of the current provisioning operation. |
java.lang.String |
provisioningState()
Get the state of the provisioning. |
Http |
request()
Get the HTTP request message. |
Http |
response()
Get the HTTP response message. |
java.lang.String |
serviceRequestId()
Get deployment operation service request id. |
java.lang.String |
statusCode()
Get operation status code from the resource provider. |
Status |
statusMessage()
Get operation status message from the resource provider. |
Target |
targetResource()
Get the target resource. |
org.joda.time.DateTime |
timestamp()
Get the date and time of the operation. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentOperationProperties
public DeploymentOperationProperties()
Method Details
duration
public String duration()
Get the duration of the operation.
Returns:
provisioningOperation
public ProvisioningOperation provisioningOperation()
Get the name of the current provisioning operation. Possible values include: 'NotSpecified', 'Create', 'Delete', 'Waiting', 'AzureAsyncOperationWaiting', 'ResourceCacheWaiting', 'Action', 'Read', 'EvaluateDeploymentOutput', 'DeploymentCleanup'.
Returns:
provisioningState
public String provisioningState()
Get the state of the provisioning.
Returns:
request
public HttpMessage request()
Get the HTTP request message.
Returns:
response
public HttpMessage response()
Get the HTTP response message.
Returns:
serviceRequestId
public String serviceRequestId()
Get deployment operation service request id.
Returns:
statusCode
public String statusCode()
Get operation status code from the resource provider. This property may not be set if a response has not yet been received.
Returns:
statusMessage
public StatusMessage statusMessage()
Get operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider.
Returns:
targetResource
public TargetResource targetResource()
Get the target resource.
Returns:
timestamp
public DateTime timestamp()
Get the date and time of the operation.
Returns:
Applies to
Azure SDK for Java