azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

60 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration"
fullName: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration"
name: "DiskEncryptionConfiguration"
nameWithType: "DiskEncryptionConfiguration"
summary: "The disk encryption configuration applied on compute nodes in the pool."
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 class **DiskEncryptionConfiguration**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration.DiskEncryptionConfiguration()"
fullName: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration.DiskEncryptionConfiguration()"
name: "DiskEncryptionConfiguration()"
nameWithType: "DiskEncryptionConfiguration.DiskEncryptionConfiguration()"
syntax: "public DiskEncryptionConfiguration()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration.targets()"
fullName: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration.targets()"
name: "targets()"
nameWithType: "DiskEncryptionConfiguration.targets()"
summary: "Get the list of disk targets Batch Service will encrypt on the compute node."
syntax: "public List<DiskEncryptionTarget> targets()"
desc: "Get the list of disk targets Batch Service will encrypt on the compute node."
returns:
description: "the targets value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget?alt=com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget&text=DiskEncryptionTarget\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration.withTargets(java.util.List<com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget>)"
fullName: "com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration.withTargets(List<DiskEncryptionTarget> targets)"
name: "withTargets(List<DiskEncryptionTarget> targets)"
nameWithType: "DiskEncryptionConfiguration.withTargets(List<DiskEncryptionTarget> targets)"
summary: "Set the list of disk targets Batch Service will encrypt on the compute node."
parameters:
- description: "the targets value to set"
name: "targets"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget?alt=com.microsoft.azure.batch.protocol.models.DiskEncryptionTarget&text=DiskEncryptionTarget\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DiskEncryptionConfiguration withTargets(List<DiskEncryptionTarget> targets)"
desc: "Set the list of disk targets Batch Service will encrypt on the compute node."
returns:
description: "the DiskEncryptionConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration?alt=com.microsoft.azure.batch.protocol.models.DiskEncryptionConfiguration&text=DiskEncryptionConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Azure Compute Gallery Image."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0