azure-docs-sdk-java/docs-ref-autogen/com.azure.core.credential.A...

50 строки
2.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.credential.AzureNamedKey"
fullName: "com.azure.core.credential.AzureNamedKey"
name: "AzureNamedKey"
nameWithType: "AzureNamedKey"
summary: "Represents a credential bag containing the key and the name of the key."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **AzureNamedKey**"
methods:
- uid: "com.azure.core.credential.AzureNamedKey.getKey()"
fullName: "com.azure.core.credential.AzureNamedKey.getKey()"
name: "getKey()"
nameWithType: "AzureNamedKey.getKey()"
summary: "Retrieves the key."
syntax: "public String getKey()"
desc: "Retrieves the key."
returns:
description: "The key."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.credential.AzureNamedKey.getName()"
fullName: "com.azure.core.credential.AzureNamedKey.getName()"
name: "getName()"
nameWithType: "AzureNamedKey.getName()"
summary: "Retrieves the name associated with the key."
syntax: "public String getName()"
desc: "Retrieves the name associated with the key."
returns:
description: "The name of the key."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Represents a credential bag containing the key and the name of the key."
metadata: {}
package: "com.azure.core.credential"
artifact: com.azure:azure-core:1.52.0