DeploymentOperation Interface

Implements

public interface DeploymentOperation
extends Indexable, Refreshable<DeploymentOperation>, HasInnerModel<DeploymentOperationInner>

An immutable client-side representation of a deployment operation.

Method Summary

Modifier and Type Method and Description
abstract String operationId()
abstract ProvisioningOperation provisioningOperation()
abstract String provisioningState()
abstract String statusCode()
abstract Object statusMessage()
abstract TargetResource targetResource()
abstract OffsetDateTime timestamp()

Method Details

operationId

public abstract String operationId()

Returns:

the deployment operation id

provisioningOperation

public abstract ProvisioningOperation provisioningOperation()

Returns:

the name of the current provisioning operation

provisioningState

public abstract String provisioningState()

Returns:

the state of the provisioning resource being deployed

statusCode

public abstract String statusCode()

Returns:

the operation status code.=

statusMessage

public abstract Object statusMessage()

Returns:

the operation status message

targetResource

public abstract TargetResource targetResource()

Returns:

the target resource

timestamp

public abstract OffsetDateTime timestamp()

Returns:

the date and time of the operation

Applies to