IAdminKeys Interface

Definition

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

public interface IAdminKeys : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IAdminKeys = interface
    interface IBeta
Public Interface IAdminKeys
Implements IBeta
Implements

Properties

PrimaryKey

Gets the primaryKey value.

SecondaryKey

Gets the secondaryKey value.

Applies to