IAdminKeys 인터페이스

정의

지정된 Azure Search Service 대한 기본 및 보조 관리자 API 키가 포함된 응답입니다.

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

속성

PrimaryKey

primaryKey 값을 가져옵니다.

SecondaryKey

secondaryKey 값을 가져옵니다.

적용 대상