Uses of Class
com.azure.resourcemanager.sql.models.SensitivityLabelRank
-
Packages that use SensitivityLabelRank 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 SensitivityLabelRank in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SensitivityLabelRank Modifier and Type Method Description SensitivityLabelRankSensitivityLabelInner. rank()Get the rank property: The rank property.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SensitivityLabelRank Modifier and Type Method Description SensitivityLabelInnerSensitivityLabelInner. withRank(SensitivityLabelRank rank)Set the rank property: The rank property. -
Uses of SensitivityLabelRank in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SensitivityLabelRank Modifier and Type Method Description static SensitivityLabelRankSensitivityLabelRank. fromString(String value)Parses a serialized value to a SensitivityLabelRank instance.static SensitivityLabelRankSensitivityLabelRank. valueOf(String name)Returns the enum constant of this type with the specified name.static SensitivityLabelRank[]SensitivityLabelRank. values()Returns an array containing the constants of this enum type, in the order they are declared.
-