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 ValidateApiID(input interface{}, key string) (warnings []string, errors []error) + func ValidateApiSchemaID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceApiID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceApiSchemaID(input interface{}, key string) (warnings []string, errors []error) + type ApiId struct + ApiId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiId + func ParseApiID(input string) (*ApiId, error) + func ParseApiIDInsensitively(input string) (*ApiId, error) + func (id *ApiId) FromParseResult(input resourceids.ParseResult) error + func (id ApiId) ID() string + func (id ApiId) Segments() []resourceids.Segment + func (id ApiId) String() string + type ApiSchemaClient struct + Client *resourcemanager.Client + func NewApiSchemaClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiSchemaClient, error) + func (c ApiSchemaClient) CreateOrUpdate(ctx context.Context, id ApiSchemaId, input SchemaContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ApiSchemaClient) CreateOrUpdateThenPoll(ctx context.Context, id ApiSchemaId, input SchemaContract, ...) error + func (c ApiSchemaClient) Delete(ctx context.Context, id ApiSchemaId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ApiSchemaClient) Get(ctx context.Context, id ApiSchemaId) (result GetOperationResponse, err error) + func (c ApiSchemaClient) GetEntityTag(ctx context.Context, id ApiSchemaId) (result GetEntityTagOperationResponse, err error) + func (c ApiSchemaClient) ListByApi(ctx context.Context, id ApiId, options ListByApiOperationOptions) (result ListByApiOperationResponse, err error) + func (c ApiSchemaClient) ListByApiComplete(ctx context.Context, id ApiId, options ListByApiOperationOptions) (ListByApiCompleteResult, error) + func (c ApiSchemaClient) ListByApiCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListByApiOperationOptions, ...) (result ListByApiCompleteResult, err error) + func (c ApiSchemaClient) WorkspaceApiSchemaCreateOrUpdate(ctx context.Context, id WorkspaceApiSchemaId, input SchemaContract, ...) (result WorkspaceApiSchemaCreateOrUpdateOperationResponse, err error) + func (c ApiSchemaClient) WorkspaceApiSchemaCreateOrUpdateThenPoll(ctx context.Context, id WorkspaceApiSchemaId, input SchemaContract, ...) error + func (c ApiSchemaClient) WorkspaceApiSchemaDelete(ctx context.Context, id WorkspaceApiSchemaId, ...) (result WorkspaceApiSchemaDeleteOperationResponse, err error) + func (c ApiSchemaClient) WorkspaceApiSchemaGet(ctx context.Context, id WorkspaceApiSchemaId) (result WorkspaceApiSchemaGetOperationResponse, err error) + func (c ApiSchemaClient) WorkspaceApiSchemaGetEntityTag(ctx context.Context, id WorkspaceApiSchemaId) (result WorkspaceApiSchemaGetEntityTagOperationResponse, err error) + func (c ApiSchemaClient) WorkspaceApiSchemaListByApi(ctx context.Context, id WorkspaceApiId, ...) (result WorkspaceApiSchemaListByApiOperationResponse, err error) + func (c ApiSchemaClient) WorkspaceApiSchemaListByApiComplete(ctx context.Context, id WorkspaceApiId, ...) (WorkspaceApiSchemaListByApiCompleteResult, error) + func (c ApiSchemaClient) WorkspaceApiSchemaListByApiCompleteMatchingPredicate(ctx context.Context, id WorkspaceApiId, ...) (result WorkspaceApiSchemaListByApiCompleteResult, err error) + type ApiSchemaId struct + ApiId string + ResourceGroupName string + SchemaId string + ServiceName string + SubscriptionId string + func NewApiSchemaID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiSchemaId + func ParseApiSchemaID(input string) (*ApiSchemaId, error) + func ParseApiSchemaIDInsensitively(input string) (*ApiSchemaId, error) + func (id *ApiSchemaId) FromParseResult(input resourceids.ParseResult) error + func (id ApiSchemaId) ID() string + func (id ApiSchemaId) Segments() []resourceids.Segment + func (id ApiSchemaId) String() string + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *SchemaContract + OData *odata.OData + Poller pollers.Poller + type DeleteOperationOptions struct + Force *bool + IfMatch *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *SchemaContract + OData *odata.OData + type ListByApiCompleteResult struct + Items []SchemaContract + LatestHttpResponse *http.Response + type ListByApiCustomPager struct + NextLink *odata.Link + func (p *ListByApiCustomPager) NextPageLink() *odata.Link + type ListByApiOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByApiOperationOptions() ListByApiOperationOptions + func (o ListByApiOperationOptions) ToHeaders() *client.Headers + func (o ListByApiOperationOptions) ToOData() *odata.Query + func (o ListByApiOperationOptions) ToQuery() *client.QueryParams + type ListByApiOperationResponse struct + HttpResponse *http.Response + Model *[]SchemaContract + OData *odata.OData + type SchemaContract struct + Id *string + Name *string + Properties *SchemaContractProperties + Type *string + type SchemaContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p SchemaContractOperationPredicate) Matches(input SchemaContract) bool + type SchemaContractProperties struct + ContentType string + Document SchemaDocumentProperties + type SchemaDocumentProperties struct + Components *interface{} + Definitions *interface{} + Value *string + type WorkspaceApiId struct + ApiId string + ResourceGroupName string + ServiceName string + SubscriptionId string + WorkspaceId string + func NewWorkspaceApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) WorkspaceApiId + func ParseWorkspaceApiID(input string) (*WorkspaceApiId, error) + func ParseWorkspaceApiIDInsensitively(input string) (*WorkspaceApiId, error) + func (id *WorkspaceApiId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceApiId) ID() string + func (id WorkspaceApiId) Segments() []resourceids.Segment + func (id WorkspaceApiId) String() string + type WorkspaceApiSchemaCreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultWorkspaceApiSchemaCreateOrUpdateOperationOptions() WorkspaceApiSchemaCreateOrUpdateOperationOptions + func (o WorkspaceApiSchemaCreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiSchemaCreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiSchemaCreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiSchemaCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *SchemaContract + OData *odata.OData + Poller pollers.Poller + type WorkspaceApiSchemaDeleteOperationOptions struct + Force *bool + IfMatch *string + func DefaultWorkspaceApiSchemaDeleteOperationOptions() WorkspaceApiSchemaDeleteOperationOptions + func (o WorkspaceApiSchemaDeleteOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiSchemaDeleteOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiSchemaDeleteOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiSchemaDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkspaceApiSchemaGetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkspaceApiSchemaGetOperationResponse struct + HttpResponse *http.Response + Model *SchemaContract + OData *odata.OData + type WorkspaceApiSchemaId struct + ApiId string + ResourceGroupName string + SchemaId string + ServiceName string + SubscriptionId string + WorkspaceId string + func NewWorkspaceApiSchemaID(subscriptionId string, resourceGroupName string, serviceName string, ...) WorkspaceApiSchemaId + func ParseWorkspaceApiSchemaID(input string) (*WorkspaceApiSchemaId, error) + func ParseWorkspaceApiSchemaIDInsensitively(input string) (*WorkspaceApiSchemaId, error) + func (id *WorkspaceApiSchemaId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceApiSchemaId) ID() string + func (id WorkspaceApiSchemaId) Segments() []resourceids.Segment + func (id WorkspaceApiSchemaId) String() string + type WorkspaceApiSchemaListByApiCompleteResult struct + Items []SchemaContract + LatestHttpResponse *http.Response + type WorkspaceApiSchemaListByApiCustomPager struct + NextLink *odata.Link + func (p *WorkspaceApiSchemaListByApiCustomPager) NextPageLink() *odata.Link + type WorkspaceApiSchemaListByApiOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultWorkspaceApiSchemaListByApiOperationOptions() WorkspaceApiSchemaListByApiOperationOptions + func (o WorkspaceApiSchemaListByApiOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiSchemaListByApiOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiSchemaListByApiOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiSchemaListByApiOperationResponse struct + HttpResponse *http.Response + Model *[]SchemaContract + OData *odata.OData