Documentation ¶
Index ¶
- func ValidateApplicationGatewayID(input interface{}, key string) (warnings []string, errors []error)
- type ApplicationGatewayId
- type ApplicationGatewayPrivateLinkResource
- type ApplicationGatewayPrivateLinkResourceOperationPredicate
- type ApplicationGatewayPrivateLinkResourceProperties
- type ApplicationGatewayPrivateLinkResourcesClient
- func (c ApplicationGatewayPrivateLinkResourcesClient) List(ctx context.Context, id ApplicationGatewayId) (result ListOperationResponse, err error)
- func (c ApplicationGatewayPrivateLinkResourcesClient) ListComplete(ctx context.Context, id ApplicationGatewayId) (ListCompleteResult, error)
- func (c ApplicationGatewayPrivateLinkResourcesClient) ListCompleteMatchingPredicate(ctx context.Context, id ApplicationGatewayId, ...) (result ListCompleteResult, err error)
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateApplicationGatewayID ¶
func ValidateApplicationGatewayID(input interface{}, key string) (warnings []string, errors []error)
ValidateApplicationGatewayID checks that 'input' can be parsed as a Application Gateway ID
Types ¶
type ApplicationGatewayId ¶
type ApplicationGatewayId struct { SubscriptionId string ResourceGroupName string ApplicationGatewayName string }
ApplicationGatewayId is a struct representing the Resource ID for a Application Gateway
func NewApplicationGatewayID ¶
func NewApplicationGatewayID(subscriptionId string, resourceGroupName string, applicationGatewayName string) ApplicationGatewayId
NewApplicationGatewayID returns a new ApplicationGatewayId struct
func ParseApplicationGatewayID ¶
func ParseApplicationGatewayID(input string) (*ApplicationGatewayId, error)
ParseApplicationGatewayID parses 'input' into a ApplicationGatewayId
func ParseApplicationGatewayIDInsensitively ¶
func ParseApplicationGatewayIDInsensitively(input string) (*ApplicationGatewayId, error)
ParseApplicationGatewayIDInsensitively parses 'input' case-insensitively into a ApplicationGatewayId note: this method should only be used for API response data and not user input
func (*ApplicationGatewayId) FromParseResult ¶
func (id *ApplicationGatewayId) FromParseResult(input resourceids.ParseResult) error
func (ApplicationGatewayId) ID ¶
func (id ApplicationGatewayId) ID() string
ID returns the formatted Application Gateway ID
func (ApplicationGatewayId) Segments ¶
func (id ApplicationGatewayId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Application Gateway ID
func (ApplicationGatewayId) String ¶
func (id ApplicationGatewayId) String() string
String returns a human-readable description of this Application Gateway ID
type ApplicationGatewayPrivateLinkResource ¶
type ApplicationGatewayPrivateLinkResource struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ApplicationGatewayPrivateLinkResourceProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ApplicationGatewayPrivateLinkResourceOperationPredicate ¶
type ApplicationGatewayPrivateLinkResourceOperationPredicate struct { Etag *string Id *string Name *string Type *string }
func (ApplicationGatewayPrivateLinkResourceOperationPredicate) Matches ¶
func (p ApplicationGatewayPrivateLinkResourceOperationPredicate) Matches(input ApplicationGatewayPrivateLinkResource) bool
type ApplicationGatewayPrivateLinkResourcesClient ¶
type ApplicationGatewayPrivateLinkResourcesClient struct {
Client *resourcemanager.Client
}
func NewApplicationGatewayPrivateLinkResourcesClientWithBaseURI ¶
func NewApplicationGatewayPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*ApplicationGatewayPrivateLinkResourcesClient, error)
func (ApplicationGatewayPrivateLinkResourcesClient) List ¶
func (c ApplicationGatewayPrivateLinkResourcesClient) List(ctx context.Context, id ApplicationGatewayId) (result ListOperationResponse, err error)
List ...
func (ApplicationGatewayPrivateLinkResourcesClient) ListComplete ¶
func (c ApplicationGatewayPrivateLinkResourcesClient) ListComplete(ctx context.Context, id ApplicationGatewayId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ApplicationGatewayPrivateLinkResourcesClient) ListCompleteMatchingPredicate ¶
func (c ApplicationGatewayPrivateLinkResourcesClient) ListCompleteMatchingPredicate(ctx context.Context, id ApplicationGatewayId, predicate ApplicationGatewayPrivateLinkResourceOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ApplicationGatewayPrivateLinkResource }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ApplicationGatewayPrivateLinkResource }