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) + 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) + 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