Get Namespace Result
data class GetNamespaceResult(val createdAt: String, val id: String, val location: String, val metricId: String, 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)
Description of a namespace resource.
Constructors
Link copied to clipboard
constructor(createdAt: String, id: String, location: String, metricId: String, 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)
Properties
Link copied to clipboard
List of private endpoint connections.
Link copied to clipboard
Provisioning state of the Namespace.
Link copied to clipboard
This determines if traffic is allowed over public network. By default it is enabled.
Link copied to clipboard
Endpoint you can use to perform Service Bus operations.
Link copied to clipboard
SKU of the namespace.
Link copied to clipboard
The system meta data relating to this resource.