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 PossibleValuesForAdminKeyKind() []string + func ValidateKeyKindID(input interface{}, key string) (warnings []string, errors []error) + func ValidateSearchServiceID(input interface{}, key string) (warnings []string, errors []error) + type AdminKeyKind string + const AdminKeyKindPrimary + const AdminKeyKindSecondary + func (s *AdminKeyKind) UnmarshalJSON(bytes []byte) error + type AdminKeyResult struct + PrimaryKey *string + SecondaryKey *string + type AdminKeysClient struct + Client *resourcemanager.Client + func NewAdminKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*AdminKeysClient, error) + func (c AdminKeysClient) Get(ctx context.Context, id SearchServiceId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c AdminKeysClient) Regenerate(ctx context.Context, id KeyKindId, options RegenerateOperationOptions) (result RegenerateOperationResponse, err error) + 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 *AdminKeyResult + OData *odata.OData + type KeyKindId struct + KeyKind AdminKeyKind + ResourceGroupName string + SearchServiceName string + SubscriptionId string + func NewKeyKindID(subscriptionId string, resourceGroupName string, searchServiceName string, ...) KeyKindId + func ParseKeyKindID(input string) (*KeyKindId, error) + func ParseKeyKindIDInsensitively(input string) (*KeyKindId, error) + func (id *KeyKindId) FromParseResult(input resourceids.ParseResult) error + func (id KeyKindId) ID() string + func (id KeyKindId) Segments() []resourceids.Segment + func (id KeyKindId) String() string + type RegenerateOperationOptions struct + XMsClientRequestId *string + func DefaultRegenerateOperationOptions() RegenerateOperationOptions + func (o RegenerateOperationOptions) ToHeaders() *client.Headers + func (o RegenerateOperationOptions) ToOData() *odata.Query + func (o RegenerateOperationOptions) ToQuery() *client.QueryParams + type RegenerateOperationResponse struct + HttpResponse *http.Response + Model *AdminKeyResult + 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