Documentation ¶
Index ¶
- func PossibleValuesForQuotaUnit() []string
- func PossibleValuesForStatus() []string
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- type ListCompleteResult
- type ListOperationResponse
- type LocationId
- type QuotaBaseProperties
- type QuotaClient
- func (c QuotaClient) List(ctx context.Context, id LocationId) (resp ListOperationResponse, err error)
- func (c QuotaClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error)
- func (c QuotaClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ResourceQuotaOperationPredicate) (resp ListCompleteResult, err error)
- func (c QuotaClient) Update(ctx context.Context, id LocationId, input QuotaUpdateParameters) (result UpdateOperationResponse, err error)
- type QuotaUnit
- type QuotaUpdateParameters
- type ResourceName
- type ResourceQuota
- type ResourceQuotaOperationPredicate
- type Status
- type UpdateOperationResponse
- type UpdateWorkspaceQuotas
- type UpdateWorkspaceQuotasResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForQuotaUnit ¶
func PossibleValuesForQuotaUnit() []string
func PossibleValuesForStatus ¶
func PossibleValuesForStatus() []string
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
Types ¶
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []ResourceQuota
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]ResourceQuota // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, location 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 QuotaBaseProperties ¶
type QuotaClient ¶
func NewQuotaClientWithBaseURI ¶
func NewQuotaClientWithBaseURI(endpoint string) QuotaClient
func (QuotaClient) List ¶
func (c QuotaClient) List(ctx context.Context, id LocationId) (resp ListOperationResponse, err error)
List ...
func (QuotaClient) ListComplete ¶
func (c QuotaClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (QuotaClient) ListCompleteMatchingPredicate ¶
func (c QuotaClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate ResourceQuotaOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (QuotaClient) Update ¶
func (c QuotaClient) Update(ctx context.Context, id LocationId, input QuotaUpdateParameters) (result UpdateOperationResponse, err error)
Update ...
type QuotaUpdateParameters ¶
type QuotaUpdateParameters struct { Location *string `json:"location,omitempty"` Value *[]QuotaBaseProperties `json:"value,omitempty"` }
type ResourceName ¶
type ResourceQuota ¶
type ResourceQuotaOperationPredicate ¶
type ResourceQuotaOperationPredicate struct { AmlWorkspaceLocation *string Id *string Limit *int64 Type *string }
func (ResourceQuotaOperationPredicate) Matches ¶
func (p ResourceQuotaOperationPredicate) Matches(input ResourceQuota) bool
type Status ¶
type Status string
const ( StatusFailure Status = "Failure" StatusInvalidQuotaBelowClusterMinimum Status = "InvalidQuotaBelowClusterMinimum" StatusInvalidQuotaExceedsSubscriptionLimit Status = "InvalidQuotaExceedsSubscriptionLimit" StatusInvalidVMFamilyName Status = "InvalidVMFamilyName" StatusOperationNotEnabledForRegion Status = "OperationNotEnabledForRegion" StatusOperationNotSupportedForSku Status = "OperationNotSupportedForSku" StatusSuccess Status = "Success" StatusUndefined Status = "Undefined" )
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response Model *UpdateWorkspaceQuotasResult }
type UpdateWorkspaceQuotas ¶
type UpdateWorkspaceQuotasResult ¶
type UpdateWorkspaceQuotasResult struct { NextLink *string `json:"nextLink,omitempty"` Value *[]UpdateWorkspaceQuotas `json:"value,omitempty"` }