Megosztás a következőn keresztül:


SqlTimeZoneCollection.GetAll(CancellationToken) Method

Definition

Gets a list of managed instance time zones by location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones
  • Operation Id: TimeZones_ListByLocation
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlTimeZoneResource
public virtual Azure.Pageable<Azure.ResourceManager.Sql.SqlTimeZoneResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlTimeZoneResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlTimeZoneResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SqlTimeZoneResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SqlTimeZoneResource that may take multiple service requests to iterate over.

Applies to