Documentation ¶
Index ¶
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- type AscUsagesClient
- func (c AscUsagesClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error)
- func (c AscUsagesClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error)
- func (c AscUsagesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ResourceUsageOperationPredicate) (result ListCompleteResult, err error)
- type ListCompleteResult
- type ListOperationResponse
- type LocationId
- type ResourceUsage
- type ResourceUsageName
- type ResourceUsageOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
Types ¶
type AscUsagesClient ¶
type AscUsagesClient struct {
Client *resourcemanager.Client
}
func NewAscUsagesClientWithBaseURI ¶
func NewAscUsagesClientWithBaseURI(sdkApi sdkEnv.Api) (*AscUsagesClient, error)
func (AscUsagesClient) List ¶
func (c AscUsagesClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error)
List ...
func (AscUsagesClient) ListComplete ¶
func (c AscUsagesClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (AscUsagesClient) ListCompleteMatchingPredicate ¶
func (c AscUsagesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ResourceUsageOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []ResourceUsage
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ResourceUsage }
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, locationName string) LocationId
NewLocationID returns a new LocationId struct
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses 'input' into a LocationId
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input
func (LocationId) Segments ¶
func (id LocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location ID
func (LocationId) String ¶
func (id LocationId) String() string
String returns a human-readable description of this Location ID
type ResourceUsage ¶
type ResourceUsage struct { CurrentValue *int64 `json:"currentValue,omitempty"` Limit *int64 `json:"limit,omitempty"` Name *ResourceUsageName `json:"name,omitempty"` Unit *string `json:"unit,omitempty"` }
type ResourceUsageName ¶
type ResourceUsageOperationPredicate ¶
func (ResourceUsageOperationPredicate) Matches ¶
func (p ResourceUsageOperationPredicate) Matches(input ResourceUsage) bool