Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.ServerUpdateParametersProperties
Package
Description
Package containing the inner data models for MariaDBManagementClient.
-
Uses of ServerUpdateParametersProperties in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerUpdateParametersProperties.withAdministratorLoginPassword
(String administratorLoginPassword) Set the administratorLoginPassword property: The password of the administrator login.ServerUpdateParametersProperties.withMinimalTlsVersion
(MinimalTlsVersionEnum minimalTlsVersion) Set the minimalTlsVersion property: Enforce a minimal Tls version for the server.ServerUpdateParametersProperties.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerUpdateParametersProperties.withReplicationRole
(String replicationRole) Set the replicationRole property: The replication role of the server.ServerUpdateParametersProperties.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerUpdateParametersProperties.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerUpdateParametersProperties.withVersion
(ServerVersion version) Set the version property: The version of a server.