DeploymentOperation Interface

public interface DeploymentOperation extends Indexable,Refreshable,HasInner

An immutable client-side representation of a deployment operation.

Method Summary

Modifier and Type Method and Description
String operationId()
String provisioningState()
String statusCode()
Object statusMessage()
TargetResource targetResource()
DateTime timestamp()

Inherited Members

Method Details

operationId

public String operationId()

Returns:

the deployment operation id

provisioningState

public String provisioningState()

Returns:

the state of the provisioning resource being deployed

statusCode

public String statusCode()

Returns:

the operation status code.=

statusMessage

public Object statusMessage()

Returns:

the operation status message

targetResource

public TargetResource targetResource()

Returns:

the target resource

timestamp

public DateTime timestamp()

Returns:

the date and time of the operation

Applies to