Documentation ¶
Index ¶
- func ValidateColumnID(input interface{}, key string) (warnings []string, errors []error)
- type ColumnId
- type SensitivityLabelsClient
- func (c SensitivityLabelsClient) SqlPoolSensitivityLabelsDisableRecommendation(ctx context.Context, id ColumnId) (result SqlPoolSensitivityLabelsDisableRecommendationOperationResponse, ...)
- func (c SensitivityLabelsClient) SqlPoolSensitivityLabelsEnableRecommendation(ctx context.Context, id ColumnId) (result SqlPoolSensitivityLabelsEnableRecommendationOperationResponse, ...)
- type SqlPoolSensitivityLabelsDisableRecommendationOperationResponse
- type SqlPoolSensitivityLabelsEnableRecommendationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateColumnID ¶
ValidateColumnID checks that 'input' can be parsed as a Column ID
Types ¶
type ColumnId ¶
type ColumnId struct { SubscriptionId string ResourceGroupName string WorkspaceName string SqlPoolName string SchemaName string TableName string ColumnName string }
ColumnId is a struct representing the Resource ID for a Column
func NewColumnID ¶
func NewColumnID(subscriptionId string, resourceGroupName string, workspaceName string, sqlPoolName string, schemaName string, tableName string, columnName string) ColumnId
NewColumnID returns a new ColumnId struct
func ParseColumnID ¶
ParseColumnID parses 'input' into a ColumnId
func ParseColumnIDInsensitively ¶
ParseColumnIDInsensitively parses 'input' case-insensitively into a ColumnId note: this method should only be used for API response data and not user input
func (*ColumnId) FromParseResult ¶
func (id *ColumnId) FromParseResult(input resourceids.ParseResult) error
func (ColumnId) Segments ¶
func (id ColumnId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Column ID
type SensitivityLabelsClient ¶
type SensitivityLabelsClient struct {
Client *resourcemanager.Client
}
func NewSensitivityLabelsClientWithBaseURI ¶
func NewSensitivityLabelsClientWithBaseURI(sdkApi sdkEnv.Api) (*SensitivityLabelsClient, error)
func (SensitivityLabelsClient) SqlPoolSensitivityLabelsDisableRecommendation ¶
func (c SensitivityLabelsClient) SqlPoolSensitivityLabelsDisableRecommendation(ctx context.Context, id ColumnId) (result SqlPoolSensitivityLabelsDisableRecommendationOperationResponse, err error)
SqlPoolSensitivityLabelsDisableRecommendation ...
func (SensitivityLabelsClient) SqlPoolSensitivityLabelsEnableRecommendation ¶
func (c SensitivityLabelsClient) SqlPoolSensitivityLabelsEnableRecommendation(ctx context.Context, id ColumnId) (result SqlPoolSensitivityLabelsEnableRecommendationOperationResponse, err error)
SqlPoolSensitivityLabelsEnableRecommendation ...
Click to show internal directories.
Click to hide internal directories.