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 PossibleValuesForProvisioningState() []string + func PossibleValuesForType() []string + func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVolumeQuotaRuleID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *VolumeQuotaRule + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *VolumeQuotaRule + OData *odata.OData + type ListByVolumeOperationResponse struct + HttpResponse *http.Response + Model *VolumeQuotaRulesList + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStatePatching + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type Type string + const TypeDefaultGroupQuota + const TypeDefaultUserQuota + const TypeIndividualGroupQuota + const TypeIndividualUserQuota + func (s *Type) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *VolumeQuotaRule + OData *odata.OData + Poller pollers.Poller + type VolumeId struct + CapacityPoolName string + NetAppAccountName string + ResourceGroupName string + SubscriptionId string + VolumeName string + func NewVolumeID(subscriptionId string, resourceGroupName string, netAppAccountName string, ...) VolumeId + func ParseVolumeID(input string) (*VolumeId, error) + func ParseVolumeIDInsensitively(input string) (*VolumeId, error) + func (id *VolumeId) FromParseResult(input resourceids.ParseResult) error + func (id VolumeId) ID() string + func (id VolumeId) Segments() []resourceids.Segment + func (id VolumeId) String() string + type VolumeQuotaRule struct + Id *string + Location string + Name *string + Properties *VolumeQuotaRulesProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type VolumeQuotaRuleId struct + CapacityPoolName string + NetAppAccountName string + ResourceGroupName string + SubscriptionId string + VolumeName string + VolumeQuotaRuleName string + func NewVolumeQuotaRuleID(subscriptionId string, resourceGroupName string, netAppAccountName string, ...) VolumeQuotaRuleId + func ParseVolumeQuotaRuleID(input string) (*VolumeQuotaRuleId, error) + func ParseVolumeQuotaRuleIDInsensitively(input string) (*VolumeQuotaRuleId, error) + func (id *VolumeQuotaRuleId) FromParseResult(input resourceids.ParseResult) error + func (id VolumeQuotaRuleId) ID() string + func (id VolumeQuotaRuleId) Segments() []resourceids.Segment + func (id VolumeQuotaRuleId) String() string + type VolumeQuotaRulePatch struct + Properties *VolumeQuotaRulesProperties + Tags *map[string]string + type VolumeQuotaRulesClient struct + Client *resourcemanager.Client + func NewVolumeQuotaRulesClientWithBaseURI(sdkApi sdkEnv.Api) (*VolumeQuotaRulesClient, error) + func (c VolumeQuotaRulesClient) Create(ctx context.Context, id VolumeQuotaRuleId, input VolumeQuotaRule) (result CreateOperationResponse, err error) + func (c VolumeQuotaRulesClient) CreateThenPoll(ctx context.Context, id VolumeQuotaRuleId, input VolumeQuotaRule) error + func (c VolumeQuotaRulesClient) Delete(ctx context.Context, id VolumeQuotaRuleId) (result DeleteOperationResponse, err error) + func (c VolumeQuotaRulesClient) DeleteThenPoll(ctx context.Context, id VolumeQuotaRuleId) error + func (c VolumeQuotaRulesClient) Get(ctx context.Context, id VolumeQuotaRuleId) (result GetOperationResponse, err error) + func (c VolumeQuotaRulesClient) ListByVolume(ctx context.Context, id VolumeId) (result ListByVolumeOperationResponse, err error) + func (c VolumeQuotaRulesClient) Update(ctx context.Context, id VolumeQuotaRuleId, input VolumeQuotaRulePatch) (result UpdateOperationResponse, err error) + func (c VolumeQuotaRulesClient) UpdateThenPoll(ctx context.Context, id VolumeQuotaRuleId, input VolumeQuotaRulePatch) error + type VolumeQuotaRulesList struct + Value *[]VolumeQuotaRule + type VolumeQuotaRulesProperties struct + ProvisioningState *ProvisioningState + QuotaSizeInKiBs *int64 + QuotaTarget *string + QuotaType *Type