Freigeben über


DomainsOperationsExtensions.GetAsync Methode

Definition

Ruft eine bestimmte Domäne im aktuellen Mandanten ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Graph.RBAC.Models.Domain> GetAsync(this Microsoft.Azure.Graph.RBAC.IDomainsOperations operations, string domainName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Graph.RBAC.IDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Graph.RBAC.Models.Domain>
<Extension()>
Public Function GetAsync (operations As IDomainsOperations, domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Domain)

Parameter

operations
IDomainsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

domainName
String

Name der Domäne.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: