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 ValidateApplicationGatewayID(input interface{}, key string) (warnings []string, errors []error) + type ApplicationGatewayId struct + ApplicationGatewayName string + ResourceGroupName string + SubscriptionId string + func NewApplicationGatewayID(subscriptionId string, resourceGroupName string, applicationGatewayName string) ApplicationGatewayId + func ParseApplicationGatewayID(input string) (*ApplicationGatewayId, error) + func ParseApplicationGatewayIDInsensitively(input string) (*ApplicationGatewayId, error) + func (id *ApplicationGatewayId) FromParseResult(input resourceids.ParseResult) error + func (id ApplicationGatewayId) ID() string + func (id ApplicationGatewayId) Segments() []resourceids.Segment + func (id ApplicationGatewayId) String() string + type ApplicationGatewayPrivateLinkResource struct + Etag *string + Id *string + Name *string + Properties *ApplicationGatewayPrivateLinkResourceProperties + Type *string + type ApplicationGatewayPrivateLinkResourceOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p ApplicationGatewayPrivateLinkResourceOperationPredicate) Matches(input ApplicationGatewayPrivateLinkResource) bool + type ApplicationGatewayPrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type ApplicationGatewayPrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewApplicationGatewayPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*ApplicationGatewayPrivateLinkResourcesClient, error) + 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 struct + Items []ApplicationGatewayPrivateLinkResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ApplicationGatewayPrivateLinkResource + OData *odata.OData