Uses of Interface
com.azure.resourcemanager.mariadb.models.Server
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of Server in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServer.Update.apply()
Executes the update request.Server.Update.apply
(com.azure.core.util.Context context) Executes the update request.Server.DefinitionStages.WithCreate.create()
Executes the create request.Server.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets information about a server.Servers.getByResourceGroup
(String resourceGroupName, String serverName) Gets information about a server.Server.refresh()
Refreshes the resource to sync with Azure.Server.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Server>
Servers.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets information about a server.com.azure.core.http.rest.Response<Server>
Servers.getByResourceGroupWithResponse
(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets information about a server.com.azure.core.http.rest.PagedIterable<Server>
Servers.list()
List all the servers in a given subscription.com.azure.core.http.rest.PagedIterable<Server>
Servers.list
(com.azure.core.util.Context context) List all the servers in a given subscription.com.azure.core.http.rest.PagedIterable<Server>
Servers.listByResourceGroup
(String resourceGroupName) List all the servers in a given resource group.com.azure.core.http.rest.PagedIterable<Server>
Servers.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) List all the servers in a given resource group.com.azure.core.http.rest.PagedIterable<Server>
Replicas.listByServer
(String resourceGroupName, String serverName) List all the replicas for a given server.com.azure.core.http.rest.PagedIterable<Server>
Replicas.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) List all the replicas for a given server.