次の方法で共有


PartnerTopics interface

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

メソッド

activate(string, string, PartnerTopicsActivateOptionalParams)

新しく作成したパートナー トピックをアクティブ化します。

beginDelete(string, string, PartnerTopicsDeleteOptionalParams)

既存のパートナー トピックを削除します。

beginDeleteAndWait(string, string, PartnerTopicsDeleteOptionalParams)

既存のパートナー トピックを削除します。

createOrUpdate(string, string, PartnerTopic, PartnerTopicsCreateOrUpdateOptionalParams)

指定したパラメーターを使用して、新しいパートナー トピックを非同期に作成します。

deactivate(string, string, PartnerTopicsDeactivateOptionalParams)

特定のパートナー トピックを非アクティブ化します。

get(string, string, PartnerTopicsGetOptionalParams)

パートナー トピックのプロパティを取得します。

listByResourceGroup(string, PartnerTopicsListByResourceGroupOptionalParams)

リソース グループのすべてのパートナー トピックを一覧表示します。

listBySubscription(PartnerTopicsListBySubscriptionOptionalParams)

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

update(string, string, PartnerTopicUpdateParameters, PartnerTopicsUpdateOptionalParams)

指定されたパラメーターを使用してパートナー トピックを非同期的に更新します。

メソッドの詳細

activate(string, string, PartnerTopicsActivateOptionalParams)

新しく作成したパートナー トピックをアクティブ化します。

function activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopic>

パラメーター

resourceGroupName

string

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

partnerTopicName

string

パートナー トピックの名前。

options
PartnerTopicsActivateOptionalParams

オプション パラメーター。

戻り値

Promise<PartnerTopic>

beginDelete(string, string, PartnerTopicsDeleteOptionalParams)

既存のパートナー トピックを削除します。

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

パラメーター

resourceGroupName

string

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

partnerTopicName

string

パートナー トピックの名前。

options
PartnerTopicsDeleteOptionalParams

オプション パラメーター。

戻り値

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

beginDeleteAndWait(string, string, PartnerTopicsDeleteOptionalParams)

既存のパートナー トピックを削除します。

function beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

partnerTopicName

string

パートナー トピックの名前。

options
PartnerTopicsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

createOrUpdate(string, string, PartnerTopic, PartnerTopicsCreateOrUpdateOptionalParams)

指定したパラメーターを使用して、新しいパートナー トピックを非同期に作成します。

function createOrUpdate(resourceGroupName: string, partnerTopicName: string, partnerTopicInfo: PartnerTopic, options?: PartnerTopicsCreateOrUpdateOptionalParams): Promise<PartnerTopic>

パラメーター

resourceGroupName

string

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

partnerTopicName

string

パートナー トピックの名前。

partnerTopicInfo
PartnerTopic

パートナー トピックの情報。

options
PartnerTopicsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PartnerTopic>

deactivate(string, string, PartnerTopicsDeactivateOptionalParams)

特定のパートナー トピックを非アクティブ化します。

function deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopic>

パラメーター

resourceGroupName

string

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

partnerTopicName

string

パートナー トピックの名前。

options
PartnerTopicsDeactivateOptionalParams

オプション パラメーター。

戻り値

Promise<PartnerTopic>

get(string, string, PartnerTopicsGetOptionalParams)

パートナー トピックのプロパティを取得します。

function get(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams): Promise<PartnerTopic>

パラメーター

resourceGroupName

string

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

partnerTopicName

string

パートナー トピックの名前。

options
PartnerTopicsGetOptionalParams

オプション パラメーター。

戻り値

Promise<PartnerTopic>

listByResourceGroup(string, PartnerTopicsListByResourceGroupOptionalParams)

リソース グループのすべてのパートナー トピックを一覧表示します。

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

パラメーター

resourceGroupName

string

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

options
PartnerTopicsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(PartnerTopicsListBySubscriptionOptionalParams)

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

function listBySubscription(options?: PartnerTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>

パラメーター

options
PartnerTopicsListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

update(string, string, PartnerTopicUpdateParameters, PartnerTopicsUpdateOptionalParams)

指定されたパラメーターを使用してパートナー トピックを非同期的に更新します。

function update(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams): Promise<PartnerTopic>

パラメーター

resourceGroupName

string

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

partnerTopicName

string

パートナー トピックの名前。

partnerTopicUpdateParameters
PartnerTopicUpdateParameters

PartnerTopic の更新情報。

options
PartnerTopicsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PartnerTopic>