Documentation ¶
Index ¶
- type ListByServerCompleteResult
- type ListByServerCustomPager
- type ListByServerOperationResponse
- type ServerUsage
- type ServerUsageOperationPredicate
- type ServerUsageProperties
- type ServerUsagesClient
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListByServerCompleteResult ¶
type ListByServerCompleteResult struct { LatestHttpResponse *http.Response Items []ServerUsage }
type ListByServerCustomPager ¶
func (*ListByServerCustomPager) NextPageLink ¶
func (p *ListByServerCustomPager) NextPageLink() *odata.Link
type ListByServerOperationResponse ¶
type ListByServerOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ServerUsage }
type ServerUsage ¶
type ServerUsage struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ServerUsageProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ServerUsageOperationPredicate ¶
func (ServerUsageOperationPredicate) Matches ¶
func (p ServerUsageOperationPredicate) Matches(input ServerUsage) bool
type ServerUsageProperties ¶
type ServerUsagesClient ¶
type ServerUsagesClient struct {
Client *resourcemanager.Client
}
func NewServerUsagesClientWithBaseURI ¶
func NewServerUsagesClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerUsagesClient, error)
func (ServerUsagesClient) ListByServer ¶
func (c ServerUsagesClient) ListByServer(ctx context.Context, id commonids.SqlServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
func (ServerUsagesClient) ListByServerComplete ¶
func (c ServerUsagesClient) ListByServerComplete(ctx context.Context, id commonids.SqlServerId) (ListByServerCompleteResult, error)
ListByServerComplete retrieves all the results into a single object
func (ServerUsagesClient) ListByServerCompleteMatchingPredicate ¶
func (c ServerUsagesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id commonids.SqlServerId, predicate ServerUsageOperationPredicate) (result ListByServerCompleteResult, err error)
ListByServerCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.