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

定義

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

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

パラメーター

systemTopicName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

systemTopicName が null です。

適用対象