次の方法で共有


NamespaceProperties interface

Service Bus 名前空間に関連するメタデータを表します。

プロパティ

createdAt

名前空間が作成された時刻。

messagingSku

名前空間の SKU/レベル。 "Basic"、"Standard"、"Premium"

messagingUnits

名前空間に割り当てられたメッセージング ユニットの数。 Premium 名前空間に対してのみ有効です。 messagingUnits は、Basic 名前空間と Standard 名前空間に対して に undefined 設定されます。

modifiedAt

名前空間が最後に変更された時刻。

name

名前空間の名前。

プロパティの詳細

createdAt

名前空間が作成された時刻。

createdAt: Date

プロパティ値

Date

messagingSku

名前空間の SKU/レベル。 "Basic"、"Standard"、"Premium"

messagingSku: "Basic" | "Premium" | "Standard"

プロパティ値

"Basic" | "Premium" | "Standard"

messagingUnits

名前空間に割り当てられたメッセージング ユニットの数。 Premium 名前空間に対してのみ有効です。 messagingUnits は、Basic 名前空間と Standard 名前空間に対して に undefined 設定されます。

messagingUnits: undefined | number

プロパティ値

undefined | number

modifiedAt

名前空間が最後に変更された時刻。

modifiedAt: Date

プロパティ値

Date

name

名前空間の名前。

name: string

プロパティ値

string