NamespaceProperties interface
表示與服務匯流排命名空間相關的中繼資料。
屬性
created |
建立命名空間的時間。 |
messaging |
命名空間的 SKU/層。 「Basic」、「Standard」 和 「Premium」 |
messaging |
配置給命名空間的傳訊單位數目。
僅適用于 Premium 命名空間。
messagingUnits 會針對 Basic 和 Standard 命名空間設定為 |
modified |
上次修改命名空間的時間。 |
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