| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
DeploymentProperties.withActive(Boolean active)
Set the active property: True if deployment is currently active, false if completed and null if not started.
|
DeploymentProperties |
DeploymentProperties.withAuthor(String author)
Set the author property: Who authored the deployment.
|
DeploymentProperties |
DeploymentProperties.withAuthorEmail(String authorEmail)
Set the authorEmail property: Author email.
|
DeploymentProperties |
DeploymentProperties.withDeployer(String deployer)
Set the deployer property: Who performed the deployment.
|
DeploymentProperties |
DeploymentProperties.withDetails(String details)
Set the details property: Details on deployment.
|
DeploymentProperties |
DeploymentProperties.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time.
|
DeploymentProperties |
DeploymentProperties.withMessage(String message)
Set the message property: Details about deployment status.
|
DeploymentProperties |
DeploymentProperties.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time.
|
DeploymentProperties |
DeploymentProperties.withStatus(Integer status)
Set the status property: Deployment status.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.