TimeZones interface
Schnittstelle, die eine TimeZones darstellt.
Methoden
get(string, string, Time |
Ruft eine Zeitzone der verwalteten Instanz ab. |
list |
Ruft eine Liste der Zeitzonen für verwaltete Instanzen nach Standort ab. |
Details zur Methode
get(string, string, TimeZonesGetOptionalParams)
Ruft eine Zeitzone der verwalteten Instanz ab.
function get(locationName: string, timeZoneId: string, options?: TimeZonesGetOptionalParams): Promise<TimeZone>
Parameter
- locationName
-
string
- timeZoneId
-
string
- options
- TimeZonesGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<TimeZone>
listByLocation(string, TimeZonesListByLocationOptionalParams)
Ruft eine Liste der Zeitzonen für verwaltete Instanzen nach Standort ab.
function listByLocation(locationName: string, options?: TimeZonesListByLocationOptionalParams): PagedAsyncIterableIterator<TimeZone, TimeZone[], PageSettings>
Parameter
- locationName
-
string
Die Optionsparameter.