DeploymentOperationProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.DeploymentOperationProperties

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.

ProvisioningOperation provisioningOperation()

Get the name of the current provisioning operation.

java.lang.String provisioningState()

Get the state of the provisioning.

HttpMessage request()

Get the HTTP request message.

HttpMessage 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.

StatusMessage statusMessage()

Get operation status message from the resource provider.

TargetResource targetResource()

Get the target resource.

org.joda.time.DateTime timestamp()

Get the date and time of the operation.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

DeploymentOperationProperties

public DeploymentOperationProperties()

Method Details

duration

public String duration()

Get the duration of the operation.

Returns:

the duration value

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:

the provisioningOperation value

provisioningState

public String provisioningState()

Get the state of the provisioning.

Returns:

the provisioningState value

request

public HttpMessage request()

Get the HTTP request message.

Returns:

the request value

response

public HttpMessage response()

Get the HTTP response message.

Returns:

the response value

serviceRequestId

public String serviceRequestId()

Get deployment operation service request id.

Returns:

the serviceRequestId value

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:

the statusCode value

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:

the statusMessage value

targetResource

public TargetResource targetResource()

Get the target resource.

Returns:

the targetResource value

timestamp

public DateTime timestamp()

Get the date and time of the operation.

Returns:

the timestamp value

Applies to