Uses of Class
com.azure.resourcemanager.synapse.models.SensitivityLabelUpdateList
-
Packages that use SensitivityLabelUpdateList Package Description com.azure.resourcemanager.synapse.fluent Package containing the service clients for SynapseManagementClient.com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of SensitivityLabelUpdateList in com.azure.resourcemanager.synapse.fluent
Methods in com.azure.resourcemanager.synapse.fluent with parameters of type SensitivityLabelUpdateList Modifier and Type Method Description void
SqlPoolSensitivityLabelsClient. update(String resourceGroupName, String workspaceName, String sqlPoolName, SensitivityLabelUpdateList parameters)
Update sensitivity labels of a given SQL Pool using an operations batch.com.azure.core.http.rest.Response<Void>
SqlPoolSensitivityLabelsClient. updateWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, SensitivityLabelUpdateList parameters, com.azure.core.util.Context context)
Update sensitivity labels of a given SQL Pool using an operations batch. -
Uses of SensitivityLabelUpdateList in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return SensitivityLabelUpdateList Modifier and Type Method Description SensitivityLabelUpdateList
SensitivityLabelUpdateList. withOperations(List<SensitivityLabelUpdateInner> operations)
Set the operations property: The operations property.Methods in com.azure.resourcemanager.synapse.models with parameters of type SensitivityLabelUpdateList Modifier and Type Method Description void
SqlPoolSensitivityLabels. update(String resourceGroupName, String workspaceName, String sqlPoolName, SensitivityLabelUpdateList parameters)
Update sensitivity labels of a given SQL Pool using an operations batch.com.azure.core.http.rest.Response<Void>
SqlPoolSensitivityLabels. updateWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, SensitivityLabelUpdateList parameters, com.azure.core.util.Context context)
Update sensitivity labels of a given SQL Pool using an operations batch.
-