Deployment Resource Properties Response
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)
Properties
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.