Documentation ¶
Index ¶
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- type AvailableEndpointServicesListCompleteResult
- type AvailableEndpointServicesListOperationResponse
- type EndpointServiceResult
- type EndpointServiceResultOperationPredicate
- type EndpointServicesClient
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
Types ¶
type AvailableEndpointServicesListCompleteResult ¶
type AvailableEndpointServicesListCompleteResult struct {
Items []EndpointServiceResult
}
type AvailableEndpointServicesListOperationResponse ¶
type AvailableEndpointServicesListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]EndpointServiceResult }
type EndpointServiceResult ¶
type EndpointServiceResultOperationPredicate ¶
func (EndpointServiceResultOperationPredicate) Matches ¶
func (p EndpointServiceResultOperationPredicate) Matches(input EndpointServiceResult) bool
type EndpointServicesClient ¶
type EndpointServicesClient struct {
Client *resourcemanager.Client
}
func NewEndpointServicesClientWithBaseURI ¶
func NewEndpointServicesClientWithBaseURI(sdkApi sdkEnv.Api) (*EndpointServicesClient, error)
func (EndpointServicesClient) AvailableEndpointServicesList ¶
func (c EndpointServicesClient) AvailableEndpointServicesList(ctx context.Context, id LocationId) (result AvailableEndpointServicesListOperationResponse, err error)
AvailableEndpointServicesList ...
func (EndpointServicesClient) AvailableEndpointServicesListComplete ¶
func (c EndpointServicesClient) AvailableEndpointServicesListComplete(ctx context.Context, id LocationId) (AvailableEndpointServicesListCompleteResult, error)
AvailableEndpointServicesListComplete retrieves all the results into a single object
func (EndpointServicesClient) AvailableEndpointServicesListCompleteMatchingPredicate ¶
func (c EndpointServicesClient) AvailableEndpointServicesListCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate EndpointServiceResultOperationPredicate) (result AvailableEndpointServicesListCompleteResult, err error)
AvailableEndpointServicesListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, locationName string) LocationId
NewLocationID returns a new LocationId struct
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses 'input' into a LocationId
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input
func (*LocationId) FromParseResult ¶ added in v0.20231127.1171502
func (id *LocationId) FromParseResult(input resourceids.ParseResult) error
func (LocationId) Segments ¶
func (id LocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location ID
func (LocationId) String ¶
func (id LocationId) String() string
String returns a human-readable description of this Location ID