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 ValidatePrivateLinkHubID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkHubPrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResource + OData *odata.OData + type ListCompleteResult struct + Items []PrivateLinkResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkResource + OData *odata.OData + type PrivateLinkHubId struct + PrivateLinkHubName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkHubID(subscriptionId string, resourceGroupName string, privateLinkHubName string) PrivateLinkHubId + func ParsePrivateLinkHubID(input string) (*PrivateLinkHubId, error) + func ParsePrivateLinkHubIDInsensitively(input string) (*PrivateLinkHubId, error) + func (id *PrivateLinkHubId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkHubId) ID() string + func (id PrivateLinkHubId) Segments() []resourceids.Segment + func (id PrivateLinkHubId) String() string + type PrivateLinkHubPrivateLinkResourceId struct + PrivateLinkHubName string + PrivateLinkResourceName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkHubPrivateLinkResourceID(subscriptionId string, resourceGroupName string, privateLinkHubName string, ...) PrivateLinkHubPrivateLinkResourceId + func ParsePrivateLinkHubPrivateLinkResourceID(input string) (*PrivateLinkHubPrivateLinkResourceId, error) + func ParsePrivateLinkHubPrivateLinkResourceIDInsensitively(input string) (*PrivateLinkHubPrivateLinkResourceId, error) + func (id *PrivateLinkHubPrivateLinkResourceId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkHubPrivateLinkResourceId) ID() string + func (id PrivateLinkHubPrivateLinkResourceId) Segments() []resourceids.Segment + func (id PrivateLinkHubPrivateLinkResourceId) String() string + type PrivateLinkHubPrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkHubPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkHubPrivateLinkResourcesClient, error) + func (c PrivateLinkHubPrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkHubPrivateLinkResourceId) (result GetOperationResponse, err error) + func (c PrivateLinkHubPrivateLinkResourcesClient) List(ctx context.Context, id PrivateLinkHubId) (result ListOperationResponse, err error) + func (c PrivateLinkHubPrivateLinkResourcesClient) ListComplete(ctx context.Context, id PrivateLinkHubId) (ListCompleteResult, error) + func (c PrivateLinkHubPrivateLinkResourcesClient) ListCompleteMatchingPredicate(ctx context.Context, id PrivateLinkHubId, ...) (result ListCompleteResult, err error) + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p PrivateLinkResourceOperationPredicate) Matches(input PrivateLinkResource) bool + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string