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

204 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes"
name: "KeyAttributes"
nameWithType: "KeyAttributes"
summary: "The object attributes managed by the Azure Key Vault service."
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 **KeyAttributes**</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.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.KeyAttributes()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.KeyAttributes()"
name: "KeyAttributes()"
nameWithType: "KeyAttributes.KeyAttributes()"
summary: "Creates an instance of Key<wbr>Attributes class."
syntax: "public KeyAttributes()"
desc: "Creates an instance of KeyAttributes class."
methods:
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.created()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.created()"
name: "created()"
nameWithType: "KeyAttributes.created()"
summary: "Get the created property: Creation time in seconds since 1970-01-01T00:00:00Z."
syntax: "public Long created()"
desc: "Get the created property: Creation time in seconds since 1970-01-01T00:00:00Z."
returns:
description: "the created value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.enabled()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.enabled()"
name: "enabled()"
nameWithType: "KeyAttributes.enabled()"
summary: "Get the enabled property: Determines whether or not the object is enabled."
syntax: "public Boolean enabled()"
desc: "Get the enabled property: Determines whether or not the object is enabled."
returns:
description: "the enabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.expires()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.expires()"
name: "expires()"
nameWithType: "KeyAttributes.expires()"
summary: "Get the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z."
syntax: "public Long expires()"
desc: "Get the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z."
returns:
description: "the expires value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.exportable()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.exportable()"
name: "exportable()"
nameWithType: "KeyAttributes.exportable()"
summary: "Get the exportable property: Indicates if the private key can be exported."
syntax: "public Boolean exportable()"
desc: "Get the exportable property: Indicates if the private key can be exported."
returns:
description: "the exportable value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "KeyAttributes.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Key<wbr>Attributes 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 KeyAttributes fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the KeyAttributes."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of KeyAttributes from the JsonReader."
returns:
description: "An instance of KeyAttributes 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.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.notBefore()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.notBefore()"
name: "notBefore()"
nameWithType: "KeyAttributes.notBefore()"
summary: "Get the not<wbr>Before property: Not before date in seconds since 1970-01-01T00:00:00Z."
syntax: "public Long notBefore()"
desc: "Get the notBefore property: Not before date in seconds since 1970-01-01T00:00:00Z."
returns:
description: "the notBefore value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.recoveryLevel()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.recoveryLevel()"
name: "recoveryLevel()"
nameWithType: "KeyAttributes.recoveryLevel()"
summary: "Get the recovery<wbr>Level property: The deletion recovery level currently in effect for the object."
syntax: "public DeletionRecoveryLevel recoveryLevel()"
desc: "Get the recoveryLevel property: The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval."
returns:
description: "the recoveryLevel value."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.DeletionRecoveryLevel?alt=com.azure.resourcemanager.keyvault.models.DeletionRecoveryLevel&text=DeletionRecoveryLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "KeyAttributes.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.keyvault.models.KeyAttributes.updated()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.updated()"
name: "updated()"
nameWithType: "KeyAttributes.updated()"
summary: "Get the updated property: Last updated time in seconds since 1970-01-01T00:00:00Z."
syntax: "public Long updated()"
desc: "Get the updated property: Last updated time in seconds since 1970-01-01T00:00:00Z."
returns:
description: "the updated value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.validate()"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.validate()"
name: "validate()"
nameWithType: "KeyAttributes.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "KeyAttributes.withEnabled(Boolean enabled)"
summary: "Set the enabled property: Determines whether or not the object is enabled."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public KeyAttributes withEnabled(Boolean enabled)"
desc: "Set the enabled property: Determines whether or not the object is enabled."
returns:
description: "the KeyAttributes object itself."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withExpires(java.lang.Long)"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withExpires(Long expires)"
name: "withExpires(Long expires)"
nameWithType: "KeyAttributes.withExpires(Long expires)"
summary: "Set the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z."
parameters:
- description: "the expires value to set."
name: "expires"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public KeyAttributes withExpires(Long expires)"
desc: "Set the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z."
returns:
description: "the KeyAttributes object itself."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withExportable(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withExportable(Boolean exportable)"
name: "withExportable(Boolean exportable)"
nameWithType: "KeyAttributes.withExportable(Boolean exportable)"
summary: "Set the exportable property: Indicates if the private key can be exported."
parameters:
- description: "the exportable value to set."
name: "exportable"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public KeyAttributes withExportable(Boolean exportable)"
desc: "Set the exportable property: Indicates if the private key can be exported."
returns:
description: "the KeyAttributes object itself."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withNotBefore(java.lang.Long)"
fullName: "com.azure.resourcemanager.keyvault.models.KeyAttributes.withNotBefore(Long notBefore)"
name: "withNotBefore(Long notBefore)"
nameWithType: "KeyAttributes.withNotBefore(Long notBefore)"
summary: "Set the not<wbr>Before property: Not before date in seconds since 1970-01-01T00:00:00Z."
parameters:
- description: "the notBefore value to set."
name: "notBefore"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public KeyAttributes withNotBefore(Long notBefore)"
desc: "Set the notBefore property: Not before date in seconds since 1970-01-01T00:00:00Z."
returns:
description: "the KeyAttributes object itself."
type: "<xref href=\"com.azure.resourcemanager.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The object attributes managed by the Azure Key Vault service."
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.keyvault.models.KeyAttributes?alt=com.azure.resourcemanager.keyvault.models.KeyAttributes&text=KeyAttributes\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.keyvault.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-keyvault:2.44.0