Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.ServerInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptionServersClient.create
(String resourceGroupName, String serverName, ServerForCreate parameters) Creates a new server or updates an existing server.ServersClient.create
(String resourceGroupName, String serverName, ServerForCreate parameters, com.azure.core.util.Context context) Creates a new server or updates an existing server.ServersClient.getByResourceGroup
(String resourceGroupName, String serverName) Gets information about a server.ServersClient.update
(String resourceGroupName, String serverName, ServerUpdateParameters parameters) Updates an existing server.ServersClient.update
(String resourceGroupName, String serverName, ServerUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing server.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginCreate
(String resourceGroupName, String serverName, ServerForCreate parameters) Creates a new server or updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginCreate
(String resourceGroupName, String serverName, ServerForCreate parameters) Creates a new server or updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginCreate
(String resourceGroupName, String serverName, ServerForCreate parameters, com.azure.core.util.Context context) Creates a new server or updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginCreate
(String resourceGroupName, String serverName, ServerForCreate parameters, com.azure.core.util.Context context) Creates a new server or updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginUpdate
(String resourceGroupName, String serverName, ServerUpdateParameters parameters) Updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginUpdate
(String resourceGroupName, String serverName, ServerUpdateParameters parameters) Updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginUpdate
(String resourceGroupName, String serverName, ServerUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,
ServerInner> ServersClient.beginUpdate
(String resourceGroupName, String serverName, ServerUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing server.com.azure.core.http.rest.Response<ServerInner>
ServersClient.getByResourceGroupWithResponse
(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets information about a server.com.azure.core.http.rest.PagedIterable<ServerInner>
ServersClient.list()
List all the servers in a given subscription.com.azure.core.http.rest.PagedIterable<ServerInner>
ServersClient.list
(com.azure.core.util.Context context) List all the servers in a given subscription.com.azure.core.http.rest.PagedIterable<ServerInner>
ServersClient.listByResourceGroup
(String resourceGroupName) List all the servers in a given resource group.com.azure.core.http.rest.PagedIterable<ServerInner>
ServersClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) List all the servers in a given resource group.com.azure.core.http.rest.PagedIterable<ServerInner>
ReplicasClient.listByServer
(String resourceGroupName, String serverName) List all the replicas for a given server.com.azure.core.http.rest.PagedIterable<ServerInner>
ReplicasClient.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) List all the replicas for a given server. -
Uses of ServerInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerInner.withAdministratorLogin
(String administratorLogin) Set the administratorLogin property: The administrator's login name of a server.ServerInner.withEarliestRestoreDate
(OffsetDateTime earliestRestoreDate) Set the earliestRestoreDate property: Earliest restore point creation time (ISO8601 format).ServerInner.withFullyQualifiedDomainName
(String fullyQualifiedDomainName) Set the fullyQualifiedDomainName property: The fully qualified domain name of a server.ServerInner.withLocation
(String location) ServerInner.withMasterServerId
(String masterServerId) Set the masterServerId property: The master server id of a replica server.ServerInner.withMinimalTlsVersion
(MinimalTlsVersionEnum minimalTlsVersion) Set the minimalTlsVersion property: Enforce a minimal Tls version for the server.ServerInner.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerInner.withReplicaCapacity
(Integer replicaCapacity) Set the replicaCapacity property: The maximum number of replicas that a master server can have.ServerInner.withReplicationRole
(String replicationRole) Set the replicationRole property: The replication role of the server.Set the sku property: The SKU (pricing tier) of the server.ServerInner.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerInner.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerInner.withUserVisibleState
(ServerState userVisibleState) Set the userVisibleState property: A state of a server that is visible to user.ServerInner.withVersion
(ServerVersion version) Set the version property: Server version. -
Uses of ServerInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServer.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.ServerInner object.Modifier and TypeMethodDescriptionServerListResult.value()
Get the value property: The list of servers.Modifier and TypeMethodDescriptionServerListResult.withValue
(List<ServerInner> value) Set the value property: The list of servers.