Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CsmDeploymentStatusProperties
Packages that use CsmDeploymentStatusProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of CsmDeploymentStatusProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CsmDeploymentStatusPropertiesModifier and TypeMethodDescriptionCsmDeploymentStatusProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CsmDeploymentStatusProperties from the JsonReader.CsmDeploymentStatusProperties.withDeploymentId(String deploymentId) Set the deploymentId property: Deployment operation id.CsmDeploymentStatusProperties.withErrors(List<ErrorEntity> errors) Set the errors property: List of errors.CsmDeploymentStatusProperties.withFailedInstancesLogs(List<String> failedInstancesLogs) Set the failedInstancesLogs property: List of URLs pointing to logs for instances which failed to provision.CsmDeploymentStatusProperties.withNumberOfInstancesFailed(Integer numberOfInstancesFailed) Set the numberOfInstancesFailed property: Number of site instances failed to provision.CsmDeploymentStatusProperties.withNumberOfInstancesInProgress(Integer numberOfInstancesInProgress) Set the numberOfInstancesInProgress property: Number of site instances currently being provisioned.CsmDeploymentStatusProperties.withNumberOfInstancesSuccessful(Integer numberOfInstancesSuccessful) Set the numberOfInstancesSuccessful property: Number of site instances provisioned successfully.CsmDeploymentStatusProperties.withStatus(DeploymentBuildStatus status) Set the status property: Deployment build status.