azure-docs-sdk-java/docs-ref-autogen/com.azure.security.keyvault...

82 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier"
fullName: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier"
name: "KeyVaultKeyIdentifier"
nameWithType: "KeyVaultKeyIdentifier"
summary: "Information about a <xref uid=\"com.azure.security.keyvault.keys.models.KeyVaultKey\" data-throw-if-not-resolved=\"false\" data-raw-source=\"KeyVaultKey\"></xref> parsed from the key URL."
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 **KeyVaultKeyIdentifier**"
constructors:
- uid: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.KeyVaultKeyIdentifier(java.lang.String)"
fullName: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.KeyVaultKeyIdentifier(String sourceId)"
name: "KeyVaultKeyIdentifier(String sourceId)"
nameWithType: "KeyVaultKeyIdentifier.KeyVaultKeyIdentifier(String sourceId)"
summary: "Create a new <xref uid=\"com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier\" data-throw-if-not-resolved=\"false\" data-raw-source=\"KeyVaultKeyIdentifier\"></xref> from a given Key Vault identifier."
parameters:
- description: "The identifier to extract information from."
name: "sourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyVaultKeyIdentifier(String sourceId)"
desc: "Create a new <xref uid=\"com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier\" data-throw-if-not-resolved=\"false\" data-raw-source=\"KeyVaultKeyIdentifier\"></xref> from a given Key Vault identifier.\n\nSome examples:\n\n * https://\\{key-vault-name\\}.vault.azure.net/keys/\\{key-name\\}\n * https://\\{key-vault-name\\}.vault.azure.net/keys/\\{key-name\\}/pending\n * https://\\{key-vault-name\\}.vault.azure.net/keys/\\{key-name\\}/\\{unique-version-id\\}\n * https://\\{key-vault-name\\}.vault.azure.net/deletedkeys/\\{deleted-key-name\\}"
methods:
- uid: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getName()"
fullName: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getName()"
name: "getName()"
nameWithType: "KeyVaultKeyIdentifier.getName()"
summary: "Gets the name of the key."
syntax: "public String getName()"
desc: "Gets the name of the key."
returns:
description: "The key name."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getSourceId()"
fullName: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getSourceId()"
name: "getSourceId()"
nameWithType: "KeyVaultKeyIdentifier.getSourceId()"
summary: "Gets the key identifier used to create this object."
syntax: "public String getSourceId()"
desc: "Gets the key identifier used to create this object."
returns:
description: "The key identifier."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getVaultUrl()"
fullName: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getVaultUrl()"
name: "getVaultUrl()"
nameWithType: "KeyVaultKeyIdentifier.getVaultUrl()"
summary: "Gets the URL of the Key Vault."
syntax: "public String getVaultUrl()"
desc: "Gets the URL of the Key Vault."
returns:
description: "The Key Vault URL."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getVersion()"
fullName: "com.azure.security.keyvault.keys.models.KeyVaultKeyIdentifier.getVersion()"
name: "getVersion()"
nameWithType: "KeyVaultKeyIdentifier.getVersion()"
summary: "Gets the optional version of the key."
syntax: "public String getVersion()"
desc: "Gets the optional version of the key."
returns:
description: "The key version."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Information about a <xref uid=\"com.azure.security.keyvault.keys.models.KeyVaultKey\" data-throw-if-not-resolved=\"false\" data-raw-source=\"KeyVaultKey\"></xref> parsed from the key URL. You can use this information when calling methods of <xref uid=\"com.azure.security.keyvault.keys.KeyClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"KeyClient\"></xref> or <xref uid=\"com.azure.security.keyvault.keys.KeyAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"KeyAsyncClient\"></xref>."
metadata: {}
package: "com.azure.security.keyvault.keys.models"
artifact: com.azure:azure-security-keyvault-keys:4.9.0