java.lang.Object
com.azure.resourcemanager.search.fluent.models.AdminKeyResultInner
public final class AdminKeyResultInner
extends Object
Response containing the primary and secondary admin API keys for a given search service.
-
Constructor Summary
Constructors
Creates an instance of AdminKeyResultInner class.
-
Method Summary
Get the primaryKey property: The primary admin API key of the search service.
Get the secondaryKey property: The secondary admin API key of the search service.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AdminKeyResultInner
public AdminKeyResultInner()
Creates an instance of AdminKeyResultInner class.
-
Method Details
-
primaryKey
Get the primaryKey property: The primary admin API key of the search service.
- Returns:
- the primaryKey value.
-
secondaryKey
Get the secondaryKey property: The secondary admin API key of the search service.
- Returns:
- the secondaryKey value.
-
validate
public void validate()
Validates the instance.
- Throws:
IllegalArgumentException - thrown if the instance is not valid.