Interface AdminKeys
-
public interface AdminKeysResponse containing the primary and secondary admin API keys for a given Azure Cognitive Search service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringprimaryKey()Get the primaryKey value.StringsecondaryKey()Get the secondaryKey value.
-