RelayUpdateParameters interface
Description of a namespace resource.
- Extends
Properties
| created |
The time the namespace was created. |
| metric |
Identifier for Azure Insights metrics. |
| private |
List of private endpoint connections. |
| provisioning |
Provisioning state of the Namespace. |
| public |
This determines if traffic is allowed over public network. By default it is enabled. |
| service |
Endpoint you can use to perform Service Bus operations. |
| sku | SKU of the namespace. |
| 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} |
| 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
createdAt
The time the namespace was created.
createdAt?: Date
Property Value
Date
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
publicNetworkAccess
This determines if traffic is allowed over public network. By default it is enabled.
publicNetworkAccess?: 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
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