Freigeben über


TenantSupportTicketCollection.GetIfExistsAsync Methode

Definition

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anfordern von Path/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Vorgangs-IdSupportTicketsNoSubscription_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Support.TenantSupportTicketResource>> GetIfExistsAsync (string supportTicketName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Support.TenantSupportTicketResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Support.TenantSupportTicketResource>>
Public Overridable Function GetIfExistsAsync (supportTicketName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of TenantSupportTicketResource))

Parameter

supportTicketName
String

Supportticketname.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

supportTicketName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

supportTicketName ist NULL.

Gilt für: