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 ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type ListByServiceCompleteResult struct + Items []RegionContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]RegionContract + OData *odata.OData + type RegionClient struct + Client *resourcemanager.Client + func NewRegionClientWithBaseURI(sdkApi sdkEnv.Api) (*RegionClient, error) + func (c RegionClient) ListByService(ctx context.Context, id ServiceId) (result ListByServiceOperationResponse, err error) + func (c RegionClient) ListByServiceComplete(ctx context.Context, id ServiceId) (ListByServiceCompleteResult, error) + func (c RegionClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate RegionContractOperationPredicate) (result ListByServiceCompleteResult, err error) + type RegionContract struct + IsDeleted *bool + IsMasterRegion *bool + Name *string + type RegionContractOperationPredicate struct + IsDeleted *bool + IsMasterRegion *bool + Name *string + func (p RegionContractOperationPredicate) Matches(input RegionContract) bool + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string