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 ValidateResolverID(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 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 *ResolverContract + OData *odata.OData + type DeleteOperationOptions struct + 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 *ResolverContract + OData *odata.OData + type GraphQLApiResolverClient struct + Client *resourcemanager.Client + func NewGraphQLApiResolverClientWithBaseURI(sdkApi sdkEnv.Api) (*GraphQLApiResolverClient, error) + func (c GraphQLApiResolverClient) CreateOrUpdate(ctx context.Context, id ResolverId, input ResolverContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c GraphQLApiResolverClient) Delete(ctx context.Context, id ResolverId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c GraphQLApiResolverClient) Get(ctx context.Context, id ResolverId) (result GetOperationResponse, err error) + func (c GraphQLApiResolverClient) GetEntityTag(ctx context.Context, id ResolverId) (result GetEntityTagOperationResponse, err error) + func (c GraphQLApiResolverClient) ListByApi(ctx context.Context, id ApiId, options ListByApiOperationOptions) (result ListByApiOperationResponse, err error) + func (c GraphQLApiResolverClient) ListByApiComplete(ctx context.Context, id ApiId, options ListByApiOperationOptions) (ListByApiCompleteResult, error) + func (c GraphQLApiResolverClient) ListByApiCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListByApiOperationOptions, ...) (result ListByApiCompleteResult, err error) + func (c GraphQLApiResolverClient) Update(ctx context.Context, id ResolverId, input ResolverUpdateContract, ...) (result UpdateOperationResponse, err error) + type ListByApiCompleteResult struct + Items []ResolverContract + 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 *[]ResolverContract + OData *odata.OData + type ResolverContract struct + Id *string + Name *string + Properties *ResolverEntityBaseContract + Type *string + type ResolverContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p ResolverContractOperationPredicate) Matches(input ResolverContract) bool + type ResolverEntityBaseContract struct + Description *string + DisplayName *string + Path *string + type ResolverId struct + ApiId string + ResolverId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewResolverID(subscriptionId string, resourceGroupName string, serviceName string, ...) ResolverId + func ParseResolverID(input string) (*ResolverId, error) + func ParseResolverIDInsensitively(input string) (*ResolverId, error) + func (id *ResolverId) FromParseResult(input resourceids.ParseResult) error + func (id ResolverId) ID() string + func (id ResolverId) Segments() []resourceids.Segment + func (id ResolverId) String() string + type ResolverUpdateContract struct + Properties *ResolverUpdateContractProperties + type ResolverUpdateContractProperties struct + Description *string + DisplayName *string + Path *string + type UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ResolverContract + OData *odata.OData