Topics interface
トピックを表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, Topic, TopicsCreateOrUpdateOptionalParams)
指定したパラメーターを使用して、新しいトピックを非同期に作成します。
function beginCreateOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Topic>, Topic>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- topicInfo
- Topic
トピック情報。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Topic>, Topic>>
beginCreateOrUpdateAndWait(string, string, Topic, TopicsCreateOrUpdateOptionalParams)
指定したパラメーターを使用して、新しいトピックを非同期に作成します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<Topic>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- topicInfo
- Topic
トピック情報。
options パラメーター。
戻り値
Promise<Topic>
beginDelete(string, string, TopicsDeleteOptionalParams)
既存のトピックを削除します。
function beginDelete(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<TopicsDeleteHeaders>, TopicsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- options
- TopicsDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<TopicsDeleteHeaders>, TopicsDeleteHeaders>>
beginDeleteAndWait(string, string, TopicsDeleteOptionalParams)
既存のトピックを削除します。
function beginDeleteAndWait(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<TopicsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- options
- TopicsDeleteOptionalParams
options パラメーター。
戻り値
Promise<TopicsDeleteHeaders>
beginRegenerateKey(string, string, TopicRegenerateKeyRequest, TopicsRegenerateKeyOptionalParams)
トピックの共有アクセス キーを再生成します。
function beginRegenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<TopicSharedAccessKeys>, TopicSharedAccessKeys>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- regenerateKeyRequest
- TopicRegenerateKeyRequest
キーを再生成するための要求本文。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<TopicSharedAccessKeys>, TopicSharedAccessKeys>>
beginRegenerateKeyAndWait(string, string, TopicRegenerateKeyRequest, TopicsRegenerateKeyOptionalParams)
トピックの共有アクセス キーを再生成します。
function beginRegenerateKeyAndWait(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<TopicSharedAccessKeys>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- regenerateKeyRequest
- TopicRegenerateKeyRequest
キーを再生成するための要求本文。
options パラメーター。
戻り値
Promise<TopicSharedAccessKeys>
beginUpdate(string, string, TopicUpdateParameters, TopicsUpdateOptionalParams)
指定したパラメーターを使用してトピックを非同期的に更新します。
function beginUpdate(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- topicUpdateParameters
- TopicUpdateParameters
トピックの更新情報。
- options
- TopicsUpdateOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginUpdateAndWait(string, string, TopicUpdateParameters, TopicsUpdateOptionalParams)
指定したパラメーターを使用してトピックを非同期的に更新します。
function beginUpdateAndWait(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- topicUpdateParameters
- TopicUpdateParameters
トピックの更新情報。
- options
- TopicsUpdateOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, TopicsGetOptionalParams)
トピックのプロパティを取得します。
function get(resourceGroupName: string, topicName: string, options?: TopicsGetOptionalParams): Promise<Topic>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
- options
- TopicsGetOptionalParams
options パラメーター。
戻り値
Promise<Topic>
listByResourceGroup(string, TopicsListByResourceGroupOptionalParams)
リソース グループのすべてのトピックを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: TopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Topic, Topic[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
options パラメーター。
戻り値
listBySubscription(TopicsListBySubscriptionOptionalParams)
Azure サブスクリプションのすべてのトピックを一覧表示します。
function listBySubscription(options?: TopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Topic, Topic[], PageSettings>
パラメーター
options パラメーター。
戻り値
listEventTypes(string, string, string, string, TopicsListEventTypesOptionalParams)
トピックのイベントの種類を一覧表示します。
function listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: TopicsListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType, EventType[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- providerNamespace
-
string
トピックのプロバイダーの名前空間。
- resourceTypeName
-
string
トピックの種類の名前。
- resourceName
-
string
トピックの名前。
options パラメーター。
戻り値
listSharedAccessKeys(string, string, TopicsListSharedAccessKeysOptionalParams)
トピックに発行するために使用する 2 つのキーを一覧表示します。
function listSharedAccessKeys(resourceGroupName: string, topicName: string, options?: TopicsListSharedAccessKeysOptionalParams): Promise<TopicSharedAccessKeys>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
-
string
トピックの名前。
options パラメーター。
戻り値
Promise<TopicSharedAccessKeys>
Azure SDK for JavaScript