Get Deployment Result
data class GetDeploymentResult(val id: String, val location: String? = null, val name: String, val properties: DeploymentPropertiesExtendedResponse, val tags: Map<String, String>? = null, val type: String)
Deployment information.
Constructors
Link copied to clipboard
fun GetDeploymentResult(id: String, location: String? = null, name: String, properties: DeploymentPropertiesExtendedResponse, tags: Map<String, String>? = null, type: String)