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>