SBNamespaceUpdateParameters interface
Description of a namespace resource.
- Extends
Properties
| alternate |
Alternate name for namespace |
| created |
The time the namespace was created |
| disable |
This property disables SAS authentication for the Service Bus namespace. |
| encryption | Properties of BYOK Encryption description |
| identity | Properties of BYOK Identity description |
| metric |
Identifier for Azure Insights metrics |
| private |
List of private endpoint connections. |
| provisioning |
Provisioning state of the namespace. |
| service |
Endpoint you can use to perform Service Bus operations. |
| sku | Properties of SKU |
| status | Status of the namespace. |
| updated |
The time the namespace was updated. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | Resource location |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
alternateName
Alternate name for namespace
alternateName?: string
Property Value
string
createdAt
The time the namespace was created
createdAt?: Date
Property Value
Date
disableLocalAuth
This property disables SAS authentication for the Service Bus namespace.
disableLocalAuth?: boolean
Property Value
boolean
encryption
identity
metricId
Identifier for Azure Insights metrics
metricId?: string
Property Value
string
privateEndpointConnections
List of private endpoint connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the namespace.
provisioningState?: string
Property Value
string
serviceBusEndpoint
Endpoint you can use to perform Service Bus operations.
serviceBusEndpoint?: string
Property Value
string
sku
status
Status of the namespace.
status?: string
Property Value
string
updatedAt
The time the namespace was updated.
updatedAt?: Date
Property Value
Date
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ResourceNamespacePatch.id
location
Resource location
location?: string
Property Value
string
Inherited From ResourceNamespacePatch.location
name
The name of the resource
name?: string
Property Value
string
Inherited From ResourceNamespacePatch.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ResourceNamespacePatch.systemData
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceNamespacePatch.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ResourceNamespacePatch.type