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 ValidateTableID(input interface{}, key string) (warnings []string, errors []error) + type Resource struct + Id *string + Name *string + Type *string + type SqlPoolTablesGetOperationResponse struct + HttpResponse *http.Response + Model *Resource + OData *odata.OData + type SqlPoolsSqlPoolTablesClient struct + Client *resourcemanager.Client + func NewSqlPoolsSqlPoolTablesClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlPoolsSqlPoolTablesClient, error) + func (c SqlPoolsSqlPoolTablesClient) SqlPoolTablesGet(ctx context.Context, id TableId) (result SqlPoolTablesGetOperationResponse, err error) + type TableId struct + ResourceGroupName string + SchemaName string + SqlPoolName string + SubscriptionId string + TableName string + WorkspaceName string + func NewTableID(subscriptionId string, resourceGroupName string, workspaceName string, ...) TableId + func ParseTableID(input string) (*TableId, error) + func ParseTableIDInsensitively(input string) (*TableId, error) + func (id *TableId) FromParseResult(input resourceids.ParseResult) error + func (id TableId) ID() string + func (id TableId) Segments() []resourceids.Segment + func (id TableId) String() string