Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type DiskPoolZoneInfo struct + AdditionalCapabilities *[]string + AvailabilityZones *[]string + Sku *Sku + type DiskPoolZoneInfoPredicate struct + func (p DiskPoolZoneInfoPredicate) Matches(input DiskPoolZoneInfo) bool + type DiskPoolZonesClient struct + Client autorest.Client + func NewDiskPoolZonesClientWithBaseURI(endpoint string) DiskPoolZonesClient + func (c DiskPoolZonesClient) List(ctx context.Context, id LocationId) (resp ListResponse, err error) + func (c DiskPoolZonesClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c DiskPoolZonesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate DiskPoolZoneInfoPredicate) (resp ListCompleteResult, err error) + type ListCompleteResult struct + Items []DiskPoolZoneInfo + type ListResponse struct + HttpResponse *http.Response + Model *[]DiskPoolZoneInfo + func (r ListResponse) HasMore() bool + func (r ListResponse) LoadMore(ctx context.Context) (resp ListResponse, err error) + type LocationId struct + Location string + SubscriptionId string + func NewLocationID(subscriptionId string, location string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type Sku struct + Name string + Tier *string