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
Provisioning |
provisioningOperation() |
abstract String | provisioningState() |
abstract String | statusCode() |
abstract Object | statusMessage() |
abstract
Target |
targetResource() |
abstract
Offset |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java