2023-01-31 08:16:59 +03:00
### YamlMime:JavaType
uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient"
name : "TimeZonesClient"
nameWithType : "TimeZonesClient"
summary : "An instance of this class provides access to all the operations defined in Time<wbr>Zones<wbr>Client."
syntax : "public interface **TimeZonesClient**"
methods :
- uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.get(java.lang.String,java.lang.String)"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.get(String locationName, String timeZoneId)"
name : "get(String locationName, String timeZoneId)"
nameWithType : "TimeZonesClient.get(String locationName, String timeZoneId)"
summary : "Gets a managed instance time zone."
modifiers :
- "abstract"
parameters :
- description : "The locationName parameter."
name : "locationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "The timeZoneId parameter."
name : "timeZoneId"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax : "public abstract TimeZoneInner get(String locationName, String timeZoneId)"
desc : "Gets a managed instance time zone."
returns :
description : "a managed instance time zone."
type : "<xref href=\"com.azure.resourcemanager.sql.fluent.models.TimeZoneInner?alt=com.azure.resourcemanager.sql.fluent.models.TimeZoneInner&text=TimeZoneInner\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.getAsync(java.lang.String,java.lang.String)"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.getAsync(String locationName, String timeZoneId)"
name : "getAsync(String locationName, String timeZoneId)"
nameWithType : "TimeZonesClient.getAsync(String locationName, String timeZoneId)"
summary : "Gets a managed instance time zone."
modifiers :
- "abstract"
parameters :
- description : "The locationName parameter."
name : "locationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "The timeZoneId parameter."
name : "timeZoneId"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax : "public abstract Mono<TimeZoneInner> getAsync(String locationName, String timeZoneId)"
desc : "Gets a managed instance time zone."
returns :
description : "a managed instance time zone on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
2024-01-23 08:46:40 +03:00
type : "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.sql.fluent.models.TimeZoneInner?alt=com.azure.resourcemanager.sql.fluent.models.TimeZoneInner&text=TimeZoneInner\" data-throw-if-not-resolved=\"False\" />>"
2023-01-31 08:16:59 +03:00
- uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.getWithResponse(String locationName, String timeZoneId, Context context)"
name : "getWithResponse(String locationName, String timeZoneId, Context context)"
nameWithType : "TimeZonesClient.getWithResponse(String locationName, String timeZoneId, Context context)"
summary : "Gets a managed instance time zone."
modifiers :
- "abstract"
parameters :
- description : "The locationName parameter."
name : "locationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "The timeZoneId parameter."
name : "timeZoneId"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Response<TimeZoneInner> getWithResponse(String locationName, String timeZoneId, Context context)"
desc : "Gets a managed instance time zone."
returns :
description : "a managed instance time zone along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.TimeZoneInner?alt=com.azure.resourcemanager.sql.fluent.models.TimeZoneInner&text=TimeZoneInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.getWithResponseAsync(java.lang.String,java.lang.String)"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.getWithResponseAsync(String locationName, String timeZoneId)"
name : "getWithResponseAsync(String locationName, String timeZoneId)"
nameWithType : "TimeZonesClient.getWithResponseAsync(String locationName, String timeZoneId)"
summary : "Gets a managed instance time zone."
modifiers :
- "abstract"
parameters :
- description : "The locationName parameter."
name : "locationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "The timeZoneId parameter."
name : "timeZoneId"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax : "public abstract Mono<Response<TimeZoneInner>> getWithResponseAsync(String locationName, String timeZoneId)"
desc : "Gets a managed instance time zone."
returns :
description : "a managed instance time zone along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
2024-01-23 08:46:40 +03:00
type : "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.TimeZoneInner?alt=com.azure.resourcemanager.sql.fluent.models.TimeZoneInner&text=TimeZoneInner\" data-throw-if-not-resolved=\"False\" />>>"
2023-01-31 08:16:59 +03:00
- uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.listByLocation(java.lang.String)"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.listByLocation(String locationName)"
name : "listByLocation(String locationName)"
nameWithType : "TimeZonesClient.listByLocation(String locationName)"
summary : "Gets a list of managed instance time zones by location."
modifiers :
- "abstract"
parameters :
- description : "The locationName parameter."
name : "locationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax : "public abstract PagedIterable<TimeZoneInner> listByLocation(String locationName)"
desc : "Gets a list of managed instance time zones by location."
returns :
description : "a list of managed instance time zones by location as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.TimeZoneInner?alt=com.azure.resourcemanager.sql.fluent.models.TimeZoneInner&text=TimeZoneInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.listByLocation(java.lang.String,com.azure.core.util.Context)"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.listByLocation(String locationName, Context context)"
name : "listByLocation(String locationName, Context context)"
nameWithType : "TimeZonesClient.listByLocation(String locationName, Context context)"
summary : "Gets a list of managed instance time zones by location."
modifiers :
- "abstract"
parameters :
- description : "The locationName parameter."
name : "locationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description : "The context to associate with this operation."
name : "context"
type : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract PagedIterable<TimeZoneInner> listByLocation(String locationName, Context context)"
desc : "Gets a list of managed instance time zones by location."
returns :
description : "a list of managed instance time zones by location as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.TimeZoneInner?alt=com.azure.resourcemanager.sql.fluent.models.TimeZoneInner&text=TimeZoneInner\" data-throw-if-not-resolved=\"False\" />>"
- uid : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.listByLocationAsync(java.lang.String)"
fullName : "com.azure.resourcemanager.sql.fluent.TimeZonesClient.listByLocationAsync(String locationName)"
name : "listByLocationAsync(String locationName)"
nameWithType : "TimeZonesClient.listByLocationAsync(String locationName)"
summary : "Gets a list of managed instance time zones by location."
modifiers :
- "abstract"
parameters :
- description : "The locationName parameter."
name : "locationName"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax : "public abstract PagedFlux<TimeZoneInner> listByLocationAsync(String locationName)"
desc : "Gets a list of managed instance time zones by location."
returns :
description : "a list of managed instance time zones by location as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type : "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.TimeZoneInner?alt=com.azure.resourcemanager.sql.fluent.models.TimeZoneInner&text=TimeZoneInner\" data-throw-if-not-resolved=\"False\" />>"
type : "interface"
desc : "An instance of this class provides access to all the operations defined in TimeZonesClient."
metadata : {}
package : "com.azure.resourcemanager.sql.fluent"
2024-10-26 06:18:01 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0