次の方法で共有


SystemTopics interface

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

メソッド

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

既存のシステム トピックを削除します。

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

既存のシステム トピックを削除します。

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

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

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

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

get(string, string, SystemTopicsGetOptionalParams)

システム トピックのプロパティを取得します。

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

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

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

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

メソッドの詳細

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>

パラメーター

resourceGroupName

string

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

systemTopicName

string

システム トピックの名前。

systemTopicInfo
SystemTopic

システム トピック情報。

options
SystemTopicsCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopic>

パラメーター

resourceGroupName

string

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

systemTopicName

string

システム トピックの名前。

systemTopicInfo
SystemTopic

システム トピック情報。

options
SystemTopicsCreateOrUpdateOptionalParams

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

戻り値

Promise<SystemTopic>

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

既存のシステム トピックを削除します。

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

パラメーター

resourceGroupName

string

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

systemTopicName

string

システム トピックの名前。

options
SystemTopicsDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

既存のシステム トピックを削除します。

function beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

systemTopicName

string

システム トピックの名前。

options
SystemTopicsDeleteOptionalParams

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

戻り値

Promise<void>

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

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

function beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopic>, SystemTopic>>

パラメーター

resourceGroupName

string

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

systemTopicName

string

システム トピックの名前。

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic の更新情報。

options
SystemTopicsUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

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

function beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopic>

パラメーター

resourceGroupName

string

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

systemTopicName

string

システム トピックの名前。

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic の更新情報。

options
SystemTopicsUpdateOptionalParams

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

戻り値

Promise<SystemTopic>

get(string, string, SystemTopicsGetOptionalParams)

システム トピックのプロパティを取得します。

function get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopic>

パラメーター

resourceGroupName

string

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

systemTopicName

string

システム トピックの名前。

options
SystemTopicsGetOptionalParams

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

戻り値

Promise<SystemTopic>

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

options
SystemTopicsListByResourceGroupOptionalParams

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

戻り値

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

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

function listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>

パラメーター

options
SystemTopicsListBySubscriptionOptionalParams

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

戻り値