SystemTopics interface
SystemTopics を表すインターフェイス。
メソッド
| begin |
指定したパラメーターを使用して、新しいシステム トピックを非同期に作成します。 |
| begin |
指定したパラメーターを使用して、新しいシステム トピックを非同期に作成します。 |
| begin |
既存のシステム トピックを削除します。 |
| begin |
既存のシステム トピックを削除します。 |
| begin |
指定されたパラメーターを使用して、システム トピックを非同期的に更新します。 |
| begin |
指定されたパラメーターを使用して、システム トピックを非同期的に更新します。 |
| get(string, string, System |
システム トピックのプロパティを取得します。 |
| list |
リソース グループのすべてのシステム トピックを一覧表示します。 |
| list |
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
システム トピック情報。
オプション パラメーター。
戻り値
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
システム トピック情報。
オプション パラメーター。
戻り値
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
ユーザーのサブスクリプション内のリソース グループの名前。
オプション パラメーター。
戻り値
listBySubscription(SystemTopicsListBySubscriptionOptionalParams)
Azure サブスクリプションのすべてのシステム トピックを一覧表示します。
function listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>
パラメーター
オプション パラメーター。