RelayUpdateParameters interface

Description of a namespace resource.

Extends

Properties

createdAt

The time the namespace was created. NOTE: This property will not be serialized. It can only be populated by the server.

metricId

Identifier for Azure Insights metrics. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

NOTE: This property will not be serialized. It can only be populated by the server.

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.

sku

SKU of the namespace.

updatedAt

The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

createdAt

The time the namespace was created. NOTE: This property will not be serialized. It can only be populated by the server.

createdAt?: Date

Property Value

Date

metricId

Identifier for Azure Insights metrics. NOTE: This property will not be serialized. It can only be populated by the server.

metricId?: string

Property Value

string

provisioningState

NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: ProvisioningStateEnum

Property Value

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.

serviceBusEndpoint?: string

Property Value

string

sku

SKU of the namespace.

sku?: Sku

Property Value

Sku

updatedAt

The time the namespace was updated. NOTE: This property will not be serialized. It can only be populated by the server.

updatedAt?: Date

Property Value

Date

Inherited Property Details

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ResourceNamespacePatch.id

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ResourceNamespacePatch.name

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From ResourceNamespacePatch.tags

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ResourceNamespacePatch.type