Documentation ¶
Index ¶
- func ValidateSearchServiceID(input interface{}, key string) (warnings []string, errors []error)
- type ListSupportedOperationOptions
- type ListSupportedOperationResponse
- type PrivateLinkResource
- type PrivateLinkResourceProperties
- type PrivateLinkResourcesClient
- type PrivateLinkResourcesResult
- type SearchServiceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateSearchServiceID ¶
ValidateSearchServiceID checks that 'input' can be parsed as a Search Service ID
Types ¶
type ListSupportedOperationOptions ¶
type ListSupportedOperationOptions struct {
XMsClientRequestId *string
}
func DefaultListSupportedOperationOptions ¶
func DefaultListSupportedOperationOptions() ListSupportedOperationOptions
type ListSupportedOperationResponse ¶
type ListSupportedOperationResponse struct { HttpResponse *http.Response Model *PrivateLinkResourcesResult }
type PrivateLinkResource ¶
type PrivateLinkResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateLinkResourceProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateLinkResourcesClient ¶
type PrivateLinkResourcesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewPrivateLinkResourcesClientWithBaseURI ¶
func NewPrivateLinkResourcesClientWithBaseURI(endpoint string) PrivateLinkResourcesClient
func (PrivateLinkResourcesClient) ListSupported ¶
func (c PrivateLinkResourcesClient) ListSupported(ctx context.Context, id SearchServiceId, options ListSupportedOperationOptions) (result ListSupportedOperationResponse, err error)
ListSupported ...
type PrivateLinkResourcesResult ¶
type PrivateLinkResourcesResult struct {
Value *[]PrivateLinkResource `json:"value,omitempty"`
}
type SearchServiceId ¶
type SearchServiceId struct { SubscriptionId string ResourceGroupName string SearchServiceName string }
SearchServiceId is a struct representing the Resource ID for a Search Service
func NewSearchServiceID ¶
func NewSearchServiceID(subscriptionId string, resourceGroupName string, searchServiceName string) SearchServiceId
NewSearchServiceID returns a new SearchServiceId struct
func ParseSearchServiceID ¶
func ParseSearchServiceID(input string) (*SearchServiceId, error)
ParseSearchServiceID parses 'input' into a SearchServiceId
func ParseSearchServiceIDInsensitively ¶
func ParseSearchServiceIDInsensitively(input string) (*SearchServiceId, error)
ParseSearchServiceIDInsensitively parses 'input' case-insensitively into a SearchServiceId note: this method should only be used for API response data and not user input
func (SearchServiceId) ID ¶
func (id SearchServiceId) ID() string
ID returns the formatted Search Service ID
func (SearchServiceId) Segments ¶
func (id SearchServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Search Service ID
func (SearchServiceId) String ¶
func (id SearchServiceId) String() string
String returns a human-readable description of this Search Service ID