Freigeben über


TenantSupportTicketCollection.GetIfExists(String, CancellationToken) Methode

Definition

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

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