azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

296 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient"
name: "DatabasesClient"
nameWithType: "DatabasesClient"
summary: "An instance of this class provides access to all the operations defined in Databases<wbr>Client."
syntax: "public interface **DatabasesClient**"
methods:
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.DatabaseInner)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
nameWithType: "DatabasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
summary: "Creates a new database or updates an existing database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required parameters for creating or updating a database."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<DatabaseInner>,DatabaseInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
desc: "Creates a new database or updates an existing database."
returns:
description: "represents a Database 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=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.DatabaseInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
nameWithType: "DatabasesClient.beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
summary: "Creates a new database or updates an existing database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required parameters for creating or updating a database."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
- 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 SyncPoller<PollResult<DatabaseInner>,DatabaseInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
desc: "Creates a new database or updates an existing database."
returns:
description: "represents a Database 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=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginDelete(String resourceGroupName, String serverName, String databaseName)"
name: "beginDelete(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "DatabasesClient.beginDelete(String resourceGroupName, String serverName, String databaseName)"
summary: "Deletes a database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String databaseName)"
desc: "Deletes a database."
returns:
description: "the <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=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.beginDelete(String resourceGroupName, String serverName, String databaseName, Context context)"
name: "beginDelete(String resourceGroupName, String serverName, String databaseName, Context context)"
nameWithType: "DatabasesClient.beginDelete(String resourceGroupName, String serverName, String databaseName, Context context)"
summary: "Deletes a database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String databaseName, Context context)"
desc: "Deletes a database."
returns:
description: "the <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=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.DatabaseInner)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
name: "createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
nameWithType: "DatabasesClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
summary: "Creates a new database or updates an existing database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required parameters for creating or updating a database."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract DatabaseInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters)"
desc: "Creates a new database or updates an existing database."
returns:
description: "represents a Database."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.DatabaseInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
nameWithType: "DatabasesClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
summary: "Creates a new database or updates an existing database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required parameters for creating or updating a database."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
- 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 DatabaseInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, DatabaseInner parameters, Context context)"
desc: "Creates a new database or updates an existing database."
returns:
description: "represents a Database."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.delete(String resourceGroupName, String serverName, String databaseName)"
name: "delete(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "DatabasesClient.delete(String resourceGroupName, String serverName, String databaseName)"
summary: "Deletes a database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String serverName, String databaseName)"
desc: "Deletes a database."
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.delete(String resourceGroupName, String serverName, String databaseName, Context context)"
name: "delete(String resourceGroupName, String serverName, String databaseName, Context context)"
nameWithType: "DatabasesClient.delete(String resourceGroupName, String serverName, String databaseName, Context context)"
summary: "Deletes a database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
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 void delete(String resourceGroupName, String serverName, String databaseName, Context context)"
desc: "Deletes a database."
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.get(String resourceGroupName, String serverName, String databaseName)"
name: "get(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "DatabasesClient.get(String resourceGroupName, String serverName, String databaseName)"
summary: "Gets information about a database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DatabaseInner get(String resourceGroupName, String serverName, String databaseName)"
desc: "Gets information about a database."
returns:
description: "information about a database."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
nameWithType: "DatabasesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
summary: "Gets information about a database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
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<DatabaseInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
desc: "Gets information about a database."
returns:
description: "information about a database 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\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.listByServer(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.listByServer(String resourceGroupName, String serverName)"
name: "listByServer(String resourceGroupName, String serverName)"
nameWithType: "DatabasesClient.listByServer(String resourceGroupName, String serverName)"
summary: "List all the databases in a given server."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DatabaseInner> listByServer(String resourceGroupName, String serverName)"
desc: "List all the databases in a given server."
returns:
description: "a List of databases."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.DatabasesClient.listByServer(String resourceGroupName, String serverName, Context context)"
name: "listByServer(String resourceGroupName, String serverName, Context context)"
nameWithType: "DatabasesClient.listByServer(String resourceGroupName, String serverName, Context context)"
summary: "List all the databases in a given server."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
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<DatabaseInner> listByServer(String resourceGroupName, String serverName, Context context)"
desc: "List all the databases in a given server."
returns:
description: "a List of databases."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in DatabasesClient."
metadata: {}
package: "com.azure.resourcemanager.mysql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2