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) + type AvailableEndpointServicesListCompleteResult struct + Items []EndpointServiceResult + LatestHttpResponse *http.Response + type AvailableEndpointServicesListCustomPager struct + NextLink *odata.Link + func (p *AvailableEndpointServicesListCustomPager) NextPageLink() *odata.Link + type AvailableEndpointServicesListOperationResponse struct + HttpResponse *http.Response + Model *[]EndpointServiceResult + OData *odata.OData + type EndpointServiceResult struct + Id *string + Name *string + Type *string + type EndpointServiceResultOperationPredicate struct + Id *string + Name *string + Type *string + func (p EndpointServiceResultOperationPredicate) Matches(input EndpointServiceResult) bool + type EndpointServicesClient struct + Client *resourcemanager.Client + func NewEndpointServicesClientWithBaseURI(sdkApi sdkEnv.Api) (*EndpointServicesClient, error) + func (c EndpointServicesClient) AvailableEndpointServicesList(ctx context.Context, id LocationId) (result AvailableEndpointServicesListOperationResponse, err error) + func (c EndpointServicesClient) AvailableEndpointServicesListComplete(ctx context.Context, id LocationId) (AvailableEndpointServicesListCompleteResult, error) + func (c EndpointServicesClient) AvailableEndpointServicesListCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result AvailableEndpointServicesListCompleteResult, err error) + 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