azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Cog...

65 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.CognitiveServicesAccountKey"
fullName: "com.azure.search.models.CognitiveServicesAccountKey"
name: "CognitiveServicesAccountKey"
nameWithType: "CognitiveServicesAccountKey"
summary: "A cognitive service resource provisioned with a key that is attached to a skillset."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.CognitiveServicesAccount?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.models.CognitiveServicesAccount?alt=com.azure.search.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.models.CognitiveServicesAccount.getDescription()?alt=com.azure.search.models.CognitiveServicesAccount.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.CognitiveServicesAccount.setDescription(java.lang.String)?alt=com.azure.search.models.CognitiveServicesAccount.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CognitiveServicesAccountKey**</br> extends <xref href=\"com.azure.search.models.CognitiveServicesAccount?alt=com.azure.search.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.models.CognitiveServicesAccountKey.CognitiveServicesAccountKey()"
fullName: "com.azure.search.models.CognitiveServicesAccountKey.CognitiveServicesAccountKey()"
name: "CognitiveServicesAccountKey()"
nameWithType: "CognitiveServicesAccountKey.CognitiveServicesAccountKey()"
syntax: "public CognitiveServicesAccountKey()"
methods:
- uid: "com.azure.search.models.CognitiveServicesAccountKey.getKey()"
fullName: "com.azure.search.models.CognitiveServicesAccountKey.getKey()"
name: "getKey()"
nameWithType: "CognitiveServicesAccountKey.getKey()"
summary: "Get the key property: The key property."
syntax: "public String getKey()"
desc: "Get the key property: The key property."
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.CognitiveServicesAccountKey.setKey(java.lang.String)"
fullName: "com.azure.search.models.CognitiveServicesAccountKey.setKey(String key)"
name: "setKey(String key)"
nameWithType: "CognitiveServicesAccountKey.setKey(String key)"
summary: "Set the key property: The key property."
parameters:
- description: "the key value to set."
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CognitiveServicesAccountKey setKey(String key)"
desc: "Set the key property: The key property."
returns:
description: "the CognitiveServicesAccountKey object itself."
type: "<xref href=\"com.azure.search.models.CognitiveServicesAccountKey?alt=com.azure.search.models.CognitiveServicesAccountKey&text=CognitiveServicesAccountKey\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A cognitive service resource provisioned with a key that is attached to a skillset."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1