SqlTimeZoneCollection.GetAsync(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un fuseau horaire instance managé.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId}
- IdTimeZones_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>> GetAsync (string timeZoneId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>>
Public Overridable Function GetAsync (timeZoneId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SqlTimeZoneResource))
Paramètres
- timeZoneId
- String
Chaîne à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
timeZoneId
est une chaîne vide et devait être non vide.
timeZoneId
a la valeur null.