Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RelayNamespace

Package version

interface

An interface representing RelayNamespace. Description of a namespace resource.

extends

TrackedResource

Hierarchy

Index

Properties

Optional createdAt

createdAt: Date
member

{Date} [createdAt] The time the namespace was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string
member

{string} location Resource location.

Optional metricId

metricId: undefined | string
member

{string} [metricId] Identifier for Azure Insights metrics. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningStateEnum
member

{ProvisioningStateEnum} [provisioningState] Possible values include: 'Created', 'Succeeded', 'Deleted', 'Failed', 'Updating', 'Unknown' NOTE: This property will not be serialized. It can only be populated by the server.

Optional serviceBusEndpoint

serviceBusEndpoint: undefined | string
member

{string} [serviceBusEndpoint] Endpoint you can use to perform Service Bus operations. NOTE: This property will not be serialized. It can only be populated by the server.

Optional sku

sku: Sku
member

{Sku} [sku] SKU of the namespace.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updatedAt

updatedAt: Date
member

{Date} [updatedAt] The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc