Interface DeploymentOperation
-
- All Superinterfaces:
HasInnerModel<DeploymentOperationInner>,Indexable,Refreshable<DeploymentOperation>
public interface DeploymentOperation extends Indexable, Refreshable<DeploymentOperation>, HasInnerModel<DeploymentOperationInner>
An immutable client-side representation of a deployment operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringoperationId()ProvisioningOperationprovisioningOperation()StringprovisioningState()StringstatusCode()ObjectstatusMessage()TargetResourcetargetResource()OffsetDateTimetimestamp()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
operationId
String operationId()
- Returns:
- the deployment operation id
-
provisioningState
String provisioningState()
- Returns:
- the state of the provisioning resource being deployed
-
provisioningOperation
ProvisioningOperation provisioningOperation()
- Returns:
- the name of the current provisioning operation
-
timestamp
OffsetDateTime timestamp()
- Returns:
- the date and time of the operation
-
statusCode
String statusCode()
- Returns:
- the operation status code.=
-
statusMessage
Object statusMessage()
- Returns:
- the operation status message
-
targetResource
TargetResource targetResource()
- Returns:
- the target resource
-
-