Freigeben über


SqlTimeZoneCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft eine Liste der verwalteten instance Zeitzonen nach Standort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones
  • Vorgangs-IdTimeZones_ListByLocation
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlTimeZoneResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlTimeZoneResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlTimeZoneResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlTimeZoneResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von SqlTimeZoneResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: