Get Namespace Result
data class GetNamespaceResult(val alternateName: String? = null, val clusterArmId: String? = null, val createdAt: String, val disableLocalAuth: Boolean? = null, val encryption: EncryptionResponse? = null, val id: String, val identity: IdentityResponse? = null, val isAutoInflateEnabled: Boolean? = null, val kafkaEnabled: Boolean? = null, val location: String? = null, val maximumThroughputUnits: Int? = null, val metricId: String, val minimumTlsVersion: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceBusEndpoint: String, val sku: SkuResponse? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedAt: String, val zoneRedundant: Boolean? = null)
Single Namespace item in List or Get Operation
Constructors
Link copied to clipboard
fun GetNamespaceResult(alternateName: String? = null, clusterArmId: String? = null, createdAt: String, disableLocalAuth: Boolean? = null, encryption: EncryptionResponse? = null, id: String, identity: IdentityResponse? = null, isAutoInflateEnabled: Boolean? = null, kafkaEnabled: Boolean? = null, location: String? = null, maximumThroughputUnits: Int? = null, metricId: String, minimumTlsVersion: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null, serviceBusEndpoint: String, sku: SkuResponse? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedAt: String, zoneRedundant: Boolean? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard