azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties"
name: "KeyVaultProperties"
nameWithType: "KeyVaultProperties"
summary: "The Key<wbr>Vault<wbr>Properties model."
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 **KeyVaultProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.KeyVaultProperties?alt=com.azure.resourcemanager.containerregistry.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.KeyVaultProperties()"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.KeyVaultProperties()"
name: "KeyVaultProperties()"
nameWithType: "KeyVaultProperties.KeyVaultProperties()"
summary: "Creates an instance of Key<wbr>Vault<wbr>Properties class."
syntax: "public KeyVaultProperties()"
desc: "Creates an instance of KeyVaultProperties class."
methods:
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "KeyVaultProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Key<wbr>Vault<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static KeyVaultProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the KeyVaultProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of KeyVaultProperties from the JsonReader."
returns:
description: "An instance of KeyVaultProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.KeyVaultProperties?alt=com.azure.resourcemanager.containerregistry.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.identity()"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.identity()"
name: "identity()"
nameWithType: "KeyVaultProperties.identity()"
summary: "Get the identity property: The client id of the identity which will be used to access key vault."
syntax: "public String identity()"
desc: "Get the identity property: The client id of the identity which will be used to access key vault."
returns:
description: "the identity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.keyIdentifier()"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.keyIdentifier()"
name: "keyIdentifier()"
nameWithType: "KeyVaultProperties.keyIdentifier()"
summary: "Get the key<wbr>Identifier property: Key vault uri to access the encryption key."
syntax: "public String keyIdentifier()"
desc: "Get the keyIdentifier property: Key vault uri to access the encryption key."
returns:
description: "the keyIdentifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.keyRotationEnabled()"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.keyRotationEnabled()"
name: "keyRotationEnabled()"
nameWithType: "KeyVaultProperties.keyRotationEnabled()"
summary: "Get the key<wbr>Rotation<wbr>Enabled property: Auto key rotation status for a CMK enabled registry."
syntax: "public Boolean keyRotationEnabled()"
desc: "Get the keyRotationEnabled property: Auto key rotation status for a CMK enabled registry."
returns:
description: "the keyRotationEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.lastKeyRotationTimestamp()"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.lastKeyRotationTimestamp()"
name: "lastKeyRotationTimestamp()"
nameWithType: "KeyVaultProperties.lastKeyRotationTimestamp()"
summary: "Get the last<wbr>Key<wbr>Rotation<wbr>Timestamp property: Timestamp of the last successful key rotation."
syntax: "public OffsetDateTime lastKeyRotationTimestamp()"
desc: "Get the lastKeyRotationTimestamp property: Timestamp of the last successful key rotation."
returns:
description: "the lastKeyRotationTimestamp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "KeyVaultProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.validate()"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.validate()"
name: "validate()"
nameWithType: "KeyVaultProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.versionedKeyIdentifier()"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.versionedKeyIdentifier()"
name: "versionedKeyIdentifier()"
nameWithType: "KeyVaultProperties.versionedKeyIdentifier()"
summary: "Get the versioned<wbr>Key<wbr>Identifier property: The fully qualified key identifier that includes the version of the key that is actually used for encryption."
syntax: "public String versionedKeyIdentifier()"
desc: "Get the versionedKeyIdentifier property: The fully qualified key identifier that includes the version of the key that is actually used for encryption."
returns:
description: "the versionedKeyIdentifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.withIdentity(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.withIdentity(String identity)"
name: "withIdentity(String identity)"
nameWithType: "KeyVaultProperties.withIdentity(String identity)"
summary: "Set the identity property: The client id of the identity which will be used to access key vault."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyVaultProperties withIdentity(String identity)"
desc: "Set the identity property: The client id of the identity which will be used to access key vault."
returns:
description: "the KeyVaultProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.KeyVaultProperties?alt=com.azure.resourcemanager.containerregistry.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.withKeyIdentifier(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.models.KeyVaultProperties.withKeyIdentifier(String keyIdentifier)"
name: "withKeyIdentifier(String keyIdentifier)"
nameWithType: "KeyVaultProperties.withKeyIdentifier(String keyIdentifier)"
summary: "Set the key<wbr>Identifier property: Key vault uri to access the encryption key."
parameters:
- description: "the keyIdentifier value to set."
name: "keyIdentifier"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyVaultProperties withKeyIdentifier(String keyIdentifier)"
desc: "Set the keyIdentifier property: Key vault uri to access the encryption key."
returns:
description: "the KeyVaultProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.KeyVaultProperties?alt=com.azure.resourcemanager.containerregistry.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The KeyVaultProperties model."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.KeyVaultProperties?alt=com.azure.resourcemanager.containerregistry.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.containerregistry.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0