GetNamespaceResult

data class GetNamespaceResult(val azureApiVersion: String, val createdAt: String, val critical: Boolean, val dataCenter: String? = null, val enabled: Boolean, val id: String, val location: String, val metricId: String, val name: String, val namespaceType: String? = null, val networkAcls: NetworkAclsResponse? = null, val pnsCredentials: PnsCredentialsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResourceResponse>, val provisioningState: String? = null, val publicNetworkAccess: String? = null, val region: String, val replicationRegion: String? = null, val scaleUnit: String? = null, val serviceBusEndpoint: String, val sku: SkuResponse, val status: String? = null, val subscriptionId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedAt: String, val zoneRedundancy: String? = null)

Notification Hubs Namespace Resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, critical: Boolean, dataCenter: String? = null, enabled: Boolean, id: String, location: String, metricId: String, name: String, namespaceType: String? = null, networkAcls: NetworkAclsResponse? = null, pnsCredentials: PnsCredentialsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResourceResponse>, provisioningState: String? = null, publicNetworkAccess: String? = null, region: String, replicationRegion: String? = null, scaleUnit: String? = null, serviceBusEndpoint: String, sku: SkuResponse, status: String? = null, subscriptionId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedAt: String, zoneRedundancy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Time when the namespace was created.

Link copied to clipboard

Gets or sets whether or not the namespace is set as Critical.

Link copied to clipboard
val dataCenter: String? = null

Deprecated.

Link copied to clipboard

Gets or sets whether or not the namespace is currently enabled.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Azure Insights Metrics id.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val namespaceType: String? = null

Defines values for NamespaceType.

Link copied to clipboard

A collection of network authorization rules.

Link copied to clipboard

Collection of Notification Hub or Notification Hub Namespace PNS credentials.

Link copied to clipboard

Private Endpoint Connections for namespace

Link copied to clipboard

Defines values for OperationProvisioningState.

Link copied to clipboard

Type of public network access.

Link copied to clipboard

Region. The value is always set to the same value as Namespace.Location, so we are deprecating this property.

Link copied to clipboard

Allowed replication region

Link copied to clipboard
val scaleUnit: String? = null

Gets or sets scaleUnit where the namespace gets created

Link copied to clipboard

Gets or sets endpoint you can use to perform NotificationHub operations.

Link copied to clipboard

The Sku description for a namespace

Link copied to clipboard
val status: String? = null

Namespace status.

Link copied to clipboard

Namespace subscription id.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Time when the namespace was updated.

Link copied to clipboard
val zoneRedundancy: String? = null

Namespace SKU name.