Freigeben über


TimeZonesOperationsExtensions.GetAsync Methode

Definition

Ruft eine verwaltete instance Zeitzone ab.

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

Parameter

operations
ITimeZonesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String
timeZoneId
String
cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: