QueryKeyInner Class

  • java.lang.Object
    • com.azure.resourcemanager.search.fluent.models.QueryKeyInner

public final class QueryKeyInner

Describes an API key for a given search service that has permissions for query operations only.

Constructor Summary

Constructor Description
QueryKeyInner()

Creates an instance of QueryKeyInner class.

Method Summary

Modifier and Type Method and Description
String key()

Get the key property: The value of the query API key.

String name()

Get the name property: The name of the query API key; may be empty.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

QueryKeyInner

public QueryKeyInner()

Creates an instance of QueryKeyInner class.

Method Details

key

public String key()

Get the key property: The value of the query API key.

Returns:

the key value.

name

public String name()

Get the name property: The name of the query API key; may be empty.

Returns:

the name value.

validate

public void validate()

Validates the instance.

Applies to