Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DeploymentProperties
Packages that use DeploymentProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DeploymentProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DeploymentPropertiesModifier and TypeMethodDescriptionstatic DeploymentProperties
DeploymentProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentProperties from the JsonReader.DeploymentProperties.withActive
(Boolean active) Set the active property: True if deployment is currently active, false if completed and null if not started.DeploymentProperties.withAuthor
(String author) Set the author property: Who authored the deployment.DeploymentProperties.withAuthorEmail
(String authorEmail) Set the authorEmail property: Author email.DeploymentProperties.withDeployer
(String deployer) Set the deployer property: Who performed the deployment.DeploymentProperties.withDetails
(String details) Set the details property: Details on deployment.DeploymentProperties.withEndTime
(OffsetDateTime endTime) Set the endTime property: End time.DeploymentProperties.withMessage
(String message) Set the message property: Details about deployment status.DeploymentProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: Start time.DeploymentProperties.withStatus
(Integer status) Set the status property: Deployment status.