38 строки
1.6 KiB
YAML
38 строки
1.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.search.AdminKeys"
|
|
fullName: "com.microsoft.azure.management.search.AdminKeys"
|
|
name: "AdminKeys"
|
|
nameWithType: "AdminKeys"
|
|
summary: "Response containing the primary and secondary admin API keys for a given Azure Search service."
|
|
syntax: "public interface **AdminKeys**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.search.AdminKeys.primaryKey()"
|
|
fullName: "com.microsoft.azure.management.search.AdminKeys.primaryKey()"
|
|
name: "primaryKey()"
|
|
nameWithType: "AdminKeys.primaryKey()"
|
|
summary: "Get the primary<wbr>Key value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String primaryKey()"
|
|
desc: "Get the primaryKey value."
|
|
returns:
|
|
description: "the primaryKey value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.search.AdminKeys.secondaryKey()"
|
|
fullName: "com.microsoft.azure.management.search.AdminKeys.secondaryKey()"
|
|
name: "secondaryKey()"
|
|
nameWithType: "AdminKeys.secondaryKey()"
|
|
summary: "Get the secondary<wbr>Key value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String secondaryKey()"
|
|
desc: "Get the secondaryKey value."
|
|
returns:
|
|
description: "the secondaryKey value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Response containing the primary and secondary admin API keys for a given Azure Search service."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.search"
|
|
artifact: com.microsoft.azure:azure-mgmt-search:1.41.4
|