Uses of Interface
com.azure.resourcemanager.mariadb.models.Configuration
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of Configuration in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionConfiguration.Update.apply()
Executes the update request.Configuration.Update.apply
(com.azure.core.util.Context context) Executes the update request.Configuration.DefinitionStages.WithCreate.create()
Executes the create request.Configuration.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets information about a configuration of server.Gets information about a configuration of server.Configuration.refresh()
Refreshes the resource to sync with Azure.Configuration.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Configuration>
Configurations.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets information about a configuration of server.com.azure.core.http.rest.Response<Configuration>
Configurations.getWithResponse
(String resourceGroupName, String serverName, String configurationName, com.azure.core.util.Context context) Gets information about a configuration of server.com.azure.core.http.rest.PagedIterable<Configuration>
Configurations.listByServer
(String resourceGroupName, String serverName) List all the configurations in a given server.com.azure.core.http.rest.PagedIterable<Configuration>
Configurations.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) List all the configurations in a given server.ConfigurationListResult.value()
Gets the value property: The list of server configurations.