Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateColumnID(input interface{}, key string) (warnings []string, errors []error) + type ColumnId struct + ColumnName string + ResourceGroupName string + SchemaName string + SqlPoolName string + SubscriptionId string + TableName string + WorkspaceName string + func NewColumnID(subscriptionId string, resourceGroupName string, workspaceName string, ...) ColumnId + func ParseColumnID(input string) (*ColumnId, error) + func ParseColumnIDInsensitively(input string) (*ColumnId, error) + func (id *ColumnId) FromParseResult(input resourceids.ParseResult) error + func (id ColumnId) ID() string + func (id ColumnId) Segments() []resourceids.Segment + func (id ColumnId) String() string + type SensitivityLabelsClient struct + Client *resourcemanager.Client + func NewSensitivityLabelsClientWithBaseURI(sdkApi sdkEnv.Api) (*SensitivityLabelsClient, error) + func (c SensitivityLabelsClient) SqlPoolSensitivityLabelsDisableRecommendation(ctx context.Context, id ColumnId) (result SqlPoolSensitivityLabelsDisableRecommendationOperationResponse, ...) + func (c SensitivityLabelsClient) SqlPoolSensitivityLabelsEnableRecommendation(ctx context.Context, id ColumnId) (result SqlPoolSensitivityLabelsEnableRecommendationOperationResponse, ...) + type SqlPoolSensitivityLabelsDisableRecommendationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SqlPoolSensitivityLabelsEnableRecommendationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData