AdminKeys Interface
public interface AdminKeys
Response containing the primary and secondary admin API keys for a given Azure Search service.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
primaryKey()
Get the primaryKey value. |
String |
secondaryKey()
Get the secondaryKey value. |
Method Details
primaryKey
public String primaryKey()
Get the primaryKey value.
Returns:
the primaryKey value
secondaryKey
public String secondaryKey()
Get the secondaryKey value.
Returns:
the secondaryKey value
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.