次の方法で共有


NamespaceTopics interface

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

メソッド

beginCreateOrUpdate(string, string, string, NamespaceTopic, NamespaceTopicsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, NamespaceTopic, NamespaceTopicsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, NamespaceTopicsDeleteOptionalParams)

既存の名前空間トピックを削除します。

beginDeleteAndWait(string, string, string, NamespaceTopicsDeleteOptionalParams)

既存の名前空間トピックを削除します。

beginRegenerateKey(string, string, string, TopicRegenerateKeyRequest, NamespaceTopicsRegenerateKeyOptionalParams)

名前空間トピックの共有アクセス キーを再生成します。

beginRegenerateKeyAndWait(string, string, string, TopicRegenerateKeyRequest, NamespaceTopicsRegenerateKeyOptionalParams)

名前空間トピックの共有アクセス キーを再生成します。

beginUpdate(string, string, string, NamespaceTopicUpdateParameters, NamespaceTopicsUpdateOptionalParams)

指定したパラメーターを使用して名前空間トピックを非同期的に更新します。

beginUpdateAndWait(string, string, string, NamespaceTopicUpdateParameters, NamespaceTopicsUpdateOptionalParams)

指定したパラメーターを使用して名前空間トピックを非同期的に更新します。

get(string, string, string, NamespaceTopicsGetOptionalParams)

名前空間トピックのプロパティを取得します。

listByNamespace(string, string, NamespaceTopicsListByNamespaceOptionalParams)

名前空間の下にあるすべての名前空間トピックを一覧表示します。

listSharedAccessKeys(string, string, string, NamespaceTopicsListSharedAccessKeysOptionalParams)

名前空間トピックに発行するために使用する 2 つのキーを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, NamespaceTopic, NamespaceTopicsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicInfo: NamespaceTopic, options?: NamespaceTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopic>, NamespaceTopic>>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

namespaceTopicInfo
NamespaceTopic

名前空間トピック情報。

options
NamespaceTopicsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, NamespaceTopic, NamespaceTopicsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicInfo: NamespaceTopic, options?: NamespaceTopicsCreateOrUpdateOptionalParams): Promise<NamespaceTopic>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

namespaceTopicInfo
NamespaceTopic

名前空間トピック情報。

options
NamespaceTopicsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<NamespaceTopic>

beginDelete(string, string, string, NamespaceTopicsDeleteOptionalParams)

既存の名前空間トピックを削除します。

function beginDelete(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

トピックの名前。

options
NamespaceTopicsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, NamespaceTopicsDeleteOptionalParams)

既存の名前空間トピックを削除します。

function beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

トピックの名前。

options
NamespaceTopicsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginRegenerateKey(string, string, string, TopicRegenerateKeyRequest, NamespaceTopicsRegenerateKeyOptionalParams)

名前空間トピックの共有アクセス キーを再生成します。

function beginRegenerateKey(resourceGroupName: string, namespaceName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: NamespaceTopicsRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<TopicSharedAccessKeys>, TopicSharedAccessKeys>>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

トピックの名前。

regenerateKeyRequest
TopicRegenerateKeyRequest

キーを再生成する要求本文。

options
NamespaceTopicsRegenerateKeyOptionalParams

options パラメーター。

戻り値

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

beginRegenerateKeyAndWait(string, string, string, TopicRegenerateKeyRequest, NamespaceTopicsRegenerateKeyOptionalParams)

名前空間トピックの共有アクセス キーを再生成します。

function beginRegenerateKeyAndWait(resourceGroupName: string, namespaceName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: NamespaceTopicsRegenerateKeyOptionalParams): Promise<TopicSharedAccessKeys>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

トピックの名前。

regenerateKeyRequest
TopicRegenerateKeyRequest

キーを再生成する要求本文。

options
NamespaceTopicsRegenerateKeyOptionalParams

options パラメーター。

戻り値

beginUpdate(string, string, string, NamespaceTopicUpdateParameters, NamespaceTopicsUpdateOptionalParams)

指定したパラメーターを使用して名前空間トピックを非同期的に更新します。

function beginUpdate(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters, options?: NamespaceTopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopic>, NamespaceTopic>>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

namespaceTopicUpdateParameters
NamespaceTopicUpdateParameters

名前空間トピックの更新情報。

options
NamespaceTopicsUpdateOptionalParams

options パラメーター。

戻り値

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

beginUpdateAndWait(string, string, string, NamespaceTopicUpdateParameters, NamespaceTopicsUpdateOptionalParams)

指定したパラメーターを使用して名前空間トピックを非同期的に更新します。

function beginUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters, options?: NamespaceTopicsUpdateOptionalParams): Promise<NamespaceTopic>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

namespaceTopicUpdateParameters
NamespaceTopicUpdateParameters

名前空間トピックの更新情報。

options
NamespaceTopicsUpdateOptionalParams

options パラメーター。

戻り値

Promise<NamespaceTopic>

get(string, string, string, NamespaceTopicsGetOptionalParams)

名前空間トピックのプロパティを取得します。

function get(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsGetOptionalParams): Promise<NamespaceTopic>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

options
NamespaceTopicsGetOptionalParams

options パラメーター。

戻り値

Promise<NamespaceTopic>

listByNamespace(string, string, NamespaceTopicsListByNamespaceOptionalParams)

名前空間の下にあるすべての名前空間トピックを一覧表示します。

function listByNamespace(resourceGroupName: string, namespaceName: string, options?: NamespaceTopicsListByNamespaceOptionalParams): PagedAsyncIterableIterator<NamespaceTopic, NamespaceTopic[], PageSettings>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

options
NamespaceTopicsListByNamespaceOptionalParams

options パラメーター。

戻り値

listSharedAccessKeys(string, string, string, NamespaceTopicsListSharedAccessKeysOptionalParams)

名前空間トピックに発行するために使用する 2 つのキーを一覧表示します。

function listSharedAccessKeys(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsListSharedAccessKeysOptionalParams): Promise<TopicSharedAccessKeys>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

トピックの名前。

options
NamespaceTopicsListSharedAccessKeysOptionalParams

options パラメーター。

戻り値