Freigeben über


DomainTopicsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie ein Domänenthema ab.

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

Parameter

operations
IDomainTopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

domainName
String

Name der Domäne.

domainTopicName
String

Name des Themas.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft Eigenschaften eines Domänenthemas ab.

Gilt für: