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

296 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient"
name: "ServerKeysClient"
nameWithType: "ServerKeysClient"
summary: "An instance of this class provides access to all the operations defined in Server<wbr>Keys<wbr>Client."
syntax: "public interface **ServerKeysClient**"
methods:
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
name: "beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
nameWithType: "ServerKeysClient.beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
summary: "Creates or updates a MySQL Server key."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be operated on (updated or created)."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 requested MySQL Server key resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ServerKeyInner>,ServerKeyInner> beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
desc: "Creates or updates a MySQL Server key."
returns:
description: "a MySQL Server key 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.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
name: "beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
nameWithType: "ServerKeysClient.beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
summary: "Creates or updates a MySQL Server key."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be operated on (updated or created)."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 requested MySQL Server key resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" 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<ServerKeyInner>,ServerKeyInner> beginCreateOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
desc: "Creates or updates a MySQL Server key."
returns:
description: "a MySQL Server key 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.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.beginDelete(String serverName, String keyName, String resourceGroupName)"
name: "beginDelete(String serverName, String keyName, String resourceGroupName)"
nameWithType: "ServerKeysClient.beginDelete(String serverName, String keyName, String resourceGroupName)"
summary: "Deletes the MySQL Server key with the given name."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be deleted."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String serverName, String keyName, String resourceGroupName)"
desc: "Deletes the MySQL Server key with the given name."
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.ServerKeysClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.beginDelete(String serverName, String keyName, String resourceGroupName, Context context)"
name: "beginDelete(String serverName, String keyName, String resourceGroupName, Context context)"
nameWithType: "ServerKeysClient.beginDelete(String serverName, String keyName, String resourceGroupName, Context context)"
summary: "Deletes the MySQL Server key with the given name."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be deleted."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 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 serverName, String keyName, String resourceGroupName, Context context)"
desc: "Deletes the MySQL Server key with the given name."
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.ServerKeysClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
name: "createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
nameWithType: "ServerKeysClient.createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
summary: "Creates or updates a MySQL Server key."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be operated on (updated or created)."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 requested MySQL Server key resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ServerKeyInner createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters)"
desc: "Creates or updates a MySQL Server key."
returns:
description: "a MySQL Server key."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
name: "createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
nameWithType: "ServerKeysClient.createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
summary: "Creates or updates a MySQL Server key."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be operated on (updated or created)."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 requested MySQL Server key resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" 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 ServerKeyInner createOrUpdate(String serverName, String keyName, String resourceGroupName, ServerKeyInner parameters, Context context)"
desc: "Creates or updates a MySQL Server key."
returns:
description: "a MySQL Server key."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.delete(String serverName, String keyName, String resourceGroupName)"
name: "delete(String serverName, String keyName, String resourceGroupName)"
nameWithType: "ServerKeysClient.delete(String serverName, String keyName, String resourceGroupName)"
summary: "Deletes the MySQL Server key with the given name."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be deleted."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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>"
syntax: "public abstract void delete(String serverName, String keyName, String resourceGroupName)"
desc: "Deletes the MySQL Server key with the given name."
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.delete(String serverName, String keyName, String resourceGroupName, Context context)"
name: "delete(String serverName, String keyName, String resourceGroupName, Context context)"
nameWithType: "ServerKeysClient.delete(String serverName, String keyName, String resourceGroupName, Context context)"
summary: "Deletes the MySQL Server key with the given name."
modifiers:
- "abstract"
parameters:
- 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 MySQL Server key to be deleted."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 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 serverName, String keyName, String resourceGroupName, Context context)"
desc: "Deletes the MySQL Server key with the given name."
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.get(String resourceGroupName, String serverName, String keyName)"
name: "get(String resourceGroupName, String serverName, String keyName)"
nameWithType: "ServerKeysClient.get(String resourceGroupName, String serverName, String keyName)"
summary: "Gets a MySQL Server key."
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 MySQL Server key to be retrieved."
name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ServerKeyInner get(String resourceGroupName, String serverName, String keyName)"
desc: "Gets a MySQL Server key."
returns:
description: "a MySQL Server key."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.getWithResponse(String resourceGroupName, String serverName, String keyName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String keyName, Context context)"
nameWithType: "ServerKeysClient.getWithResponse(String resourceGroupName, String serverName, String keyName, Context context)"
summary: "Gets a MySQL Server key."
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 MySQL Server key to be retrieved."
name: "keyName"
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<ServerKeyInner> getWithResponse(String resourceGroupName, String serverName, String keyName, Context context)"
desc: "Gets a MySQL Server key."
returns:
description: "a MySQL Server key 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.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.list(String resourceGroupName, String serverName)"
name: "list(String resourceGroupName, String serverName)"
nameWithType: "ServerKeysClient.list(String resourceGroupName, String serverName)"
summary: "Gets a list of Server keys."
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<ServerKeyInner> list(String resourceGroupName, String serverName)"
desc: "Gets a list of Server keys."
returns:
description: "a list of Server keys."
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.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.ServerKeysClient.list(String resourceGroupName, String serverName, Context context)"
name: "list(String resourceGroupName, String serverName, Context context)"
nameWithType: "ServerKeysClient.list(String resourceGroupName, String serverName, Context context)"
summary: "Gets a list of Server keys."
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<ServerKeyInner> list(String resourceGroupName, String serverName, Context context)"
desc: "Gets a list of Server keys."
returns:
description: "a list of Server keys."
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.ServerKeyInner?alt=com.azure.resourcemanager.mysql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ServerKeysClient."
metadata: {}
package: "com.azure.resourcemanager.mysql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2