Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AdminKeyKind string + const Primary + const Secondary + func PossibleAdminKeyKindValues() []AdminKeyKind + type AdminKeyResult struct + PrimaryKey *string + SecondaryKey *string + func (akr AdminKeyResult) MarshalJSON() ([]byte, error) + type AdminKeysClient struct + func NewAdminKeysClient(subscriptionID string) AdminKeysClient + func NewAdminKeysClientWithBaseURI(baseURI string, subscriptionID string) AdminKeysClient + func (client AdminKeysClient) Get(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result AdminKeyResult, err error) + func (client AdminKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client AdminKeysClient) GetResponder(resp *http.Response) (result AdminKeyResult, err error) + func (client AdminKeysClient) GetSender(req *http.Request) (*http.Response, error) + func (client AdminKeysClient) Regenerate(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result AdminKeyResult, err error) + func (client AdminKeysClient) RegeneratePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client AdminKeysClient) RegenerateResponder(resp *http.Response) (result AdminKeyResult, err error) + func (client AdminKeysClient) RegenerateSender(req *http.Request) (*http.Response, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CheckNameAvailabilityInput struct + Name *string + Type *string + type CheckNameAvailabilityOutput struct + IsNameAvailable *bool + Message *string + Reason UnavailableNameReason + func (cnao CheckNameAvailabilityOutput) MarshalJSON() ([]byte, error) + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type HostingMode string + const Default + const HighDensity + func PossibleHostingModeValues() []HostingMode + type IPRule struct + Value *string + type Identity struct + PrincipalID *string + TenantID *string + Type IdentityType + func (i Identity) MarshalJSON() ([]byte, error) + type IdentityType string + const None + const SystemAssigned + func PossibleIdentityTypeValues() []IdentityType + type ListQueryKeysResult struct + NextLink *string + Value *[]QueryKey + func (lqkr ListQueryKeysResult) IsEmpty() bool + func (lqkr ListQueryKeysResult) MarshalJSON() ([]byte, error) + type ListQueryKeysResultIterator struct + func NewListQueryKeysResultIterator(page ListQueryKeysResultPage) ListQueryKeysResultIterator + func (iter *ListQueryKeysResultIterator) Next() error + func (iter *ListQueryKeysResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListQueryKeysResultIterator) NotDone() bool + func (iter ListQueryKeysResultIterator) Response() ListQueryKeysResult + func (iter ListQueryKeysResultIterator) Value() QueryKey + type ListQueryKeysResultPage struct + func NewListQueryKeysResultPage(cur ListQueryKeysResult, ...) ListQueryKeysResultPage + func (page *ListQueryKeysResultPage) Next() error + func (page *ListQueryKeysResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListQueryKeysResultPage) NotDone() bool + func (page ListQueryKeysResultPage) Response() ListQueryKeysResult + func (page ListQueryKeysResultPage) Values() []QueryKey + type NetworkRuleSet struct + IPRules *[]IPRule + type Operation struct + Display *OperationDisplay + Name *string + func (o Operation) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + func (o OperationDisplay) MarshalJSON() ([]byte, error) + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) MarshalJSON() ([]byte, error) + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PrivateEndpointConnection struct + ID *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResult struct + NextLink *string + Value *[]PrivateEndpointConnection + func (peclr PrivateEndpointConnectionListResult) IsEmpty() bool + func (peclr PrivateEndpointConnectionListResult) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResultIterator struct + func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator + func (iter *PrivateEndpointConnectionListResultIterator) Next() error + func (iter *PrivateEndpointConnectionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PrivateEndpointConnectionListResultIterator) NotDone() bool + func (iter PrivateEndpointConnectionListResultIterator) Response() PrivateEndpointConnectionListResult + func (iter PrivateEndpointConnectionListResultIterator) Value() PrivateEndpointConnection + type PrivateEndpointConnectionListResultPage struct + func NewPrivateEndpointConnectionListResultPage(cur PrivateEndpointConnectionListResult, ...) PrivateEndpointConnectionListResultPage + func (page *PrivateEndpointConnectionListResultPage) Next() error + func (page *PrivateEndpointConnectionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PrivateEndpointConnectionListResultPage) NotDone() bool + func (page PrivateEndpointConnectionListResultPage) Response() PrivateEndpointConnectionListResult + func (page PrivateEndpointConnectionListResultPage) Values() []PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpointConnectionPropertiesPrivateEndpoint + PrivateLinkServiceConnectionState *PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState + type PrivateEndpointConnectionPropertiesPrivateEndpoint struct + ID *string + type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status PrivateLinkServiceConnectionStatus + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) ListByService(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result PrivateEndpointConnectionListResultPage, err error) + func (client PrivateEndpointConnectionsClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result PrivateEndpointConnectionListResultIterator, err error) + func (client PrivateEndpointConnectionsClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListByServiceResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) Update(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) UpdateResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) UpdateSender(req *http.Request) (*http.Response, error) + type PrivateLinkResource struct + ID *string + Name *string + Properties *PrivateLinkResourceProperties + Type *string + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) ListSupported(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result PrivateLinkResourcesResult, err error) + func (client PrivateLinkResourcesClient) ListSupportedPreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListSupportedResponder(resp *http.Response) (result PrivateLinkResourcesResult, err error) + func (client PrivateLinkResourcesClient) ListSupportedSender(req *http.Request) (*http.Response, error) + type PrivateLinkResourcesResult struct + Value *[]PrivateLinkResource + func (plrr PrivateLinkResourcesResult) MarshalJSON() ([]byte, error) + type PrivateLinkServiceConnectionStatus string + const Approved + const Disconnected + const Pending + const Rejected + func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus + type ProvisioningState string + const Failed + const Provisioning + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type PublicNetworkAccess string + const Disabled + const Enabled + func PossiblePublicNetworkAccessValues() []PublicNetworkAccess + type QueryKey struct + Key *string + Name *string + func (qk QueryKey) MarshalJSON() ([]byte, error) + type QueryKeysClient struct + func NewQueryKeysClient(subscriptionID string) QueryKeysClient + func NewQueryKeysClientWithBaseURI(baseURI string, subscriptionID string) QueryKeysClient + func (client QueryKeysClient) Create(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result QueryKey, err error) + func (client QueryKeysClient) CreatePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client QueryKeysClient) CreateResponder(resp *http.Response) (result QueryKey, err error) + func (client QueryKeysClient) CreateSender(req *http.Request) (*http.Response, error) + func (client QueryKeysClient) Delete(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result autorest.Response, err error) + func (client QueryKeysClient) DeletePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client QueryKeysClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client QueryKeysClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client QueryKeysClient) ListBySearchService(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result ListQueryKeysResultPage, err error) + func (client QueryKeysClient) ListBySearchServiceComplete(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result ListQueryKeysResultIterator, err error) + func (client QueryKeysClient) ListBySearchServicePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client QueryKeysClient) ListBySearchServiceResponder(resp *http.Response) (result ListQueryKeysResult, err error) + func (client QueryKeysClient) ListBySearchServiceSender(req *http.Request) (*http.Response, error) + type Resource struct + ID *string + Identity *Identity + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type Service struct + ID *string + Identity *Identity + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (s *Service) UnmarshalJSON(body []byte) error + func (s Service) MarshalJSON() ([]byte, error) + type ServiceListResult struct + NextLink *string + Value *[]Service + func (slr ServiceListResult) IsEmpty() bool + func (slr ServiceListResult) MarshalJSON() ([]byte, error) + type ServiceListResultIterator struct + func NewServiceListResultIterator(page ServiceListResultPage) ServiceListResultIterator + func (iter *ServiceListResultIterator) Next() error + func (iter *ServiceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceListResultIterator) NotDone() bool + func (iter ServiceListResultIterator) Response() ServiceListResult + func (iter ServiceListResultIterator) Value() Service + type ServiceListResultPage struct + func NewServiceListResultPage(cur ServiceListResult, ...) ServiceListResultPage + func (page *ServiceListResultPage) Next() error + func (page *ServiceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceListResultPage) NotDone() bool + func (page ServiceListResultPage) Response() ServiceListResult + func (page ServiceListResultPage) Values() []Service + type ServiceProperties struct + HostingMode HostingMode + NetworkRuleSet *NetworkRuleSet + PartitionCount *int32 + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState ProvisioningState + PublicNetworkAccess PublicNetworkAccess + ReplicaCount *int32 + Status ServiceStatus + StatusDetails *string + func (sp ServiceProperties) MarshalJSON() ([]byte, error) + type ServiceStatus string + const ServiceStatusDegraded + const ServiceStatusDeleting + const ServiceStatusDisabled + const ServiceStatusError + const ServiceStatusProvisioning + const ServiceStatusRunning + func PossibleServiceStatusValues() []ServiceStatus + type ServicesClient struct + func NewServicesClient(subscriptionID string) ServicesClient + func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient + func (client ServicesClient) CheckNameAvailability(ctx context.Context, checkNameAvailabilityInput CheckNameAvailabilityInput, ...) (result CheckNameAvailabilityOutput, err error) + func (client ServicesClient) CheckNameAvailabilityPreparer(ctx context.Context, checkNameAvailabilityInput CheckNameAvailabilityInput, ...) (*http.Request, error) + func (client ServicesClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityOutput, err error) + func (client ServicesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result ServicesCreateOrUpdateFuture, err error) + func (client ServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client ServicesClient) CreateOrUpdateResponder(resp *http.Response) (result Service, err error) + func (client ServicesClient) CreateOrUpdateSender(req *http.Request) (future ServicesCreateOrUpdateFuture, err error) + func (client ServicesClient) Delete(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result autorest.Response, err error) + func (client ServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client ServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServicesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Get(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result Service, err error) + func (client ServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client ServicesClient) GetResponder(resp *http.Response) (result Service, err error) + func (client ServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, clientRequestID *uuid.UUID) (result ServiceListResultPage, err error) + func (client ServicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, clientRequestID *uuid.UUID) (result ServiceListResultIterator, err error) + func (client ServicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, clientRequestID *uuid.UUID) (*http.Request, error) + func (client ServicesClient) ListByResourceGroupResponder(resp *http.Response) (result ServiceListResult, err error) + func (client ServicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) ListBySubscription(ctx context.Context, clientRequestID *uuid.UUID) (result ServiceListResultPage, err error) + func (client ServicesClient) ListBySubscriptionComplete(ctx context.Context, clientRequestID *uuid.UUID) (result ServiceListResultIterator, err error) + func (client ServicesClient) ListBySubscriptionPreparer(ctx context.Context, clientRequestID *uuid.UUID) (*http.Request, error) + func (client ServicesClient) ListBySubscriptionResponder(resp *http.Response) (result ServiceListResult, err error) + func (client ServicesClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Update(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (result Service, err error) + func (client ServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, searchServiceName string, ...) (*http.Request, error) + func (client ServicesClient) UpdateResponder(resp *http.Response) (result Service, err error) + func (client ServicesClient) UpdateSender(req *http.Request) (*http.Response, error) + type ServicesCreateOrUpdateFuture struct + Result func(ServicesClient) (Service, error) + func (future *ServicesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type Sku struct + Name SkuName + type SkuName string + const Basic + const Free + const Standard + const Standard2 + const Standard3 + const StorageOptimizedL1 + const StorageOptimizedL2 + func PossibleSkuNameValues() []SkuName + type UnavailableNameReason string + const AlreadyExists + const Invalid + func PossibleUnavailableNameReasonValues() []UnavailableNameReason