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 ValidateScopedPrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResource + OData *odata.OData + type ListByResourceCompleteResult struct + Items []PrivateLinkResource + LatestHttpResponse *http.Response + type ListByResourceCustomPager struct + NextLink *odata.Link + func (p *ListByResourceCustomPager) NextPageLink() *odata.Link + type ListByResourceOperationOptions struct + Filter *string + Top *int64 + func DefaultListByResourceOperationOptions() ListByResourceOperationOptions + func (o ListByResourceOperationOptions) ToHeaders() *client.Headers + func (o ListByResourceOperationOptions) ToOData() *odata.Query + func (o ListByResourceOperationOptions) ToQuery() *client.QueryParams + type ListByResourceOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkResource + OData *odata.OData + 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 + DisplayName *string + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) Get(ctx context.Context, id ScopedPrivateLinkResourceId) (result GetOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListByResource(ctx context.Context, id commonids.ScopeId, ...) (result ListByResourceOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListByResourceComplete(ctx context.Context, id commonids.ScopeId, ...) (ListByResourceCompleteResult, error) + func (c PrivateLinkResourcesClient) ListByResourceCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, ...) (result ListByResourceCompleteResult, err error) + type ScopedPrivateLinkResourceId struct + PrivateLinkResourceName string + Scope string + func NewScopedPrivateLinkResourceID(scope string, privateLinkResourceName string) ScopedPrivateLinkResourceId + func ParseScopedPrivateLinkResourceID(input string) (*ScopedPrivateLinkResourceId, error) + func ParseScopedPrivateLinkResourceIDInsensitively(input string) (*ScopedPrivateLinkResourceId, error) + func (id *ScopedPrivateLinkResourceId) FromParseResult(input resourceids.ParseResult) error + func (id ScopedPrivateLinkResourceId) ID() string + func (id ScopedPrivateLinkResourceId) Segments() []resourceids.Segment + func (id ScopedPrivateLinkResourceId) String() string