次の方法で共有


PartnerTopicCollection.Get(String, CancellationToken) メソッド

定義

パートナー トピックのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}
  • 操作IdPartnerTopics_Get
public virtual Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource> Get (string partnerTopicName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicResource>
Public Overridable Function Get (partnerTopicName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PartnerTopicResource)

パラメーター

partnerTopicName
String

パートナー トピックの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

partnerTopicName は空の文字列であり、空でないと想定されていました。

partnerTopicName が null です。

適用対象