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