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