Get Batch Deployment Result
data class GetBatchDeploymentResult(val id: String, val identity: ResourceIdentityResponse? = null, val kind: String? = null, val location: String, val name: String, val properties: BatchDeploymentResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Constructors
Link copied to clipboard
constructor(id: String, identity: ResourceIdentityResponse? = null, kind: String? = null, location: String, name: String, properties: BatchDeploymentResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)