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 ValidatePeriodID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *QuotaCounterContract + OData *odata.OData + type PeriodId struct + QuotaCounterKey string + QuotaPeriodKey string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewPeriodID(subscriptionId string, resourceGroupName string, serviceName string, ...) PeriodId + func ParsePeriodID(input string) (*PeriodId, error) + func ParsePeriodIDInsensitively(input string) (*PeriodId, error) + func (id *PeriodId) FromParseResult(input resourceids.ParseResult) error + func (id PeriodId) ID() string + func (id PeriodId) Segments() []resourceids.Segment + func (id PeriodId) String() string + type QuotaByPeriodKeysClient struct + Client *resourcemanager.Client + func NewQuotaByPeriodKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*QuotaByPeriodKeysClient, error) + func (c QuotaByPeriodKeysClient) Get(ctx context.Context, id PeriodId) (result GetOperationResponse, err error) + func (c QuotaByPeriodKeysClient) Update(ctx context.Context, id PeriodId, input QuotaCounterValueUpdateContract) (result UpdateOperationResponse, err error) + type QuotaCounterContract struct + CounterKey string + PeriodEndTime string + PeriodKey string + PeriodStartTime string + Value *QuotaCounterValueContractProperties + func (o *QuotaCounterContract) GetPeriodEndTimeAsTime() (*time.Time, error) + func (o *QuotaCounterContract) GetPeriodStartTimeAsTime() (*time.Time, error) + func (o *QuotaCounterContract) SetPeriodEndTimeAsTime(input time.Time) + func (o *QuotaCounterContract) SetPeriodStartTimeAsTime(input time.Time) + type QuotaCounterValueContractProperties struct + CallsCount *int64 + KbTransferred *float64 + type QuotaCounterValueUpdateContract struct + Properties *QuotaCounterValueContractProperties + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *QuotaCounterContract + OData *odata.OData