Get Deployment Result
data class GetDeploymentResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val properties: DeploymentPropertiesExtendedResponse, val tags: Map<String, String>? = null, val type: String)
Deployment information.