Uses of Class
com.azure.resourcemanager.mariadb.models.ServerPropertiesForReplica
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerPropertiesForReplica in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServerPropertiesForReplica.withMinimalTlsVersion
(MinimalTlsVersionEnum minimalTlsVersion) Set the minimalTlsVersion property: Enforce a minimal Tls version for the server.ServerPropertiesForReplica.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForReplica.withSourceServerId
(String sourceServerId) Set the sourceServerId property: The master server id to create replica from.ServerPropertiesForReplica.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerPropertiesForReplica.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerPropertiesForReplica.withVersion
(ServerVersion version) Set the version property: Server version.