Freigeben über


ServicesOperationsExtensions.GetAsync Methode

Definition

Ruft einen bestimmten Azure-Dienst für die Erstellung von Supporttickets ab.

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

Parameter

operations
IServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

serviceName
String

Name des Azure-Diensts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: