Namespaces interface
名前空間を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, EHNamespace, NamespacesCreateOrUpdateOptionalParams)
名前空間を作成または更新します。 作成されると、この名前空間のリソース マニフェストは変更できません。 この操作はべき等です。
function beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, parameters: EHNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EHNamespace>, EHNamespace>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
- parameters
- EHNamespace
名前空間リソースを作成するためのパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<EHNamespace>, EHNamespace>>
beginCreateOrUpdateAndWait(string, string, EHNamespace, NamespacesCreateOrUpdateOptionalParams)
名前空間を作成または更新します。 作成されると、この名前空間のリソース マニフェストは変更できません。 この操作はべき等です。
function beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, parameters: EHNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<EHNamespace>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
- parameters
- EHNamespace
名前空間リソースを作成するためのパラメーター。
オプション パラメーター。
戻り値
Promise<EHNamespace>
beginDelete(string, string, NamespacesDeleteOptionalParams)
既存の名前空間を削除します。 この操作により、名前空間に関連付けられているすべてのリソースも削除されます。
function beginDelete(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
- options
- NamespacesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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(CheckNameAvailabilityParameter, NamespacesCheckNameAvailabilityOptionalParams)
名前空間名の指定の可用性を確認します。
function checkNameAvailability(parameters: CheckNameAvailabilityParameter, options?: NamespacesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>
パラメーター
- parameters
- CheckNameAvailabilityParameter
指定された名前空間名の可用性を確認するパラメーター
オプション パラメーター。
戻り値
Promise<CheckNameAvailabilityResult>
createOrUpdateAuthorizationRule(string, string, string, AuthorizationRule, NamespacesCreateOrUpdateAuthorizationRuleOptionalParams)
名前空間の AuthorizationRule を作成または更新します。
function createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, parameters: AuthorizationRule, options?: NamespacesCreateOrUpdateAuthorizationRuleOptionalParams): Promise<AuthorizationRule>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
- authorizationRuleName
-
string
承認規則の名前。
- parameters
- AuthorizationRule
共有アクセス AuthorizationRule。
オプション パラメーター。
戻り値
Promise<AuthorizationRule>
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)
名前空間の AuthorizationRule を削除します。
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<EHNamespace>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
- options
- NamespacesGetOptionalParams
オプション パラメーター。
戻り値
Promise<EHNamespace>
getAuthorizationRule(string, string, string, NamespacesGetAuthorizationRuleOptionalParams)
規則名による名前空間の AuthorizationRule を取得します。
function getAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesGetAuthorizationRuleOptionalParams): Promise<AuthorizationRule>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
- authorizationRuleName
-
string
承認規則の名前。
オプション パラメーター。
戻り値
Promise<AuthorizationRule>
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<EHNamespace, EHNamespace[], PageSettings>
パラメーター
- options
- NamespacesListOptionalParams
オプション パラメーター。
戻り値
listAuthorizationRules(string, string, NamespacesListAuthorizationRulesOptionalParams)
名前空間の承認規則の一覧を取得します。
function listAuthorizationRules(resourceGroupName: string, namespaceName: string, options?: NamespacesListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<AuthorizationRule, AuthorizationRule[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
オプション パラメーター。
戻り値
listByResourceGroup(string, NamespacesListByResourceGroupOptionalParams)
リソース グループ内で使用可能な名前空間を一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<EHNamespace, EHNamespace[], 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>
listNetworkRuleSet(string, string, NamespacesListNetworkRuleSetOptionalParams)
名前空間の NetworkRuleSet を取得します。
function listNetworkRuleSet(resourceGroupName: string, namespaceName: string, options?: NamespacesListNetworkRuleSetOptionalParams): Promise<NetworkRuleSetListResult>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
オプション パラメーター。
戻り値
Promise<NetworkRuleSetListResult>
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, EHNamespace, NamespacesUpdateOptionalParams)
名前空間を作成または更新します。 作成されると、この名前空間のリソース マニフェストは変更できません。 この操作はべき等です。
function update(resourceGroupName: string, namespaceName: string, parameters: EHNamespace, options?: NamespacesUpdateOptionalParams): Promise<EHNamespace>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間名
- parameters
- EHNamespace
名前空間リソースを更新するためのパラメーター。
- options
- NamespacesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<EHNamespace>