Uses of Class
com.azure.resourcemanager.sql.models.SecurityAlertPolicyUseServerDefault
-
Packages that use SecurityAlertPolicyUseServerDefault Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SecurityAlertPolicyUseServerDefault in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SecurityAlertPolicyUseServerDefault Modifier and Type Method Description SecurityAlertPolicyUseServerDefaultDatabaseSecurityAlertPolicyInner. useServerDefault()Get the useServerDefault property: Specifies whether to use the default server policy.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SecurityAlertPolicyUseServerDefault Modifier and Type Method Description DatabaseSecurityAlertPolicyInnerDatabaseSecurityAlertPolicyInner. withUseServerDefault(SecurityAlertPolicyUseServerDefault useServerDefault)Set the useServerDefault property: Specifies whether to use the default server policy. -
Uses of SecurityAlertPolicyUseServerDefault in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SecurityAlertPolicyUseServerDefault Modifier and Type Method Description static SecurityAlertPolicyUseServerDefaultSecurityAlertPolicyUseServerDefault. fromString(String value)Parses a serialized value to a SecurityAlertPolicyUseServerDefault instance.static SecurityAlertPolicyUseServerDefaultSecurityAlertPolicyUseServerDefault. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityAlertPolicyUseServerDefault[]SecurityAlertPolicyUseServerDefault. values()Returns an array containing the constants of this enum type, in the order they are declared.
-