Compartilhar via


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()

Gets the deployment operation id.

abstract ProvisioningOperation provisioningOperation()

Gets the name of the current provisioning operation.

abstract String provisioningState()

Gets the state of the provisioning resource being deployed.

abstract String statusCode()

Gets the operation status code.

abstract Object statusMessage()

Gets the operation status message.

abstract TargetResource targetResource()

Gets the target resource.

abstract OffsetDateTime timestamp()

Gets the date and time of the operation.

Method Details

operationId

public abstract String operationId()

Gets the deployment operation id.

Returns:

the deployment operation id

provisioningOperation

public abstract ProvisioningOperation provisioningOperation()

Gets the name of the current provisioning operation.

Returns:

the name of the current provisioning operation

provisioningState

public abstract String provisioningState()

Gets the state of the provisioning resource being deployed.

Returns:

the state of the provisioning resource being deployed

statusCode

public abstract String statusCode()

Gets the operation status code.

Returns:

the operation status code.

statusMessage

public abstract Object statusMessage()

Gets the operation status message.

Returns:

the operation status message

targetResource

public abstract TargetResource targetResource()

Gets the target resource.

Returns:

the target resource

timestamp

public abstract OffsetDateTime timestamp()

Gets the date and time of the operation.

Returns:

the date and time of the operation

Applies to