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 PossibleValuesForSharedPrivateLinkResourceProvisioningState() []string + func PossibleValuesForSharedPrivateLinkResourceStatus() []string + func ValidateSearchServiceID(input interface{}, key string) (warnings []string, errors []error) + func ValidateSharedPrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationOptions struct + XMsClientRequestId *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *SharedPrivateLinkResource + OData *odata.OData + Poller pollers.Poller + type DeleteOperationOptions struct + XMsClientRequestId *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationOptions struct + XMsClientRequestId *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *SharedPrivateLinkResource + OData *odata.OData + type ListByServiceCompleteResult struct + Items []SharedPrivateLinkResource + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + XMsClientRequestId *string + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]SharedPrivateLinkResource + OData *odata.OData + 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 SharedPrivateLinkResource struct + Id *string + Name *string + Properties *SharedPrivateLinkResourceProperties + Type *string + type SharedPrivateLinkResourceId struct + ResourceGroupName string + SearchServiceName string + SharedPrivateLinkResourceName string + SubscriptionId string + func NewSharedPrivateLinkResourceID(subscriptionId string, resourceGroupName string, searchServiceName string, ...) SharedPrivateLinkResourceId + func ParseSharedPrivateLinkResourceID(input string) (*SharedPrivateLinkResourceId, error) + func ParseSharedPrivateLinkResourceIDInsensitively(input string) (*SharedPrivateLinkResourceId, error) + func (id *SharedPrivateLinkResourceId) FromParseResult(input resourceids.ParseResult) error + func (id SharedPrivateLinkResourceId) ID() string + func (id SharedPrivateLinkResourceId) Segments() []resourceids.Segment + func (id SharedPrivateLinkResourceId) String() string + type SharedPrivateLinkResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p SharedPrivateLinkResourceOperationPredicate) Matches(input SharedPrivateLinkResource) bool + type SharedPrivateLinkResourceProperties struct + GroupId *string + PrivateLinkResourceId *string + ProvisioningState *SharedPrivateLinkResourceProvisioningState + RequestMessage *string + ResourceRegion *string + Status *SharedPrivateLinkResourceStatus + type SharedPrivateLinkResourceProvisioningState string + const SharedPrivateLinkResourceProvisioningStateDeleting + const SharedPrivateLinkResourceProvisioningStateFailed + const SharedPrivateLinkResourceProvisioningStateIncomplete + const SharedPrivateLinkResourceProvisioningStateSucceeded + const SharedPrivateLinkResourceProvisioningStateUpdating + func (s *SharedPrivateLinkResourceProvisioningState) UnmarshalJSON(bytes []byte) error + type SharedPrivateLinkResourceStatus string + const SharedPrivateLinkResourceStatusApproved + const SharedPrivateLinkResourceStatusDisconnected + const SharedPrivateLinkResourceStatusPending + const SharedPrivateLinkResourceStatusRejected + func (s *SharedPrivateLinkResourceStatus) UnmarshalJSON(bytes []byte) error + type SharedPrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewSharedPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*SharedPrivateLinkResourcesClient, error) + func (c SharedPrivateLinkResourcesClient) CreateOrUpdate(ctx context.Context, id SharedPrivateLinkResourceId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c SharedPrivateLinkResourcesClient) CreateOrUpdateThenPoll(ctx context.Context, id SharedPrivateLinkResourceId, ...) error + func (c SharedPrivateLinkResourcesClient) Delete(ctx context.Context, id SharedPrivateLinkResourceId, ...) (result DeleteOperationResponse, err error) + func (c SharedPrivateLinkResourcesClient) DeleteThenPoll(ctx context.Context, id SharedPrivateLinkResourceId, ...) error + func (c SharedPrivateLinkResourcesClient) Get(ctx context.Context, id SharedPrivateLinkResourceId, ...) (result GetOperationResponse, err error) + func (c SharedPrivateLinkResourcesClient) ListByService(ctx context.Context, id SearchServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c SharedPrivateLinkResourcesClient) ListByServiceComplete(ctx context.Context, id SearchServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c SharedPrivateLinkResourcesClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id SearchServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error)