Uses of Enum
com.azure.resourcemanager.mariadb.models.SslEnforcementEnum
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of SslEnforcementEnum in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerInner.sslEnforcement()
Get the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerProperties.sslEnforcement()
Get the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerUpdateParametersProperties.sslEnforcement()
Get the sslEnforcement property: Enable ssl enforcement or not when connect to server.Modifier and TypeMethodDescriptionServerInner.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerProperties.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerUpdateParametersProperties.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server. -
Uses of SslEnforcementEnum in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionstatic SslEnforcementEnum
SslEnforcementEnum.fromString
(String value) Parses a serialized value to a SslEnforcementEnum instance.Server.sslEnforcement()
Gets the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerPropertiesForCreate.sslEnforcement()
Get the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerUpdateParameters.sslEnforcement()
Get the sslEnforcement property: Enable ssl enforcement or not when connect to server.static SslEnforcementEnum
Returns the enum constant of this type with the specified name.static SslEnforcementEnum[]
SslEnforcementEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionServer.UpdateStages.WithSslEnforcement.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Specifies the sslEnforcement property: Enable ssl enforcement or not when connect to server..ServerPropertiesForCreate.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerPropertiesForDefaultCreate.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerPropertiesForGeoRestore.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerPropertiesForReplica.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerPropertiesForRestore.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerUpdateParameters.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.