public final class MSDeployStatusProperties extends Object
| Constructor and Description |
|---|
MSDeployStatusProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
complete()
Get the complete property: Whether the deployment operation has completed.
|
String |
deployer()
Get the deployer property: Username of deployer.
|
OffsetDateTime |
endTime()
Get the endTime property: End time of deploy operation.
|
MSDeployProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning state.
|
OffsetDateTime |
startTime()
Get the startTime property: Start time of deploy operation.
|
void |
validate()
Validates the instance.
|
public String deployer()
public MSDeployProvisioningState provisioningState()
public OffsetDateTime startTime()
public OffsetDateTime endTime()
public Boolean complete()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.