Partager via


TimeZones interface

Interface représentant un TimeZones.

Méthodes

get(string, string, TimeZonesGetOptionalParams)

Obtient un fuseau horaire d’instance managée.

listByLocation(string, TimeZonesListByLocationOptionalParams)

Obtient la liste des fuseaux horaires d’instance managée par emplacement.

Détails de la méthode

get(string, string, TimeZonesGetOptionalParams)

Obtient un fuseau horaire d’instance managée.

function get(locationName: string, timeZoneId: string, options?: TimeZonesGetOptionalParams): Promise<TimeZone>

Paramètres

locationName

string

timeZoneId

string

options
TimeZonesGetOptionalParams

Paramètres d’options.

Retours

Promise<TimeZone>

listByLocation(string, TimeZonesListByLocationOptionalParams)

Obtient la liste des fuseaux horaires d’instance managée par emplacement.

function listByLocation(locationName: string, options?: TimeZonesListByLocationOptionalParams): PagedAsyncIterableIterator<TimeZone, TimeZone[], PageSettings>

Paramètres

locationName

string

options
TimeZonesListByLocationOptionalParams

Paramètres d’options.

Retours