Versions in this module Expand all Collapse all v2 v2.85.6 Nov 18, 2021 v2.85.5 Nov 18, 2021 Changes in this version + type CapabilityInformation struct + AccountCount *int64 + MaxAccountCount *int64 + MigrationState *bool + State *SubscriptionState + SubscriptionId *string + type GetCapabilityResponse struct + HttpResponse *http.Response + Model *CapabilityInformation + type LocationId struct + Name string + SubscriptionId string + func NewLocationID(subscriptionId, name string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id LocationId) ID() string + func (id LocationId) String() string + type LocationsClient struct + Client autorest.Client + func NewLocationsClientWithBaseURI(endpoint string) LocationsClient + func (c LocationsClient) GetCapability(ctx context.Context, id LocationId) (result GetCapabilityResponse, err error) + type SubscriptionState string + const SubscriptionStateDeleted + const SubscriptionStateRegistered + const SubscriptionStateSuspended + const SubscriptionStateUnregistered + const SubscriptionStateWarned