次の方法で共有


PartnerNamespaces interface

PartnerNamespaces を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, PartnerNamespace, PartnerNamespacesCreateOrUpdateOptionalParams)

指定したパラメーターを使用して、新しいパートナー名前空間を非同期的に作成します。

beginCreateOrUpdateAndWait(string, string, PartnerNamespace, PartnerNamespacesCreateOrUpdateOptionalParams)

指定したパラメーターを使用して、新しいパートナー名前空間を非同期的に作成します。

beginDelete(string, string, PartnerNamespacesDeleteOptionalParams)

既存のパートナー名前空間を削除します。

beginDeleteAndWait(string, string, PartnerNamespacesDeleteOptionalParams)

既存のパートナー名前空間を削除します。

beginUpdate(string, string, PartnerNamespaceUpdateParameters, PartnerNamespacesUpdateOptionalParams)

指定したパラメーターを使用して、パートナー名前空間を非同期的に更新します。

beginUpdateAndWait(string, string, PartnerNamespaceUpdateParameters, PartnerNamespacesUpdateOptionalParams)

指定したパラメーターを使用して、パートナー名前空間を非同期的に更新します。

get(string, string, PartnerNamespacesGetOptionalParams)

パートナー名前空間のプロパティを取得します。

listByResourceGroup(string, PartnerNamespacesListByResourceGroupOptionalParams)

リソース グループの下にあるすべてのパートナー名前空間を一覧表示します。

listBySubscription(PartnerNamespacesListBySubscriptionOptionalParams)

Azure サブスクリプションのすべてのパートナー名前空間を一覧表示します。

listSharedAccessKeys(string, string, PartnerNamespacesListSharedAccessKeysOptionalParams)

パートナー名前空間に発行するために使用する 2 つのキーを一覧表示します。

regenerateKey(string, string, PartnerNamespaceRegenerateKeyRequest, PartnerNamespacesRegenerateKeyOptionalParams)

パートナー名前空間の共有アクセス キーを再生成します。

メソッドの詳細

beginCreateOrUpdate(string, string, PartnerNamespace, PartnerNamespacesCreateOrUpdateOptionalParams)

指定したパラメーターを使用して、新しいパートナー名前空間を非同期的に作成します。

function beginCreateOrUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerNamespace>, PartnerNamespace>>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

partnerNamespaceInfo
PartnerNamespace

PartnerNamespace 情報。

options
PartnerNamespacesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<PartnerNamespace>, PartnerNamespace>>

beginCreateOrUpdateAndWait(string, string, PartnerNamespace, PartnerNamespacesCreateOrUpdateOptionalParams)

指定したパラメーターを使用して、新しいパートナー名前空間を非同期的に作成します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<PartnerNamespace>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

partnerNamespaceInfo
PartnerNamespace

PartnerNamespace 情報。

options
PartnerNamespacesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PartnerNamespace>

beginDelete(string, string, PartnerNamespacesDeleteOptionalParams)

既存のパートナー名前空間を削除します。

function beginDelete(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

options
PartnerNamespacesDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, PartnerNamespacesDeleteOptionalParams)

既存のパートナー名前空間を削除します。

function beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

options
PartnerNamespacesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, PartnerNamespaceUpdateParameters, PartnerNamespacesUpdateOptionalParams)

指定したパラメーターを使用して、パートナー名前空間を非同期的に更新します。

function beginUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

partnerNamespaceUpdateParameters
PartnerNamespaceUpdateParameters

パートナー名前空間の更新情報。

options
PartnerNamespacesUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginUpdateAndWait(string, string, PartnerNamespaceUpdateParameters, PartnerNamespacesUpdateOptionalParams)

指定したパラメーターを使用して、パートナー名前空間を非同期的に更新します。

function beginUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

partnerNamespaceUpdateParameters
PartnerNamespaceUpdateParameters

パートナー名前空間の更新情報。

options
PartnerNamespacesUpdateOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, PartnerNamespacesGetOptionalParams)

パートナー名前空間のプロパティを取得します。

function get(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesGetOptionalParams): Promise<PartnerNamespace>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

options
PartnerNamespacesGetOptionalParams

options パラメーター。

戻り値

Promise<PartnerNamespace>

listByResourceGroup(string, PartnerNamespacesListByResourceGroupOptionalParams)

リソース グループの下にあるすべてのパートナー名前空間を一覧表示します。

function listByResourceGroup(resourceGroupName: string, options?: PartnerNamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerNamespace, PartnerNamespace[], PageSettings>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

options
PartnerNamespacesListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(PartnerNamespacesListBySubscriptionOptionalParams)

Azure サブスクリプションのすべてのパートナー名前空間を一覧表示します。

function listBySubscription(options?: PartnerNamespacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerNamespace, PartnerNamespace[], PageSettings>

パラメーター

options
PartnerNamespacesListBySubscriptionOptionalParams

options パラメーター。

戻り値

listSharedAccessKeys(string, string, PartnerNamespacesListSharedAccessKeysOptionalParams)

パートナー名前空間に発行するために使用する 2 つのキーを一覧表示します。

function listSharedAccessKeys(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesListSharedAccessKeysOptionalParams): Promise<PartnerNamespaceSharedAccessKeys>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

options
PartnerNamespacesListSharedAccessKeysOptionalParams

options パラメーター。

戻り値

regenerateKey(string, string, PartnerNamespaceRegenerateKeyRequest, PartnerNamespacesRegenerateKeyOptionalParams)

パートナー名前空間の共有アクセス キーを再生成します。

function regenerateKey(resourceGroupName: string, partnerNamespaceName: string, regenerateKeyRequest: PartnerNamespaceRegenerateKeyRequest, options?: PartnerNamespacesRegenerateKeyOptionalParams): Promise<PartnerNamespaceSharedAccessKeys>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。

partnerNamespaceName

string

パートナー名前空間の名前。

regenerateKeyRequest
PartnerNamespaceRegenerateKeyRequest

キーを再生成する要求本文。

options
PartnerNamespacesRegenerateKeyOptionalParams

options パラメーター。

戻り値