Uses of Enum
com.azure.resourcemanager.sql.models.SensitivityLabelSource
Packages that use SensitivityLabelSource
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SensitivityLabelSource in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type SensitivityLabelSourceModifier and TypeMethodDescriptionManagedDatabaseSensitivityLabelsClient.get(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource) Gets the sensitivity label of a given column.SensitivityLabelsClient.get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource) Gets the sensitivity label of a given column.ManagedDatabaseSensitivityLabelsClient.getAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource) Gets the sensitivity label of a given column.SensitivityLabelsClient.getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource) Gets the sensitivity label of a given column.com.azure.core.http.rest.Response<SensitivityLabelInner> ManagedDatabaseSensitivityLabelsClient.getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource, com.azure.core.util.Context context) Gets the sensitivity label of a given column.com.azure.core.http.rest.Response<SensitivityLabelInner> SensitivityLabelsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource, com.azure.core.util.Context context) Gets the sensitivity label of a given column.Mono<com.azure.core.http.rest.Response<SensitivityLabelInner>> ManagedDatabaseSensitivityLabelsClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource) Gets the sensitivity label of a given column.Mono<com.azure.core.http.rest.Response<SensitivityLabelInner>> SensitivityLabelsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, SensitivityLabelSource sensitivityLabelSource) Gets the sensitivity label of a given column. -
Uses of SensitivityLabelSource in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type SensitivityLabelSource in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumDefines values for SensitivityLabelSource.Methods in com.azure.resourcemanager.sql.models that return SensitivityLabelSourceModifier and TypeMethodDescriptionstatic SensitivityLabelSourceSensitivityLabelSource.fromString(String value) Parses a serialized value to a SensitivityLabelSource instance.static SensitivityLabelSourceReturns the enum constant of this type with the specified name.static SensitivityLabelSource[]SensitivityLabelSource.values()Returns an array containing the constants of this enum type, in the order they are declared.