Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateTableID ¶
ValidateTableID checks that 'input' can be parsed as a Table ID
Types ¶
type SqlPoolsSqlPoolTablesClient ¶
type SqlPoolsSqlPoolTablesClient struct {
Client *resourcemanager.Client
}
func NewSqlPoolsSqlPoolTablesClientWithBaseURI ¶
func NewSqlPoolsSqlPoolTablesClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlPoolsSqlPoolTablesClient, error)
func (SqlPoolsSqlPoolTablesClient) SqlPoolTablesGet ¶
func (c SqlPoolsSqlPoolTablesClient) SqlPoolTablesGet(ctx context.Context, id TableId) (result SqlPoolTablesGetOperationResponse, err error)
SqlPoolTablesGet ...
type TableId ¶
type TableId struct { SubscriptionId string ResourceGroupName string WorkspaceName string SqlPoolName string SchemaName string TableName string }
TableId is a struct representing the Resource ID for a Table
func NewTableID ¶
func NewTableID(subscriptionId string, resourceGroupName string, workspaceName string, sqlPoolName string, schemaName string, tableName string) TableId
NewTableID returns a new TableId struct
func ParseTableID ¶
ParseTableID parses 'input' into a TableId
func ParseTableIDInsensitively ¶
ParseTableIDInsensitively parses 'input' case-insensitively into a TableId note: this method should only be used for API response data and not user input
func (*TableId) FromParseResult ¶
func (id *TableId) FromParseResult(input resourceids.ParseResult) error
func (TableId) Segments ¶
func (id TableId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Table ID
Click to show internal directories.
Click to hide internal directories.