Uses of Enum
com.azure.resourcemanager.sql.models.SensitivityLabelRank
Packages that use SensitivityLabelRank
Package
Description
Package containing the inner data models for SqlManagementClient.
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 SensitivityLabelRankModifier and TypeMethodDescriptionSensitivityLabelInner.rank()Get the rank property: The rank property.SensitivityLabelProperties.rank()Get the rank property: The rank property.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SensitivityLabelRankModifier and TypeMethodDescriptionSensitivityLabelInner.withRank(SensitivityLabelRank rank) Set the rank property: The rank property.SensitivityLabelProperties.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 SensitivityLabelRankModifier and TypeMethodDescriptionstatic SensitivityLabelRankSensitivityLabelRank.fromString(String value) Parses a serialized value to a SensitivityLabelRank instance.static SensitivityLabelRankReturns 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.