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

150 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.AccountEncryption"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption"
name: "AccountEncryption"
nameWithType: "AccountEncryption"
summary: "Encryption settings."
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 **AccountEncryption**</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.netapp.models.AccountEncryption?alt=com.azure.resourcemanager.netapp.models.AccountEncryption&text=AccountEncryption\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.AccountEncryption()"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.AccountEncryption()"
name: "AccountEncryption()"
nameWithType: "AccountEncryption.AccountEncryption()"
summary: "Creates an instance of Account<wbr>Encryption class."
syntax: "public AccountEncryption()"
desc: "Creates an instance of AccountEncryption class."
methods:
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AccountEncryption.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Account<wbr>Encryption 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 AccountEncryption fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the AccountEncryption."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AccountEncryption from the JsonReader."
returns:
description: "An instance of AccountEncryption 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.netapp.models.AccountEncryption?alt=com.azure.resourcemanager.netapp.models.AccountEncryption&text=AccountEncryption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.identity()"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.identity()"
name: "identity()"
nameWithType: "AccountEncryption.identity()"
summary: "Get the identity property: Identity used to authenticate to Key<wbr>Vault."
syntax: "public EncryptionIdentity identity()"
desc: "Get the identity property: Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.EncryptionIdentity?alt=com.azure.resourcemanager.netapp.models.EncryptionIdentity&text=EncryptionIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.keySource()"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.keySource()"
name: "keySource()"
nameWithType: "AccountEncryption.keySource()"
summary: "Get the key<wbr>Source property: The encryption key<wbr>Source (provider)."
syntax: "public KeySource keySource()"
desc: "Get the keySource property: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault."
returns:
description: "the keySource value."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.KeySource?alt=com.azure.resourcemanager.netapp.models.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.keyVaultProperties()"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.keyVaultProperties()"
name: "keyVaultProperties()"
nameWithType: "AccountEncryption.keyVaultProperties()"
summary: "Get the key<wbr>Vault<wbr>Properties property: Properties provided by Ke<wbr>Vault."
syntax: "public KeyVaultProperties keyVaultProperties()"
desc: "Get the keyVaultProperties property: Properties provided by KeVault. Applicable if keySource is 'Microsoft.KeyVault'."
returns:
description: "the keyVaultProperties value."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.KeyVaultProperties?alt=com.azure.resourcemanager.netapp.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AccountEncryption.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.netapp.models.AccountEncryption.validate()"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.validate()"
name: "validate()"
nameWithType: "AccountEncryption.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.withIdentity(com.azure.resourcemanager.netapp.models.EncryptionIdentity)"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.withIdentity(EncryptionIdentity identity)"
name: "withIdentity(EncryptionIdentity identity)"
nameWithType: "AccountEncryption.withIdentity(EncryptionIdentity identity)"
summary: "Set the identity property: Identity used to authenticate to Key<wbr>Vault."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.netapp.models.EncryptionIdentity?alt=com.azure.resourcemanager.netapp.models.EncryptionIdentity&text=EncryptionIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccountEncryption withIdentity(EncryptionIdentity identity)"
desc: "Set the identity property: Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'."
returns:
description: "the AccountEncryption object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.AccountEncryption?alt=com.azure.resourcemanager.netapp.models.AccountEncryption&text=AccountEncryption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.withKeySource(com.azure.resourcemanager.netapp.models.KeySource)"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.withKeySource(KeySource keySource)"
name: "withKeySource(KeySource keySource)"
nameWithType: "AccountEncryption.withKeySource(KeySource keySource)"
summary: "Set the key<wbr>Source property: The encryption key<wbr>Source (provider)."
parameters:
- description: "the keySource value to set."
name: "keySource"
type: "<xref href=\"com.azure.resourcemanager.netapp.models.KeySource?alt=com.azure.resourcemanager.netapp.models.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccountEncryption withKeySource(KeySource keySource)"
desc: "Set the keySource property: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault."
returns:
description: "the AccountEncryption object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.AccountEncryption?alt=com.azure.resourcemanager.netapp.models.AccountEncryption&text=AccountEncryption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.AccountEncryption.withKeyVaultProperties(com.azure.resourcemanager.netapp.models.KeyVaultProperties)"
fullName: "com.azure.resourcemanager.netapp.models.AccountEncryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
name: "withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
nameWithType: "AccountEncryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
summary: "Set the key<wbr>Vault<wbr>Properties property: Properties provided by Ke<wbr>Vault."
parameters:
- description: "the keyVaultProperties value to set."
name: "keyVaultProperties"
type: "<xref href=\"com.azure.resourcemanager.netapp.models.KeyVaultProperties?alt=com.azure.resourcemanager.netapp.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccountEncryption withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
desc: "Set the keyVaultProperties property: Properties provided by KeVault. Applicable if keySource is 'Microsoft.KeyVault'."
returns:
description: "the AccountEncryption object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.AccountEncryption?alt=com.azure.resourcemanager.netapp.models.AccountEncryption&text=AccountEncryption\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Encryption settings."
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.netapp.models.AccountEncryption?alt=com.azure.resourcemanager.netapp.models.AccountEncryption&text=AccountEncryption\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1