v20150228

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListAdminKeyArgs

type ListAdminKeyArgs struct {
	// The name of the resource group within the current subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the Search service for which to list admin keys.
	ServiceName string `pulumi:"serviceName"`
}

type ListAdminKeyResult

type ListAdminKeyResult struct {
	// The primary API key of the Search service.
	PrimaryKey string `pulumi:"primaryKey"`
	// The secondary API key of the Search service.
	SecondaryKey string `pulumi:"secondaryKey"`
}

Response containing the primary and secondary API keys for a given Azure Search service.

func ListAdminKey

func ListAdminKey(ctx *pulumi.Context, args *ListAdminKeyArgs, opts ...pulumi.InvokeOption) (*ListAdminKeyResult, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL