Get Deployment Script Result
data class GetDeploymentScriptResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val kind: String, val location: String, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Deployment script object.
Constructors
Link copied to clipboard
fun GetDeploymentScriptResult(id: String, identity: ManagedServiceIdentityResponse? = null, kind: String, location: String, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)