Freigeben über


SystemTopicsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie ein Systemthema ab.

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)

Parameter

operations
ISystemTopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

systemTopicName
String

Name des Systemthemas.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft Eigenschaften eines Systemthemas ab.

Gilt für: