CsmDeploymentStatus Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. CsmDeploymentStatus
- com.
- com.
public final class CsmDeploymentStatus
extends ProxyResource
Deployment status response payload.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
deploymentId()
Get the deployment |
|
List<Error |
errors()
Get the errors property: List of errors. |
| List<String> |
failedInstancesLogs()
Get the failed |
|
static
Csm |
fromJson(JsonReader jsonReader)
Reads an instance of Csm |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: Kind of resource. |
| String |
name()
Get the name property: The name of the resource. |
| Integer |
numberOfInstancesFailed()
Get the number |
| Integer |
numberOfInstancesInProgress()
Get the number |
| Integer |
numberOfInstancesSuccessful()
Get the number |
|
Deployment |
status()
Get the status property: Deployment build status. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
deploymentId
public String deploymentId()
Get the deploymentId property: Deployment operation id.
Returns:
errors
public List<ErrorEntity> errors()
Get the errors property: List of errors.
Returns:
failedInstancesLogs
public List<String> failedInstancesLogs()
Get the failedInstancesLogs property: List of URLs pointing to logs for instances which failed to provision.
Returns:
fromJson
public static CsmDeploymentStatus fromJson(JsonReader jsonReader)
Reads an instance of CsmDeploymentStatus from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CsmDeploymentStatus.id()Returns:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CsmDeploymentStatus.name()Returns:
numberOfInstancesFailed
public Integer numberOfInstancesFailed()
Get the numberOfInstancesFailed property: Number of site instances failed to provision.
Returns:
numberOfInstancesInProgress
public Integer numberOfInstancesInProgress()
Get the numberOfInstancesInProgress property: Number of site instances currently being provisioned.
Returns:
numberOfInstancesSuccessful
public Integer numberOfInstancesSuccessful()
Get the numberOfInstancesSuccessful property: Number of site instances provisioned successfully.
Returns:
status
public DeploymentBuildStatus status()
Get the status property: Deployment build status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CsmDeploymentStatus.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CsmDeploymentStatus.type()Returns:
validate
public void validate()
Validates the instance.