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 ValidateSchemaID(input interface{}, key string) (warnings []string, errors []error) + type Resource struct + Id *string + Name *string + Type *string + type SchemaId struct + ResourceGroupName string + SchemaName string + SqlPoolName string + SubscriptionId string + WorkspaceName string + func NewSchemaID(subscriptionId string, resourceGroupName string, workspaceName string, ...) SchemaId + func ParseSchemaID(input string) (*SchemaId, error) + func ParseSchemaIDInsensitively(input string) (*SchemaId, error) + func (id *SchemaId) FromParseResult(input resourceids.ParseResult) error + func (id SchemaId) ID() string + func (id SchemaId) Segments() []resourceids.Segment + func (id SchemaId) String() string + type SqlPoolSchemasGetOperationResponse struct + HttpResponse *http.Response + Model *Resource + OData *odata.OData + type SqlPoolsSqlPoolSchemasClient struct + Client *resourcemanager.Client + func NewSqlPoolsSqlPoolSchemasClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlPoolsSqlPoolSchemasClient, error) + func (c SqlPoolsSqlPoolSchemasClient) SqlPoolSchemasGet(ctx context.Context, id SchemaId) (result SqlPoolSchemasGetOperationResponse, err error)