Class MSDeployStatusInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.MSDeployStatusInner
-
public final class MSDeployStatusInner extends ProxyOnlyResource
MSDeploy ARM response.
-
-
Constructor Summary
Constructors Constructor Description MSDeployStatusInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleancomplete()Get the complete property: Whether the deployment operation has completed.Stringdeployer()Get the deployer property: Username of deployer.OffsetDateTimeendTime()Get the endTime property: End time of deploy operation.MSDeployProvisioningStateprovisioningState()Get the provisioningState property: Provisioning state.OffsetDateTimestartTime()Get the startTime property: Start time of deploy operation.voidvalidate()Validates the instance.MSDeployStatusInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public MSDeployStatusInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
deployer
public String deployer()
Get the deployer property: Username of deployer.- Returns:
- the deployer value.
-
provisioningState
public MSDeployProvisioningState provisioningState()
Get the provisioningState property: Provisioning state.- Returns:
- the provisioningState value.
-
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of deploy operation.- Returns:
- the startTime value.
-
endTime
public OffsetDateTime endTime()
Get the endTime property: End time of deploy operation.- Returns:
- the endTime value.
-
complete
public Boolean complete()
Get the complete property: Whether the deployment operation has completed.- Returns:
- the complete value.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-