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 PossibleValuesForEncryptionType() []string + func PossibleValuesForQosType() []string + func PossibleValuesForServiceLevel() []string + func ValidateCapacityPoolID(input interface{}, key string) (warnings []string, errors []error) + func ValidateNetAppAccountID(input interface{}, key string) (warnings []string, errors []error) + type CapacityPool struct + Etag *string + Id *string + Location string + Name *string + Properties PoolProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type CapacityPoolId struct + CapacityPoolName string + NetAppAccountName string + ResourceGroupName string + SubscriptionId string + func NewCapacityPoolID(subscriptionId string, resourceGroupName string, netAppAccountName string, ...) CapacityPoolId + func ParseCapacityPoolID(input string) (*CapacityPoolId, error) + func ParseCapacityPoolIDInsensitively(input string) (*CapacityPoolId, error) + func (id *CapacityPoolId) FromParseResult(input resourceids.ParseResult) error + func (id CapacityPoolId) ID() string + func (id CapacityPoolId) Segments() []resourceids.Segment + func (id CapacityPoolId) String() string + type CapacityPoolOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p CapacityPoolOperationPredicate) Matches(input CapacityPool) bool + type CapacityPoolPatch struct + Id *string + Location *string + Name *string + Properties *PoolPatchProperties + Tags *map[string]string + Type *string + type CapacityPoolsClient struct + Client *resourcemanager.Client + func NewCapacityPoolsClientWithBaseURI(sdkApi sdkEnv.Api) (*CapacityPoolsClient, error) + func (c CapacityPoolsClient) PoolsCreateOrUpdate(ctx context.Context, id CapacityPoolId, input CapacityPool) (result PoolsCreateOrUpdateOperationResponse, err error) + func (c CapacityPoolsClient) PoolsCreateOrUpdateThenPoll(ctx context.Context, id CapacityPoolId, input CapacityPool) error + func (c CapacityPoolsClient) PoolsDelete(ctx context.Context, id CapacityPoolId) (result PoolsDeleteOperationResponse, err error) + func (c CapacityPoolsClient) PoolsDeleteThenPoll(ctx context.Context, id CapacityPoolId) error + func (c CapacityPoolsClient) PoolsGet(ctx context.Context, id CapacityPoolId) (result PoolsGetOperationResponse, err error) + func (c CapacityPoolsClient) PoolsList(ctx context.Context, id NetAppAccountId) (result PoolsListOperationResponse, err error) + func (c CapacityPoolsClient) PoolsListComplete(ctx context.Context, id NetAppAccountId) (PoolsListCompleteResult, error) + func (c CapacityPoolsClient) PoolsListCompleteMatchingPredicate(ctx context.Context, id NetAppAccountId, ...) (result PoolsListCompleteResult, err error) + func (c CapacityPoolsClient) PoolsUpdate(ctx context.Context, id CapacityPoolId, input CapacityPoolPatch) (result PoolsUpdateOperationResponse, err error) + func (c CapacityPoolsClient) PoolsUpdateThenPoll(ctx context.Context, id CapacityPoolId, input CapacityPoolPatch) error + type EncryptionType string + const EncryptionTypeDouble + const EncryptionTypeSingle + func (s *EncryptionType) UnmarshalJSON(bytes []byte) error + type NetAppAccountId struct + NetAppAccountName string + ResourceGroupName string + SubscriptionId string + func NewNetAppAccountID(subscriptionId string, resourceGroupName string, netAppAccountName string) NetAppAccountId + func ParseNetAppAccountID(input string) (*NetAppAccountId, error) + func ParseNetAppAccountIDInsensitively(input string) (*NetAppAccountId, error) + func (id *NetAppAccountId) FromParseResult(input resourceids.ParseResult) error + func (id NetAppAccountId) ID() string + func (id NetAppAccountId) Segments() []resourceids.Segment + func (id NetAppAccountId) String() string + type PoolPatchProperties struct + CoolAccess *bool + QosType *QosType + Size *int64 + type PoolProperties struct + CoolAccess *bool + EncryptionType *EncryptionType + PoolId *string + ProvisioningState *string + QosType *QosType + ServiceLevel ServiceLevel + Size int64 + TotalThroughputMibps *float64 + UtilizedThroughputMibps *float64 + type PoolsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *CapacityPool + OData *odata.OData + Poller pollers.Poller + type PoolsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type PoolsGetOperationResponse struct + HttpResponse *http.Response + Model *CapacityPool + OData *odata.OData + type PoolsListCompleteResult struct + Items []CapacityPool + LatestHttpResponse *http.Response + type PoolsListCustomPager struct + NextLink *odata.Link + func (p *PoolsListCustomPager) NextPageLink() *odata.Link + type PoolsListOperationResponse struct + HttpResponse *http.Response + Model *[]CapacityPool + OData *odata.OData + type PoolsUpdateOperationResponse struct + HttpResponse *http.Response + Model *CapacityPool + OData *odata.OData + Poller pollers.Poller + type QosType string + const QosTypeAuto + const QosTypeManual + func (s *QosType) UnmarshalJSON(bytes []byte) error + type ServiceLevel string + const ServiceLevelPremium + const ServiceLevelStandard + const ServiceLevelStandardZRS + const ServiceLevelUltra + func (s *ServiceLevel) UnmarshalJSON(bytes []byte) error