DeploymentOperation Interface
public interface DeploymentOperation extends Indexable,Refreshable,HasInner
An immutable client-side representation of a deployment operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | operationId() |
String | provisioningState() |
String | statusCode() |
Object | statusMessage() |
Target |
targetResource() |
DateTime | timestamp() |
Inherited Members
Method Details
operationId
public String operationId()
Returns:
the deployment operation id
provisioningState
public String provisioningState()
Returns:
the state of the provisioning resource being deployed
statusCode
public String statusCode()
Returns:
the operation status code.=
statusMessage
public Object statusMessage()
Returns:
the operation status message
targetResource
public TargetResource targetResource()
Returns:
the target resource
timestamp
public DateTime 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