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 AvailableDelegation struct + Actions *[]string + Id *string + Name *string + ServiceName *string + Type *string + type AvailableDelegationOperationPredicate struct + Id *string + Name *string + ServiceName *string + Type *string + func (p AvailableDelegationOperationPredicate) Matches(input AvailableDelegation) bool + type AvailableDelegationsClient struct + Client *resourcemanager.Client + func NewAvailableDelegationsClientWithBaseURI(sdkApi sdkEnv.Api) (*AvailableDelegationsClient, error) + func (c AvailableDelegationsClient) AvailableDelegationsList(ctx context.Context, id LocationId) (result AvailableDelegationsListOperationResponse, err error) + func (c AvailableDelegationsClient) AvailableDelegationsListComplete(ctx context.Context, id LocationId) (AvailableDelegationsListCompleteResult, error) + func (c AvailableDelegationsClient) AvailableDelegationsListCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result AvailableDelegationsListCompleteResult, err error) + func (c AvailableDelegationsClient) AvailableResourceGroupDelegationsList(ctx context.Context, id ProviderLocationId) (result AvailableResourceGroupDelegationsListOperationResponse, err error) + func (c AvailableDelegationsClient) AvailableResourceGroupDelegationsListComplete(ctx context.Context, id ProviderLocationId) (AvailableResourceGroupDelegationsListCompleteResult, error) + func (c AvailableDelegationsClient) AvailableResourceGroupDelegationsListCompleteMatchingPredicate(ctx context.Context, id ProviderLocationId, ...) (result AvailableResourceGroupDelegationsListCompleteResult, err error) + type AvailableDelegationsListCompleteResult struct + Items []AvailableDelegation + LatestHttpResponse *http.Response + type AvailableDelegationsListCustomPager struct + NextLink *odata.Link + func (p *AvailableDelegationsListCustomPager) NextPageLink() *odata.Link + type AvailableDelegationsListOperationResponse struct + HttpResponse *http.Response + Model *[]AvailableDelegation + OData *odata.OData + type AvailableResourceGroupDelegationsListCompleteResult struct + Items []AvailableDelegation + LatestHttpResponse *http.Response + type AvailableResourceGroupDelegationsListCustomPager struct + NextLink *odata.Link + func (p *AvailableResourceGroupDelegationsListCustomPager) NextPageLink() *odata.Link + type AvailableResourceGroupDelegationsListOperationResponse struct + HttpResponse *http.Response + Model *[]AvailableDelegation + 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