GetNamespaceResult

data class GetNamespaceResult(val alternateName: String? = null, val azureApiVersion: String, val createdAt: String, val disableLocalAuth: Boolean? = null, val encryption: EncryptionResponse? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val metricId: String, val minimumTlsVersion: String? = null, val name: String, val premiumMessagingPartitions: Int? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceBusEndpoint: String, val sku: SBSkuResponse? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedAt: String, val zoneRedundant: Boolean? = null)

Description of a namespace resource.

Constructors

Link copied to clipboard
constructor(alternateName: String? = null, azureApiVersion: String, createdAt: String, disableLocalAuth: Boolean? = null, encryption: EncryptionResponse? = null, id: String, identity: IdentityResponse? = null, location: String, metricId: String, minimumTlsVersion: String? = null, name: String, premiumMessagingPartitions: Int? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null, serviceBusEndpoint: String, sku: SBSkuResponse? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedAt: String, zoneRedundant: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alternateName: String? = null

Alternate name for namespace

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The time the namespace was created

Link copied to clipboard

This property disables SAS authentication for the Service Bus namespace.

Link copied to clipboard

Properties of BYOK Encryption description

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Properties of BYOK Identity description

Link copied to clipboard

The Geo-location where the resource lives

Link copied to clipboard

Identifier for Azure Insights metrics

Link copied to clipboard

The minimum TLS version for the cluster to support, e.g. '1.2'

Link copied to clipboard

Resource name

Link copied to clipboard

The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4

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
val sku: SBSkuResponse? = null

Properties of SKU

Link copied to clipboard

Status of the namespace.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

The time the namespace was updated.

Link copied to clipboard
val zoneRedundant: Boolean? = null

Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.