Uses of Class
com.azure.resourcemanager.mariadb.models.ServerUpdateParameters
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerUpdateParameters in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptioncom.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.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. -
Uses of ServerUpdateParameters in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServerUpdateParameters.withAdministratorLoginPassword
(String administratorLoginPassword) Set the administratorLoginPassword property: The password of the administrator login.ServerUpdateParameters.withMinimalTlsVersion
(MinimalTlsVersionEnum minimalTlsVersion) Set the minimalTlsVersion property: Enforce a minimal Tls version for the server.ServerUpdateParameters.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerUpdateParameters.withReplicationRole
(String replicationRole) Set the replicationRole property: The replication role of the server.Set the sku property: The SKU (pricing tier) of the server.ServerUpdateParameters.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerUpdateParameters.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.Set the tags property: Application-specific metadata in the form of key-value pairs.ServerUpdateParameters.withVersion
(ServerVersion version) Set the version property: The version of a server.