Get Managed Hsm Result
data class GetManagedHsmResult(val id: String, val location: String? = null, val name: String, val properties: ManagedHsmPropertiesResponse, val sku: ManagedHsmSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource information with extended details.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: ManagedHsmPropertiesResponse, sku: ManagedHsmSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)