Namespaces interface
表示命名空間的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, SBNamespace, NamespacesCreateOrUpdateOptionalParams)
建立或更新服務命名空間。 建立之後,此命名空間的資源資訊清單是不可變的。 這是一個等冪作業。
function beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, parameters: SBNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SBNamespace>, SBNamespace>>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱。
- parameters
- SBNamespace
提供用來建立命名空間資源的參數。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<SBNamespace>, SBNamespace>>
beginCreateOrUpdateAndWait(string, string, SBNamespace, NamespacesCreateOrUpdateOptionalParams)
建立或更新服務命名空間。 建立之後,此命名空間的資源資訊清單是不可變的。 這是一個等冪作業。
function beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, parameters: SBNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<SBNamespace>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱。
- parameters
- SBNamespace
提供用來建立命名空間資源的參數。
選項參數。
傳回
Promise<SBNamespace>
beginDelete(string, string, NamespacesDeleteOptionalParams)
刪除現有的命名空間。 這項作業也會移除 命名空間下的所有相關聯資源。
function beginDelete(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- options
- NamespacesDeleteOptionalParams
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, NamespacesDeleteOptionalParams)
刪除現有的命名空間。 這項作業也會移除 命名空間下的所有相關聯資源。
function beginDeleteAndWait(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- options
- NamespacesDeleteOptionalParams
選項參數。
傳回
Promise<void>
checkNameAvailability(CheckNameAvailability, NamespacesCheckNameAvailabilityOptionalParams)
檢查提供命名空間名稱的可用性。
function checkNameAvailability(parameters: CheckNameAvailability, options?: NamespacesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>
參數
- parameters
- CheckNameAvailability
用來檢查指定命名空間名稱可用性的參數
選項參數。
傳回
Promise<CheckNameAvailabilityResult>
createOrUpdateAuthorizationRule(string, string, string, SBAuthorizationRule, NamespacesCreateOrUpdateAuthorizationRuleOptionalParams)
建立或更新命名空間的授權規則。
function createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, parameters: SBAuthorizationRule, options?: NamespacesCreateOrUpdateAuthorizationRuleOptionalParams): Promise<SBAuthorizationRule>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- authorizationRuleName
-
string
授權規則名稱。
- parameters
- SBAuthorizationRule
共用存取授權規則。
選項參數。
傳回
Promise<SBAuthorizationRule>
createOrUpdateNetworkRuleSet(string, string, NetworkRuleSet, NamespacesCreateOrUpdateNetworkRuleSetOptionalParams)
建立或更新命名空間的 NetworkRuleSet。
function createOrUpdateNetworkRuleSet(resourceGroupName: string, namespaceName: string, parameters: NetworkRuleSet, options?: NamespacesCreateOrUpdateNetworkRuleSetOptionalParams): Promise<NetworkRuleSet>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- parameters
- NetworkRuleSet
命名空間 IpFilterRule。
選項參數。
傳回
Promise<NetworkRuleSet>
deleteAuthorizationRule(string, string, string, NamespacesDeleteAuthorizationRuleOptionalParams)
刪除命名空間授權規則。
function deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesDeleteAuthorizationRuleOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- authorizationRuleName
-
string
授權規則名稱。
選項參數。
傳回
Promise<void>
get(string, string, NamespacesGetOptionalParams)
取得指定之命名空間的描述。
function get(resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams): Promise<SBNamespace>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- options
- NamespacesGetOptionalParams
選項參數。
傳回
Promise<SBNamespace>
getAuthorizationRule(string, string, string, NamespacesGetAuthorizationRuleOptionalParams)
依規則名稱取得命名空間的授權規則。
function getAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesGetAuthorizationRuleOptionalParams): Promise<SBAuthorizationRule>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- authorizationRuleName
-
string
授權規則名稱。
選項參數。
傳回
Promise<SBAuthorizationRule>
getNetworkRuleSet(string, string, NamespacesGetNetworkRuleSetOptionalParams)
取得命名空間的 NetworkRuleSet。
function getNetworkRuleSet(resourceGroupName: string, namespaceName: string, options?: NamespacesGetNetworkRuleSetOptionalParams): Promise<NetworkRuleSet>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
選項參數。
傳回
Promise<NetworkRuleSet>
list(NamespacesListOptionalParams)
取得訂用帳戶內的所有可用命名空間,不論資源群組為何。
function list(options?: NamespacesListOptionalParams): PagedAsyncIterableIterator<SBNamespace, SBNamespace[], PageSettings>
參數
- options
- NamespacesListOptionalParams
選項參數。
傳回
listAuthorizationRules(string, string, NamespacesListAuthorizationRulesOptionalParams)
取得命名空間的授權規則。
function listAuthorizationRules(resourceGroupName: string, namespaceName: string, options?: NamespacesListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<SBAuthorizationRule, SBAuthorizationRule[], PageSettings>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
選項參數。
傳回
listByResourceGroup(string, NamespacesListByResourceGroupOptionalParams)
取得資源群組內的可用命名空間。
function listByResourceGroup(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SBNamespace, SBNamespace[], PageSettings>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
選項參數。
傳回
listKeys(string, string, string, NamespacesListKeysOptionalParams)
取得命名空間的主要和次要連接字串。
function listKeys(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesListKeysOptionalParams): Promise<AccessKeys>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- authorizationRuleName
-
string
授權規則名稱。
- options
- NamespacesListKeysOptionalParams
選項參數。
傳回
Promise<AccessKeys>
listNetworkRuleSets(string, string, NamespacesListNetworkRuleSetsOptionalParams)
取得命名空間的 NetworkRuleSet 清單。
function listNetworkRuleSets(resourceGroupName: string, namespaceName: string, options?: NamespacesListNetworkRuleSetsOptionalParams): PagedAsyncIterableIterator<NetworkRuleSet, NetworkRuleSet[], PageSettings>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
選項參數。
傳回
regenerateKeys(string, string, string, RegenerateAccessKeyParameters, NamespacesRegenerateKeysOptionalParams)
重新產生命名空間的主要或次要連接字串。
function regenerateKeys(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, parameters: RegenerateAccessKeyParameters, options?: NamespacesRegenerateKeysOptionalParams): Promise<AccessKeys>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- authorizationRuleName
-
string
授權規則名稱。
- parameters
- RegenerateAccessKeyParameters
提供以重新產生授權規則的參數。
選項參數。
傳回
Promise<AccessKeys>
update(string, string, SBNamespaceUpdateParameters, NamespacesUpdateOptionalParams)
更新服務命名空間。 建立之後,這個命名空間的資源資訊清單是不可變的。 這是一個等冪作業。
function update(resourceGroupName: string, namespaceName: string, parameters: SBNamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<SBNamespace>
參數
- resourceGroupName
-
string
Azure 訂用帳戶內的資源組名。
- namespaceName
-
string
命名空間名稱
- parameters
- SBNamespaceUpdateParameters
提供以更新命名空間資源的參數。
- options
- NamespacesUpdateOptionalParams
選項參數。
傳回
Promise<SBNamespace>