Freigeben über


SupportTicketsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie Ticketdetails für ein Azure-Abonnement ab. Supportticketdaten sind 12 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 12 Monaten erstellt wurde, kann eine Anforderung für Daten einen Fehler verursachen.

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

Parameter

operations
ISupportTicketsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

supportTicketName
String

Supportticketname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: