Uses of Class
com.azure.resourcemanager.workloads.models.EnableSslEnforcement
Packages that use EnableSslEnforcement
Package
Description
Package containing the data models for WorkloadsClient.
-
Uses of EnableSslEnforcement in com.azure.resourcemanager.workloads.models
Fields in com.azure.resourcemanager.workloads.models declared as EnableSslEnforcementModifier and TypeFieldDescriptionstatic final EnableSslEnforcement
EnableSslEnforcement.DISABLED
Static value Disabled for EnableSslEnforcement.static final EnableSslEnforcement
EnableSslEnforcement.ENABLED
Static value Enabled for EnableSslEnforcement.Methods in com.azure.resourcemanager.workloads.models that return EnableSslEnforcementModifier and TypeMethodDescriptionstatic EnableSslEnforcement
EnableSslEnforcement.fromString
(String name) Creates or finds a EnableSslEnforcement from its string representation.DatabaseProfile.sslEnforcementEnabled()
Get the sslEnforcementEnabled property: Whether to enable SSL enforcement on the database.Methods in com.azure.resourcemanager.workloads.models that return types with arguments of type EnableSslEnforcementModifier and TypeMethodDescriptionstatic Collection<EnableSslEnforcement>
EnableSslEnforcement.values()
Gets known EnableSslEnforcement values.Methods in com.azure.resourcemanager.workloads.models with parameters of type EnableSslEnforcementModifier and TypeMethodDescriptionDatabaseProfile.withSslEnforcementEnabled
(EnableSslEnforcement sslEnforcementEnabled) Set the sslEnforcementEnabled property: Whether to enable SSL enforcement on the database.