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 + type ListByServerCompleteResult struct + Items []ServerUsage + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]ServerUsage + OData *odata.OData + type ServerUsage struct + Id *string + Name *string + Properties *ServerUsageProperties + Type *string + type ServerUsageOperationPredicate struct + Id *string + Name *string + Type *string + func (p ServerUsageOperationPredicate) Matches(input ServerUsage) bool + type ServerUsageProperties struct + CurrentValue *float64 + DisplayName *string + Limit *float64 + Unit *string + type ServerUsagesClient struct + Client *resourcemanager.Client + func NewServerUsagesClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerUsagesClient, error) + func (c ServerUsagesClient) ListByServer(ctx context.Context, id commonids.SqlServerId) (result ListByServerOperationResponse, err error) + func (c ServerUsagesClient) ListByServerComplete(ctx context.Context, id commonids.SqlServerId) (ListByServerCompleteResult, error) + func (c ServerUsagesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id commonids.SqlServerId, ...) (result ListByServerCompleteResult, err error)