DeploymentResourcePropertiesResponse

data class DeploymentResourcePropertiesResponse(val active: Boolean, val appName: String, val createdTime: String, val deploymentSettings: DeploymentSettingsResponse? = null, val instances: List<DeploymentInstanceResponse>, val provisioningState: String, val source: UserSourceInfoResponse? = null, val status: String)

Deployment resource properties payload

Constructors

Link copied to clipboard
constructor(active: Boolean, appName: String, createdTime: String, deploymentSettings: DeploymentSettingsResponse? = null, instances: List<DeploymentInstanceResponse>, provisioningState: String, source: UserSourceInfoResponse? = null, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the Deployment is active

Link copied to clipboard

App name of the deployment

Link copied to clipboard

Date time when the resource is created

Link copied to clipboard

Deployment settings of the Deployment

Link copied to clipboard

Collection of instances belong to the Deployment

Link copied to clipboard

Provisioning state of the Deployment

Link copied to clipboard

Uploaded source information of the deployment.

Link copied to clipboard

Status of the Deployment