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
- type ShareablePrivateLinkResourceProperties
- type ShareablePrivateLinkResourceType
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
func (ListSupportedOperationOptions) ToHeaders ¶
func (o ListSupportedOperationOptions) ToHeaders() *client.Headers
func (ListSupportedOperationOptions) ToOData ¶
func (o ListSupportedOperationOptions) ToOData() *odata.Query
func (ListSupportedOperationOptions) ToQuery ¶
func (o ListSupportedOperationOptions) ToQuery() *client.QueryParams
type ListSupportedOperationResponse ¶
type ListSupportedOperationResponse struct { HttpResponse *http.Response OData *odata.OData 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 *resourcemanager.Client
}
func NewPrivateLinkResourcesClientWithBaseURI ¶
func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error)
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) FromParseResult ¶
func (id *SearchServiceId) FromParseResult(input resourceids.ParseResult) error
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
type ShareablePrivateLinkResourceProperties ¶
type ShareablePrivateLinkResourceProperties struct {}
type ShareablePrivateLinkResourceType ¶
type ShareablePrivateLinkResourceType struct {}