PartnerRegistrations interface
PartnerRegistrations を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, PartnerRegistration, PartnerRegistrationsCreateOrUpdateOptionalParams)
指定したパラメーターを使用して新しいパートナー登録を作成します。
function beginCreateOrUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PartnerRegistration>, PartnerRegistration>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerRegistrationName
-
string
パートナー登録の名前。
- partnerRegistrationInfo
- PartnerRegistration
PartnerRegistration 情報。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<PartnerRegistration>, PartnerRegistration>>
beginCreateOrUpdateAndWait(string, string, PartnerRegistration, PartnerRegistrationsCreateOrUpdateOptionalParams)
指定したパラメーターを使用して新しいパートナー登録を作成します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<PartnerRegistration>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerRegistrationName
-
string
パートナー登録の名前。
- partnerRegistrationInfo
- PartnerRegistration
PartnerRegistration 情報。
options パラメーター。
戻り値
Promise<PartnerRegistration>
beginDelete(string, string, PartnerRegistrationsDeleteOptionalParams)
指定したパラメーターを使用してパートナー登録を削除します。
function beginDelete(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerRegistrationName
-
string
パートナー登録の名前。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, PartnerRegistrationsDeleteOptionalParams)
指定したパラメーターを使用してパートナー登録を削除します。
function beginDeleteAndWait(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerRegistrationName
-
string
パートナー登録の名前。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, PartnerRegistrationUpdateParameters, PartnerRegistrationsUpdateOptionalParams)
指定したパラメーターを使用してパートナー登録を更新します。
function beginUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerRegistrationName
-
string
パートナー登録の名前。
- partnerRegistrationUpdateParameters
- PartnerRegistrationUpdateParameters
パートナー登録の更新情報。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginUpdateAndWait(string, string, PartnerRegistrationUpdateParameters, PartnerRegistrationsUpdateOptionalParams)
指定したパラメーターを使用してパートナー登録を更新します。
function beginUpdateAndWait(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerRegistrationName
-
string
パートナー登録の名前。
- partnerRegistrationUpdateParameters
- PartnerRegistrationUpdateParameters
パートナー登録の更新情報。
options パラメーター。
戻り値
Promise<void>
get(string, string, PartnerRegistrationsGetOptionalParams)
指定したパラメーターを使用してパートナー登録を取得します。
function get(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsGetOptionalParams): Promise<PartnerRegistration>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerRegistrationName
-
string
パートナー登録の名前。
options パラメーター。
戻り値
Promise<PartnerRegistration>
listByResourceGroup(string, PartnerRegistrationsListByResourceGroupOptionalParams)
リソース グループのすべてのパートナー登録を一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: PartnerRegistrationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerRegistration, PartnerRegistration[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
options パラメーター。
戻り値
listBySubscription(PartnerRegistrationsListBySubscriptionOptionalParams)
Azure サブスクリプションのすべてのパートナー登録を一覧表示します。
function listBySubscription(options?: PartnerRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerRegistration, PartnerRegistration[], PageSettings>
パラメーター
options パラメーター。