Documentation ¶
Index ¶
- func PossibleValuesForAadAuthFailureMode() []string
- func PossibleValuesForHostingMode() []string
- func PossibleValuesForPrivateLinkServiceConnectionProvisioningState() []string
- func PossibleValuesForPrivateLinkServiceConnectionStatus() []string
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForPublicNetworkAccess() []string
- func PossibleValuesForResourceType() []string
- func PossibleValuesForSearchEncryptionComplianceStatus() []string
- func PossibleValuesForSearchEncryptionWithCmk() []string
- func PossibleValuesForSearchServiceStatus() []string
- func PossibleValuesForSharedPrivateLinkResourceProvisioningState() []string
- func PossibleValuesForSharedPrivateLinkResourceStatus() []string
- func PossibleValuesForSkuName() []string
- func PossibleValuesForUnavailableNameReason() []string
- func ValidateSearchServiceID(input interface{}, key string) (warnings []string, errors []error)
- type AadAuthFailureMode
- type CheckNameAvailabilityInput
- type CheckNameAvailabilityOperationOptions
- type CheckNameAvailabilityOperationResponse
- type CheckNameAvailabilityOutput
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DataPlaneAadOrApiKeyAuthOption
- type DataPlaneAuthOptions
- type DeleteOperationOptions
- type DeleteOperationResponse
- type EncryptionWithCmk
- type GetOperationOptions
- type GetOperationResponse
- type HostingMode
- type IPRule
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationOptions
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionOperationOptions
- type ListBySubscriptionOperationResponse
- type NetworkRuleSet
- type PrivateEndpointConnection
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionPropertiesPrivateEndpoint
- type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
- type PrivateLinkServiceConnectionProvisioningState
- type PrivateLinkServiceConnectionStatus
- type ProvisioningState
- type PublicNetworkAccess
- type ResourceType
- type SearchEncryptionComplianceStatus
- type SearchEncryptionWithCmk
- type SearchService
- type SearchServiceId
- type SearchServiceOperationPredicate
- type SearchServiceProperties
- type SearchServiceStatus
- type SearchServiceUpdate
- type ServicesClient
- func (c ServicesClient) CheckNameAvailability(ctx context.Context, id commonids.SubscriptionId, ...) (result CheckNameAvailabilityOperationResponse, err error)
- func (c ServicesClient) CreateOrUpdate(ctx context.Context, id SearchServiceId, input SearchService, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ServicesClient) CreateOrUpdateThenPoll(ctx context.Context, id SearchServiceId, input SearchService, ...) error
- func (c ServicesClient) Delete(ctx context.Context, id SearchServiceId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c ServicesClient) Get(ctx context.Context, id SearchServiceId, options GetOperationOptions) (result GetOperationResponse, err error)
- func (c ServicesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListByResourceGroupOperationResponse, err error)
- func (c ServicesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, ...) (ListByResourceGroupCompleteResult, error)
- func (c ServicesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListByResourceGroupCompleteResult, err error)
- func (c ServicesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId, ...) (resp ListBySubscriptionOperationResponse, err error)
- func (c ServicesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId, ...) (ListBySubscriptionCompleteResult, error)
- func (c ServicesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp ListBySubscriptionCompleteResult, err error)
- func (c ServicesClient) Update(ctx context.Context, id SearchServiceId, input SearchServiceUpdate, ...) (result UpdateOperationResponse, err error)
- type SharedPrivateLinkResource
- type SharedPrivateLinkResourceProperties
- type SharedPrivateLinkResourceProvisioningState
- type SharedPrivateLinkResourceStatus
- type Sku
- type SkuName
- type UnavailableNameReason
- type UpdateOperationOptions
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAadAuthFailureMode ¶
func PossibleValuesForAadAuthFailureMode() []string
func PossibleValuesForHostingMode ¶
func PossibleValuesForHostingMode() []string
func PossibleValuesForPrivateLinkServiceConnectionProvisioningState ¶
func PossibleValuesForPrivateLinkServiceConnectionProvisioningState() []string
func PossibleValuesForPrivateLinkServiceConnectionStatus ¶
func PossibleValuesForPrivateLinkServiceConnectionStatus() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForPublicNetworkAccess ¶
func PossibleValuesForPublicNetworkAccess() []string
func PossibleValuesForResourceType ¶
func PossibleValuesForResourceType() []string
func PossibleValuesForSearchEncryptionComplianceStatus ¶
func PossibleValuesForSearchEncryptionComplianceStatus() []string
func PossibleValuesForSearchEncryptionWithCmk ¶
func PossibleValuesForSearchEncryptionWithCmk() []string
func PossibleValuesForSearchServiceStatus ¶
func PossibleValuesForSearchServiceStatus() []string
func PossibleValuesForSharedPrivateLinkResourceProvisioningState ¶
func PossibleValuesForSharedPrivateLinkResourceProvisioningState() []string
func PossibleValuesForSharedPrivateLinkResourceStatus ¶
func PossibleValuesForSharedPrivateLinkResourceStatus() []string
func PossibleValuesForSkuName ¶
func PossibleValuesForSkuName() []string
func PossibleValuesForUnavailableNameReason ¶
func PossibleValuesForUnavailableNameReason() []string
func ValidateSearchServiceID ¶
ValidateSearchServiceID checks that 'input' can be parsed as a Search Service ID
Types ¶
type AadAuthFailureMode ¶
type AadAuthFailureMode string
const ( AadAuthFailureModeHTTPFourZeroOneWithBearerChallenge AadAuthFailureMode = "http401WithBearerChallenge" AadAuthFailureModeHTTPFourZeroThree AadAuthFailureMode = "http403" )
type CheckNameAvailabilityInput ¶
type CheckNameAvailabilityInput struct { Name string `json:"name"` Type ResourceType `json:"type"` }
type CheckNameAvailabilityOperationOptions ¶
type CheckNameAvailabilityOperationOptions struct {
XMsClientRequestId *string
}
func DefaultCheckNameAvailabilityOperationOptions ¶
func DefaultCheckNameAvailabilityOperationOptions() CheckNameAvailabilityOperationOptions
type CheckNameAvailabilityOperationResponse ¶
type CheckNameAvailabilityOperationResponse struct { HttpResponse *http.Response Model *CheckNameAvailabilityOutput }
type CheckNameAvailabilityOutput ¶
type CheckNameAvailabilityOutput struct { Message *string `json:"message,omitempty"` NameAvailable *bool `json:"nameAvailable,omitempty"` Reason *UnavailableNameReason `json:"reason,omitempty"` }
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
XMsClientRequestId *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DataPlaneAadOrApiKeyAuthOption ¶
type DataPlaneAadOrApiKeyAuthOption struct {
AadAuthFailureMode *AadAuthFailureMode `json:"aadAuthFailureMode,omitempty"`
}
type DataPlaneAuthOptions ¶
type DataPlaneAuthOptions struct { AadOrApiKey *DataPlaneAadOrApiKeyAuthOption `json:"aadOrApiKey,omitempty"` ApiKeyOnly *interface{} `json:"apiKeyOnly,omitempty"` }
type DeleteOperationOptions ¶
type DeleteOperationOptions struct {
XMsClientRequestId *string
}
func DefaultDeleteOperationOptions ¶
func DefaultDeleteOperationOptions() DeleteOperationOptions
type DeleteOperationResponse ¶
type EncryptionWithCmk ¶
type EncryptionWithCmk struct { EncryptionComplianceStatus *SearchEncryptionComplianceStatus `json:"encryptionComplianceStatus,omitempty"` Enforcement *SearchEncryptionWithCmk `json:"enforcement,omitempty"` }
type GetOperationOptions ¶
type GetOperationOptions struct {
XMsClientRequestId *string
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *SearchService }
type HostingMode ¶
type HostingMode string
const ( HostingModeDefault HostingMode = "default" HostingModeHighDensity HostingMode = "highDensity" )
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []SearchService
}
type ListByResourceGroupOperationOptions ¶
type ListByResourceGroupOperationOptions struct {
XMsClientRequestId *string
}
func DefaultListByResourceGroupOperationOptions ¶
func DefaultListByResourceGroupOperationOptions() ListByResourceGroupOperationOptions
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]SearchService // contains filtered or unexported fields }
func (ListByResourceGroupOperationResponse) HasMore ¶
func (r ListByResourceGroupOperationResponse) HasMore() bool
func (ListByResourceGroupOperationResponse) LoadMore ¶
func (r ListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp ListByResourceGroupOperationResponse, err error)
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct {
Items []SearchService
}
type ListBySubscriptionOperationOptions ¶
type ListBySubscriptionOperationOptions struct {
XMsClientRequestId *string
}
func DefaultListBySubscriptionOperationOptions ¶
func DefaultListBySubscriptionOperationOptions() ListBySubscriptionOperationOptions
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]SearchService // contains filtered or unexported fields }
func (ListBySubscriptionOperationResponse) HasMore ¶
func (r ListBySubscriptionOperationResponse) HasMore() bool
func (ListBySubscriptionOperationResponse) LoadMore ¶
func (r ListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp ListBySubscriptionOperationResponse, err error)
type NetworkRuleSet ¶
type NetworkRuleSet struct {
IPRules *[]IPRule `json:"ipRules,omitempty"`
}
type PrivateEndpointConnection ¶
type PrivateEndpointConnection struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateEndpointConnectionProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties struct { GroupId *string `json:"groupId,omitempty"` PrivateEndpoint *PrivateEndpointConnectionPropertiesPrivateEndpoint `json:"privateEndpoint,omitempty"` PrivateLinkServiceConnectionState *PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState,omitempty"` ProvisioningState *PrivateLinkServiceConnectionProvisioningState `json:"provisioningState,omitempty"` }
type PrivateEndpointConnectionPropertiesPrivateEndpoint ¶
type PrivateEndpointConnectionPropertiesPrivateEndpoint struct {
Id *string `json:"id,omitempty"`
}
type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState ¶
type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState struct { ActionsRequired *string `json:"actionsRequired,omitempty"` Description *string `json:"description,omitempty"` Status *PrivateLinkServiceConnectionStatus `json:"status,omitempty"` }
type PrivateLinkServiceConnectionProvisioningState ¶
type PrivateLinkServiceConnectionProvisioningState string
const ( PrivateLinkServiceConnectionProvisioningStateCanceled PrivateLinkServiceConnectionProvisioningState = "Canceled" PrivateLinkServiceConnectionProvisioningStateDeleting PrivateLinkServiceConnectionProvisioningState = "Deleting" PrivateLinkServiceConnectionProvisioningStateFailed PrivateLinkServiceConnectionProvisioningState = "Failed" PrivateLinkServiceConnectionProvisioningStateIncomplete PrivateLinkServiceConnectionProvisioningState = "Incomplete" PrivateLinkServiceConnectionProvisioningStateSucceeded PrivateLinkServiceConnectionProvisioningState = "Succeeded" PrivateLinkServiceConnectionProvisioningStateUpdating PrivateLinkServiceConnectionProvisioningState = "Updating" )
type PrivateLinkServiceConnectionStatus ¶
type PrivateLinkServiceConnectionStatus string
const ( PrivateLinkServiceConnectionStatusApproved PrivateLinkServiceConnectionStatus = "Approved" PrivateLinkServiceConnectionStatusDisconnected PrivateLinkServiceConnectionStatus = "Disconnected" PrivateLinkServiceConnectionStatusPending PrivateLinkServiceConnectionStatus = "Pending" PrivateLinkServiceConnectionStatusRejected PrivateLinkServiceConnectionStatus = "Rejected" )
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateFailed ProvisioningState = "failed" ProvisioningStateProvisioning ProvisioningState = "provisioning" ProvisioningStateSucceeded ProvisioningState = "succeeded" )
type PublicNetworkAccess ¶
type PublicNetworkAccess string
const ( PublicNetworkAccessDisabled PublicNetworkAccess = "disabled" PublicNetworkAccessEnabled PublicNetworkAccess = "enabled" )
type ResourceType ¶
type ResourceType string
const (
ResourceTypeSearchServices ResourceType = "searchServices"
)
type SearchEncryptionComplianceStatus ¶
type SearchEncryptionComplianceStatus string
const ( SearchEncryptionComplianceStatusCompliant SearchEncryptionComplianceStatus = "Compliant" SearchEncryptionComplianceStatusNonCompliant SearchEncryptionComplianceStatus = "NonCompliant" )
type SearchEncryptionWithCmk ¶
type SearchEncryptionWithCmk string
const ( SearchEncryptionWithCmkDisabled SearchEncryptionWithCmk = "Disabled" SearchEncryptionWithCmkEnabled SearchEncryptionWithCmk = "Enabled" SearchEncryptionWithCmkUnspecified SearchEncryptionWithCmk = "Unspecified" )
type SearchService ¶
type SearchService struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAssigned `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *SearchServiceProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,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
type SearchServiceOperationPredicate ¶
type SearchServiceOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (SearchServiceOperationPredicate) Matches ¶
func (p SearchServiceOperationPredicate) Matches(input SearchService) bool
type SearchServiceProperties ¶
type SearchServiceProperties struct { AuthOptions *DataPlaneAuthOptions `json:"authOptions,omitempty"` DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` EncryptionWithCmk *EncryptionWithCmk `json:"encryptionWithCmk,omitempty"` HostingMode *HostingMode `json:"hostingMode,omitempty"` NetworkRuleSet *NetworkRuleSet `json:"networkRuleSet,omitempty"` PartitionCount *int64 `json:"partitionCount,omitempty"` PrivateEndpointConnections *[]PrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` ReplicaCount *int64 `json:"replicaCount,omitempty"` Status *SearchServiceStatus `json:"status,omitempty"` StatusDetails *string `json:"statusDetails,omitempty"` }
type SearchServiceStatus ¶
type SearchServiceStatus string
const ( SearchServiceStatusDegraded SearchServiceStatus = "degraded" SearchServiceStatusDeleting SearchServiceStatus = "deleting" SearchServiceStatusDisabled SearchServiceStatus = "disabled" SearchServiceStatusError SearchServiceStatus = "error" SearchServiceStatusProvisioning SearchServiceStatus = "provisioning" SearchServiceStatusRunning SearchServiceStatus = "running" SearchServiceStatusStopped SearchServiceStatus = "stopped" )
type SearchServiceUpdate ¶
type SearchServiceUpdate struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAssigned `json:"identity,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *SearchServiceProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ServicesClient ¶
func NewServicesClientWithBaseURI ¶
func NewServicesClientWithBaseURI(endpoint string) ServicesClient
func (ServicesClient) CheckNameAvailability ¶
func (c ServicesClient) CheckNameAvailability(ctx context.Context, id commonids.SubscriptionId, input CheckNameAvailabilityInput, options CheckNameAvailabilityOperationOptions) (result CheckNameAvailabilityOperationResponse, err error)
CheckNameAvailability ...
func (ServicesClient) CreateOrUpdate ¶
func (c ServicesClient) CreateOrUpdate(ctx context.Context, id SearchServiceId, input SearchService, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServicesClient) CreateOrUpdateThenPoll ¶
func (c ServicesClient) CreateOrUpdateThenPoll(ctx context.Context, id SearchServiceId, input SearchService, options CreateOrUpdateOperationOptions) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ServicesClient) Delete ¶
func (c ServicesClient) Delete(ctx context.Context, id SearchServiceId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (ServicesClient) Get ¶
func (c ServicesClient) Get(ctx context.Context, id SearchServiceId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
func (ServicesClient) ListByResourceGroup ¶
func (c ServicesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions) (resp ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (ServicesClient) ListByResourceGroupComplete ¶
func (c ServicesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all of the results into a single object
func (ServicesClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c ServicesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions, predicate SearchServiceOperationPredicate) (resp ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ServicesClient) ListBySubscription ¶
func (c ServicesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId, options ListBySubscriptionOperationOptions) (resp ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (ServicesClient) ListBySubscriptionComplete ¶
func (c ServicesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId, options ListBySubscriptionOperationOptions) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all of the results into a single object
func (ServicesClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c ServicesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListBySubscriptionOperationOptions, predicate SearchServiceOperationPredicate) (resp ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ServicesClient) Update ¶
func (c ServicesClient) Update(ctx context.Context, id SearchServiceId, input SearchServiceUpdate, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
type SharedPrivateLinkResource ¶
type SharedPrivateLinkResource struct {}
type SharedPrivateLinkResourceProperties ¶
type SharedPrivateLinkResourceProperties struct {}
type SharedPrivateLinkResourceProvisioningState ¶
type SharedPrivateLinkResourceProvisioningState string
const ()
type SkuName ¶
type SkuName string
const ( SkuNameBasic SkuName = "basic" SkuNameFree SkuName = "free" SkuNameStandard SkuName = "standard" SkuNameStandardThree SkuName = "standard3" SkuNameStandardTwo SkuName = "standard2" SkuNameStorageOptimizedLOne SkuName = "storage_optimized_l1" SkuNameStorageOptimizedLTwo SkuName = "storage_optimized_l2" )
type UpdateOperationOptions ¶
type UpdateOperationOptions struct {
XMsClientRequestId *string
}
func DefaultUpdateOperationOptions ¶
func DefaultUpdateOperationOptions() UpdateOperationOptions
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response Model *SearchService }
Source Files ¶
- client.go
- constants.go
- id_searchservice.go
- method_checknameavailability_autorest.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyresourcegroup_autorest.go
- method_listbysubscription_autorest.go
- method_update_autorest.go
- model_checknameavailabilityinput.go
- model_checknameavailabilityoutput.go
- model_dataplaneaadorapikeyauthoption.go
- model_dataplaneauthoptions.go
- model_encryptionwithcmk.go
- model_iprule.go
- model_networkruleset.go
- model_privateendpointconnection.go
- model_privateendpointconnectionproperties.go
- model_privateendpointconnectionpropertiesprivateendpoint.go
- model_privateendpointconnectionpropertiesprivatelinkserviceconnectionstate.go
- model_searchservice.go
- model_searchserviceproperties.go
- model_searchserviceupdate.go
- model_sharedprivatelinkresource.go
- model_sharedprivatelinkresourceproperties.go
- model_sku.go
- predicates.go
- version.go