Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListAdminKeyArgs ¶
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)
Click to show internal directories.
Click to hide internal directories.