Get Cloud Hsm Cluster Result
data class GetCloudHsmClusterResult(val autoGeneratedDomainNameLabelScope: String? = null, val hsms: List<CloudHsmPropertiesResponse>? = null, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String? = null, val publicNetworkAccess: String? = null, val securityDomain: CloudHsmClusterSecurityDomainPropertiesResponse? = null, val sku: CloudHsmClusterSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource information with extended details.
Constructors
Link copied to clipboard
fun GetCloudHsmClusterResult(autoGeneratedDomainNameLabelScope: String? = null, hsms: List<CloudHsmPropertiesResponse>? = null, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String? = null, publicNetworkAccess: String? = null, securityDomain: CloudHsmClusterSecurityDomainPropertiesResponse? = null, sku: CloudHsmClusterSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)