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 ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateProviderLocationID(input interface{}, key string) (warnings []string, errors []error) + type AvailableServiceAlias struct + Id *string + Name *string + ResourceName *string + Type *string + type AvailableServiceAliasOperationPredicate struct + Id *string + Name *string + ResourceName *string + Type *string + func (p AvailableServiceAliasOperationPredicate) Matches(input AvailableServiceAlias) bool + type AvailableServiceAliasesClient struct + Client *resourcemanager.Client + func NewAvailableServiceAliasesClientWithBaseURI(sdkApi sdkEnv.Api) (*AvailableServiceAliasesClient, error) + func (c AvailableServiceAliasesClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c AvailableServiceAliasesClient) ListByResourceGroup(ctx context.Context, id ProviderLocationId) (result ListByResourceGroupOperationResponse, err error) + func (c AvailableServiceAliasesClient) ListByResourceGroupComplete(ctx context.Context, id ProviderLocationId) (ListByResourceGroupCompleteResult, error) + func (c AvailableServiceAliasesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id ProviderLocationId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c AvailableServiceAliasesClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c AvailableServiceAliasesClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result ListCompleteResult, err error) + type ListByResourceGroupCompleteResult struct + Items []AvailableServiceAlias + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]AvailableServiceAlias + OData *odata.OData + type ListCompleteResult struct + Items []AvailableServiceAlias + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]AvailableServiceAlias + OData *odata.OData + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type ProviderLocationId struct + LocationName string + ResourceGroupName string + SubscriptionId string + func NewProviderLocationID(subscriptionId string, resourceGroupName string, locationName string) ProviderLocationId + func ParseProviderLocationID(input string) (*ProviderLocationId, error) + func ParseProviderLocationIDInsensitively(input string) (*ProviderLocationId, error) + func (id *ProviderLocationId) FromParseResult(input resourceids.ParseResult) error + func (id ProviderLocationId) ID() string + func (id ProviderLocationId) Segments() []resourceids.Segment + func (id ProviderLocationId) String() string