次の方法で共有


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 値を取得します。

適用対象