Uses of Interface
com.azure.resourcemanager.mariadb.models.Server.Update
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of Server.Update in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServer.update()
Begins update for the Server resource.Server.UpdateStages.WithAdministratorLoginPassword.withAdministratorLoginPassword
(String administratorLoginPassword) Specifies the administratorLoginPassword property: The password of the administrator login..Server.UpdateStages.WithMinimalTlsVersion.withMinimalTlsVersion
(MinimalTlsVersionEnum minimalTlsVersion) Specifies the minimalTlsVersion property: Enforce a minimal Tls version for the server..Server.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public network access is allowed for this server.Server.UpdateStages.WithReplicationRole.withReplicationRole
(String replicationRole) Specifies the replicationRole property: The replication role of the server..Specifies the sku property: The SKU (pricing tier) of the server..Server.UpdateStages.WithSslEnforcement.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Specifies the sslEnforcement property: Enable ssl enforcement or not when connect to server..Server.UpdateStages.WithStorageProfile.withStorageProfile
(StorageProfile storageProfile) Specifies the storageProfile property: Storage profile of a server..Specifies the tags property: Application-specific metadata in the form of key-value pairs..Server.UpdateStages.WithVersion.withVersion
(ServerVersion version) Specifies the version property: The version of a server..