Namespaces interface
名前空間を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, Namespace, NamespacesCreateOrUpdateOptionalParams)
指定したパラメーターを使用して、新しい名前空間を非同期で作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, namespaceInfo: Namespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Namespace>, Namespace>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- namespaceInfo
- Namespace
名前空間情報。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Namespace>, Namespace>>
beginCreateOrUpdateAndWait(string, string, Namespace, NamespacesCreateOrUpdateOptionalParams)
指定したパラメーターを使用して、新しい名前空間を非同期で作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, namespaceInfo: Namespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<Namespace>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- namespaceInfo
- Namespace
名前空間情報。
オプション パラメーター。
戻り値
Promise<Namespace>
beginDelete(string, string, NamespacesDeleteOptionalParams)
既存の名前空間を削除します。
function beginDelete(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- 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
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- options
- NamespacesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginRegenerateKey(string, string, NamespaceRegenerateKeyRequest, NamespacesRegenerateKeyOptionalParams)
名前空間の共有アクセス キーを再生成します。
function beginRegenerateKey(resourceGroupName: string, namespaceName: string, regenerateKeyRequest: NamespaceRegenerateKeyRequest, options?: NamespacesRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceSharedAccessKeys>, NamespaceSharedAccessKeys>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- regenerateKeyRequest
- NamespaceRegenerateKeyRequest
キーを再生成するための要求本文。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NamespaceSharedAccessKeys>, NamespaceSharedAccessKeys>>
beginRegenerateKeyAndWait(string, string, NamespaceRegenerateKeyRequest, NamespacesRegenerateKeyOptionalParams)
名前空間の共有アクセス キーを再生成します。
function beginRegenerateKeyAndWait(resourceGroupName: string, namespaceName: string, regenerateKeyRequest: NamespaceRegenerateKeyRequest, options?: NamespacesRegenerateKeyOptionalParams): Promise<NamespaceSharedAccessKeys>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- regenerateKeyRequest
- NamespaceRegenerateKeyRequest
キーを再生成するための要求本文。
オプション パラメーター。
戻り値
Promise<NamespaceSharedAccessKeys>
beginUpdate(string, string, NamespaceUpdateParameters, NamespacesUpdateOptionalParams)
指定したパラメーターを使用して名前空間を非同期的に更新します。
function beginUpdate(resourceGroupName: string, namespaceName: string, namespaceUpdateParameters: NamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Namespace>, Namespace>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- namespaceUpdateParameters
- NamespaceUpdateParameters
名前空間の更新情報。
- options
- NamespacesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Namespace>, Namespace>>
beginUpdateAndWait(string, string, NamespaceUpdateParameters, NamespacesUpdateOptionalParams)
指定したパラメーターを使用して名前空間を非同期的に更新します。
function beginUpdateAndWait(resourceGroupName: string, namespaceName: string, namespaceUpdateParameters: NamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<Namespace>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- namespaceUpdateParameters
- NamespaceUpdateParameters
名前空間の更新情報。
- options
- NamespacesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Namespace>
beginValidateCustomDomainOwnership(string, string, NamespacesValidateCustomDomainOwnershipOptionalParams)
名前空間内のすべてのカスタム ドメインの TXT レコードをチェックして、所有権の検証を実行します。
function beginValidateCustomDomainOwnership(resourceGroupName: string, namespaceName: string, options?: NamespacesValidateCustomDomainOwnershipOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomainOwnershipValidationResult>, CustomDomainOwnershipValidationResult>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomDomainOwnershipValidationResult>, CustomDomainOwnershipValidationResult>>
beginValidateCustomDomainOwnershipAndWait(string, string, NamespacesValidateCustomDomainOwnershipOptionalParams)
名前空間内のすべてのカスタム ドメインの TXT レコードをチェックして、所有権の検証を実行します。
function beginValidateCustomDomainOwnershipAndWait(resourceGroupName: string, namespaceName: string, options?: NamespacesValidateCustomDomainOwnershipOptionalParams): Promise<CustomDomainOwnershipValidationResult>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
オプション パラメーター。
戻り値
get(string, string, NamespacesGetOptionalParams)
名前空間のプロパティを取得します。
function get(resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams): Promise<Namespace>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
- options
- NamespacesGetOptionalParams
オプション パラメーター。
戻り値
Promise<Namespace>
listByResourceGroup(string, NamespacesListByResourceGroupOptionalParams)
リソース グループのすべての名前空間を一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Namespace, Namespace[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
オプション パラメーター。
戻り値
listBySubscription(NamespacesListBySubscriptionOptionalParams)
Azure サブスクリプションのすべての名前空間を一覧表示します。
function listBySubscription(options?: NamespacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Namespace, Namespace[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
listSharedAccessKeys(string, string, NamespacesListSharedAccessKeysOptionalParams)
名前空間に発行するために使用する 2 つのキーを一覧表示します。
function listSharedAccessKeys(resourceGroupName: string, namespaceName: string, options?: NamespacesListSharedAccessKeysOptionalParams): Promise<NamespaceSharedAccessKeys>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- namespaceName
-
string
名前空間の名前。
オプション パラメーター。
戻り値
Promise<NamespaceSharedAccessKeys>