Get Deployment Result
data class GetDeploymentResult(val azureApiVersion: String, val id: String, val name: String, val properties: DeploymentResourcePropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val type: String)
Deployment resource payload
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: DeploymentResourcePropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, type: String)