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 ValidateSearchServiceID(input interface{}, key string) (warnings []string, errors []error) + type ListSupportedOperationOptions struct + XMsClientRequestId *string + func DefaultListSupportedOperationOptions() ListSupportedOperationOptions + func (o ListSupportedOperationOptions) ToHeaders() *client.Headers + func (o ListSupportedOperationOptions) ToOData() *odata.Query + func (o ListSupportedOperationOptions) ToQuery() *client.QueryParams + type ListSupportedOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourcesResult + OData *odata.OData + type PrivateLinkResource struct + Id *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + ShareablePrivateLinkResourceTypes *[]ShareablePrivateLinkResourceType + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) ListSupported(ctx context.Context, id SearchServiceId, options ListSupportedOperationOptions) (result ListSupportedOperationResponse, err error) + type PrivateLinkResourcesResult struct + Value *[]PrivateLinkResource + type SearchServiceId struct + ResourceGroupName string + SearchServiceName string + SubscriptionId string + func NewSearchServiceID(subscriptionId string, resourceGroupName string, searchServiceName string) SearchServiceId + func ParseSearchServiceID(input string) (*SearchServiceId, error) + func ParseSearchServiceIDInsensitively(input string) (*SearchServiceId, error) + func (id *SearchServiceId) FromParseResult(input resourceids.ParseResult) error + func (id SearchServiceId) ID() string + func (id SearchServiceId) Segments() []resourceids.Segment + func (id SearchServiceId) String() string + type ShareablePrivateLinkResourceProperties struct + Description *string + GroupId *string + Type *string + type ShareablePrivateLinkResourceType struct + Name *string + Properties *ShareablePrivateLinkResourceProperties