TimeZonesClient Interface
public interface TimeZonesClient
An instance of this class provides access to all the operations defined in TimeZonesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Time |
get(String locationName, String timeZoneId)
Gets a managed instance time zone. |
abstract
Mono<Time |
getAsync(String locationName, String timeZoneId)
Gets a managed instance time zone. |
abstract
Response<Time |
getWithResponse(String locationName, String timeZoneId, Context context)
Gets a managed instance time zone. |
abstract
Mono<Response<Time |
getWithResponseAsync(String locationName, String timeZoneId)
Gets a managed instance time zone. |
abstract
Paged |
listByLocation(String locationName)
Gets a list of managed instance time zones by location. |
abstract
Paged |
listByLocation(String locationName, Context context)
Gets a list of managed instance time zones by location. |
abstract
Paged |
listByLocationAsync(String locationName)
Gets a list of managed instance time zones by location. |
Method Details
get
public abstract TimeZoneInner get(String locationName, String timeZoneId)
Gets a managed instance time zone.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a managed instance time zone.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a managed instance time zone.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a managed instance time zone.
Parameters:
Returns:
listByLocation
public abstract PagedIterable
Gets a list of managed instance time zones by location.
Parameters:
Returns:
listByLocation
public abstract PagedIterable
Gets a list of managed instance time zones by location.
Parameters:
Returns:
listByLocationAsync
public abstract PagedFlux
Gets a list of managed instance time zones by location.
Parameters:
Returns:
Applies to
Azure SDK for Java