61 строка
4.7 KiB
YAML
61 строка
4.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mysql.models.ServerParameters"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerParameters"
|
|
name: "ServerParameters"
|
|
nameWithType: "ServerParameters"
|
|
summary: "Resource collection API of Server<wbr>Parameters."
|
|
syntax: "public interface **ServerParameters**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerParameters.listUpdateConfigurations(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerParameters.listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)"
|
|
name: "listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)"
|
|
nameWithType: "ServerParameters.listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)"
|
|
summary: "Update a list of configurations 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 parameters for updating a list of server configuration."
|
|
name: "value"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner?alt=com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner&text=ConfigurationListResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ConfigurationListResult listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)"
|
|
desc: "Update a list of configurations in a given server."
|
|
returns:
|
|
description: "a list of server configurations."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ConfigurationListResult?alt=com.azure.resourcemanager.mysql.models.ConfigurationListResult&text=ConfigurationListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.ServerParameters.listUpdateConfigurations(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.ServerParameters.listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, Context context)"
|
|
name: "listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, Context context)"
|
|
nameWithType: "ServerParameters.listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, Context context)"
|
|
summary: "Update a list of configurations 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 parameters for updating a list of server configuration."
|
|
name: "value"
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner?alt=com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner&text=ConfigurationListResultInner\" 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 ConfigurationListResult listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, Context context)"
|
|
desc: "Update a list of configurations in a given server."
|
|
returns:
|
|
description: "a list of server configurations."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ConfigurationListResult?alt=com.azure.resourcemanager.mysql.models.ConfigurationListResult&text=ConfigurationListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Resource collection API of ServerParameters."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mysql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2
|