Compartilhar via


SystemTopicsOperationsExtensions.GetAsync Método

Definição

Obter um tópico do sistema.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic> GetAsync (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>
<Extension()>
Public Function GetAsync (operations As ISystemTopicsOperations, resourceGroupName As String, systemTopicName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SystemTopic)

Parâmetros

operations
ISystemTopicsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos na assinatura do usuário.

systemTopicName
String

Nome do tópico do sistema.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obter propriedades de um tópico do sistema.

Aplica-se a