DeploymentOperationProperties Class

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

public class DeploymentOperationProperties

Deployment operation properties.

Method Summary

Modifier and Type Method and Description
String provisioningState()

Get the provisioningState value.

HttpMessage request()

Get the request value.

HttpMessage response()

Get the response value.

String serviceRequestId()

Get the serviceRequestId value.

String statusCode()

Get the statusCode value.

Object statusMessage()

Get the statusMessage value.

TargetResource targetResource()

Get the targetResource value.

DateTime timestamp()

Get the timestamp value.

Method Details

provisioningState

public String provisioningState()

Get the provisioningState value.

Returns:

the provisioningState value

request

public HttpMessage request()

Get the request value.

Returns:

the request value

response

public HttpMessage response()

Get the response value.

Returns:

the response value

serviceRequestId

public String serviceRequestId()

Get the serviceRequestId value.

Returns:

the serviceRequestId value

statusCode

public String statusCode()

Get the statusCode value.

Returns:

the statusCode value

statusMessage

public Object statusMessage()

Get the statusMessage value.

Returns:

the statusMessage value

targetResource

public TargetResource targetResource()

Get the targetResource value.

Returns:

the targetResource value

timestamp

public DateTime timestamp()

Get the timestamp value.

Returns:

the timestamp value

Applies to