Partilhar via


SystemTopicCollection.GetAsync(String, CancellationToken) Método

Definição

Obter propriedades de um tópico do sistema.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}
  • Operação IdSystemTopics_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicResource>> GetAsync (string systemTopicName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicResource>>
Public Overridable Function GetAsync (systemTopicName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SystemTopicResource))

Parâmetros

systemTopicName
String

Nome do tópico do sistema.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

systemTopicName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

systemTopicName é nulo.

Aplica-se a