DeploymentOperation Interface

Implements

HasInner<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> Indexable Refreshable<DeploymentOperation>

public interface DeploymentOperation
extends Indexable, Refreshable<DeploymentOperation>, HasInner<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>

An immutable client-side representation of a deployment operation.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String operationId()
abstract ProvisioningOperation provisioningOperation()
abstract java.lang.String provisioningState()
abstract java.lang.String statusCode()
abstract java.lang.Object statusMessage()
abstract TargetResource targetResource()
abstract org.joda.time.DateTime 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 DateTime timestamp()

Returns:

the date and time of the operation

Applies to