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 ValidateQueryTextID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServerID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *QueryText + OData *odata.OData + type ListByServerCompleteResult struct + Items []QueryText + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationOptions struct + QueryIds *[]string + func DefaultListByServerOperationOptions() ListByServerOperationOptions + func (o ListByServerOperationOptions) ToHeaders() *client.Headers + func (o ListByServerOperationOptions) ToOData() *odata.Query + func (o ListByServerOperationOptions) ToQuery() *client.QueryParams + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]QueryText + OData *odata.OData + type QueryText struct + Id *string + Name *string + Properties *QueryTextProperties + Type *string + type QueryTextId struct + QueryId string + ResourceGroupName string + ServerName string + SubscriptionId string + func NewQueryTextID(subscriptionId string, resourceGroupName string, serverName string, ...) QueryTextId + func ParseQueryTextID(input string) (*QueryTextId, error) + func ParseQueryTextIDInsensitively(input string) (*QueryTextId, error) + func (id *QueryTextId) FromParseResult(input resourceids.ParseResult) error + func (id QueryTextId) ID() string + func (id QueryTextId) Segments() []resourceids.Segment + func (id QueryTextId) String() string + type QueryTextOperationPredicate struct + Id *string + Name *string + Type *string + func (p QueryTextOperationPredicate) Matches(input QueryText) bool + type QueryTextProperties struct + QueryId *string + QueryText *string + type QueryTextsClient struct + Client *resourcemanager.Client + func NewQueryTextsClientWithBaseURI(sdkApi sdkEnv.Api) (*QueryTextsClient, error) + func (c QueryTextsClient) Get(ctx context.Context, id QueryTextId) (result GetOperationResponse, err error) + func (c QueryTextsClient) ListByServer(ctx context.Context, id ServerId, options ListByServerOperationOptions) (result ListByServerOperationResponse, err error) + func (c QueryTextsClient) ListByServerComplete(ctx context.Context, id ServerId, options ListByServerOperationOptions) (ListByServerCompleteResult, error) + func (c QueryTextsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, options ListByServerOperationOptions, ...) (result ListByServerCompleteResult, err error) + type ServerId struct + ResourceGroupName string + ServerName string + SubscriptionId string + func NewServerID(subscriptionId string, resourceGroupName string, serverName string) ServerId + func ParseServerID(input string) (*ServerId, error) + func ParseServerIDInsensitively(input string) (*ServerId, error) + func (id *ServerId) FromParseResult(input resourceids.ParseResult) error + func (id ServerId) ID() string + func (id ServerId) Segments() []resourceids.Segment + func (id ServerId) String() string