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
Provisioning |
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
Target |
targetResource()
Gets the target resource. |
abstract
Offset |
timestamp()
Gets the date and time of the operation. |
Method Details
operationId
public abstract String operationId()
Gets the deployment operation id.
Returns:
provisioningOperation
public abstract ProvisioningOperation provisioningOperation()
Gets the name of the current provisioning operation.
Returns:
provisioningState
public abstract String provisioningState()
Gets the state of the provisioning resource being deployed.
Returns:
statusCode
public abstract String statusCode()
Gets the operation status code.
Returns:
statusMessage
public abstract Object statusMessage()
Gets the operation status message.
Returns:
targetResource
public abstract TargetResource targetResource()
Gets the target resource.
Returns:
timestamp
public abstract OffsetDateTime timestamp()
Gets the date and time of the operation.
Returns:
Applies to
Azure SDK for Java