Uses of Class
com.azure.resourcemanager.mariadb.models.ServerPropertiesForCreate
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerPropertiesForCreate in com.azure.resourcemanager.mariadb.models
Modifier and TypeClassDescriptionfinal class
The properties used to create a new server.final class
The properties used to create a new server by restoring to a different region from a geo replicated backup.final class
The properties to create a new replica.final class
The properties used to create a new server by restoring from a backup.Modifier and TypeMethodDescriptionServerForCreate.properties()
Get the properties property: Properties of the server.ServerPropertiesForCreate.withMinimalTlsVersion
(MinimalTlsVersionEnum minimalTlsVersion) Set the minimalTlsVersion property: Enforce a minimal Tls version for the server.ServerPropertiesForCreate.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerPropertiesForCreate.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerPropertiesForCreate.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerPropertiesForCreate.withVersion
(ServerVersion version) Set the version property: Server version.Modifier and TypeMethodDescriptionServer.DefinitionStages.WithProperties.withProperties
(ServerPropertiesForCreate properties) Specifies the properties property: Properties of the server..ServerForCreate.withProperties
(ServerPropertiesForCreate properties) Set the properties property: Properties of the server.