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 ValidateConfigurationStoreID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type ConfigurationStoreId struct + ConfigurationStoreName string + ResourceGroupName string + SubscriptionId string + func NewConfigurationStoreID(subscriptionId string, resourceGroupName string, configurationStoreName string) ConfigurationStoreId + func ParseConfigurationStoreID(input string) (*ConfigurationStoreId, error) + func ParseConfigurationStoreIDInsensitively(input string) (*ConfigurationStoreId, error) + func (id *ConfigurationStoreId) FromParseResult(input resourceids.ParseResult) error + func (id ConfigurationStoreId) ID() string + func (id ConfigurationStoreId) Segments() []resourceids.Segment + func (id ConfigurationStoreId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResource + OData *odata.OData + type ListByConfigurationStoreCompleteResult struct + Items []PrivateLinkResource + LatestHttpResponse *http.Response + type ListByConfigurationStoreCustomPager struct + NextLink *odata.Link + func (p *ListByConfigurationStoreCustomPager) NextPageLink() *odata.Link + type ListByConfigurationStoreOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateLinkResource + OData *odata.OData + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceId struct + ConfigurationStoreName string + PrivateLinkResourceName string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkResourceID(subscriptionId string, resourceGroupName string, configurationStoreName string, ...) PrivateLinkResourceId + func ParsePrivateLinkResourceID(input string) (*PrivateLinkResourceId, error) + func ParsePrivateLinkResourceIDInsensitively(input string) (*PrivateLinkResourceId, error) + func (id *PrivateLinkResourceId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkResourceId) ID() string + func (id PrivateLinkResourceId) Segments() []resourceids.Segment + func (id PrivateLinkResourceId) String() 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 + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListByConfigurationStore(ctx context.Context, id ConfigurationStoreId) (result ListByConfigurationStoreOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListByConfigurationStoreComplete(ctx context.Context, id ConfigurationStoreId) (ListByConfigurationStoreCompleteResult, error) + func (c PrivateLinkResourcesClient) ListByConfigurationStoreCompleteMatchingPredicate(ctx context.Context, id ConfigurationStoreId, ...) (result ListByConfigurationStoreCompleteResult, err error)