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