Versions in this module Expand all Collapse all v2 v2.85.6 Nov 18, 2021 v2.85.5 Nov 18, 2021 Changes in this version + func ValidateConfigurationStoreID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type ConfigurationStoreId struct + ConfigStoreName string + ResourceGroupName string + SubscriptionId string + func NewConfigurationStoreID(subscriptionId string, resourceGroupName string, configStoreName string) ConfigurationStoreId + func ParseConfigurationStoreID(input string) (*ConfigurationStoreId, error) + func ParseConfigurationStoreIDInsensitively(input string) (*ConfigurationStoreId, error) + func (id ConfigurationStoreId) ID() string + func (id ConfigurationStoreId) Segments() []resourceids.Segment + func (id ConfigurationStoreId) String() string + type GetResponse struct + HttpResponse *http.Response + Model *PrivateLinkResource + type ListByConfigurationStoreCompleteResult struct + Items []PrivateLinkResource + type ListByConfigurationStoreResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkResource + func (r ListByConfigurationStoreResponse) HasMore() bool + func (r ListByConfigurationStoreResponse) LoadMore(ctx context.Context) (resp ListByConfigurationStoreResponse, err error) + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceId struct + ConfigStoreName string + GroupName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkResourceID(subscriptionId string, resourceGroupName string, configStoreName string, ...) PrivateLinkResourceId + func ParsePrivateLinkResourceID(input string) (*PrivateLinkResourceId, error) + func ParsePrivateLinkResourceIDInsensitively(input string) (*PrivateLinkResourceId, error) + func (id PrivateLinkResourceId) ID() string + func (id PrivateLinkResourceId) Segments() []resourceids.Segment + func (id PrivateLinkResourceId) String() string + type PrivateLinkResourcePredicate struct + Id *string + Name *string + Type *string + func (p PrivateLinkResourcePredicate) Matches(input PrivateLinkResource) bool + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkResourcesClient struct + Client autorest.Client + func NewPrivateLinkResourcesClientWithBaseURI(endpoint string) PrivateLinkResourcesClient + func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetResponse, err error) + func (c PrivateLinkResourcesClient) ListByConfigurationStore(ctx context.Context, id ConfigurationStoreId) (resp ListByConfigurationStoreResponse, err error) + func (c PrivateLinkResourcesClient) ListByConfigurationStoreComplete(ctx context.Context, id ConfigurationStoreId) (ListByConfigurationStoreCompleteResult, error) + func (c PrivateLinkResourcesClient) ListByConfigurationStoreCompleteMatchingPredicate(ctx context.Context, id ConfigurationStoreId, ...) (resp ListByConfigurationStoreCompleteResult, err error)