PartnerTopics interface
PartnerTopics を表すインターフェイス。
メソッド
| activate(string, string, Partner |
新しく作成したパートナー トピックをアクティブ化します。 |
| begin |
既存のパートナー トピックを削除します。 |
| begin |
既存のパートナー トピックを削除します。 |
| create |
指定したパラメーターを使用して、新しいパートナー トピックを非同期に作成します。 |
| deactivate(string, string, Partner |
特定のパートナー トピックを非アクティブ化します。 |
| get(string, string, Partner |
パートナー トピックのプロパティを取得します。 |
| list |
リソース グループのすべてのパートナー トピックを一覧表示します。 |
| list |
Azure サブスクリプションのすべてのパートナー トピックを一覧表示します。 |
| update(string, string, Partner |
指定されたパラメーターを使用してパートナー トピックを非同期的に更新します。 |
メソッドの詳細
activate(string, string, PartnerTopicsActivateOptionalParams)
新しく作成したパートナー トピックをアクティブ化します。
function activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopic>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
オプション パラメーター。
戻り値
Promise<PartnerTopic>
beginDelete(string, string, PartnerTopicsDeleteOptionalParams)
既存のパートナー トピックを削除します。
function beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
オプション パラメーター。
戻り値
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
パートナー トピックの名前。
オプション パラメーター。
戻り値
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
パートナー トピックの情報。
オプション パラメーター。
戻り値
Promise<PartnerTopic>
deactivate(string, string, PartnerTopicsDeactivateOptionalParams)
特定のパートナー トピックを非アクティブ化します。
function deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopic>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
オプション パラメーター。
戻り値
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
ユーザーのサブスクリプション内のリソース グループの名前。
オプション パラメーター。
戻り値
listBySubscription(PartnerTopicsListBySubscriptionOptionalParams)
Azure サブスクリプションのすべてのパートナー トピックを一覧表示します。
function listBySubscription(options?: PartnerTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerTopic, PartnerTopic[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
update(string, string, PartnerTopicUpdateParameters, PartnerTopicsUpdateOptionalParams)
指定されたパラメーターを使用してパートナー トピックを非同期的に更新します。
function update(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams): Promise<PartnerTopic>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- partnerTopicUpdateParameters
- PartnerTopicUpdateParameters
PartnerTopic の更新情報。
オプション パラメーター。
戻り値
Promise<PartnerTopic>