60 строки
5.2 KiB
YAML
60 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.batch.DiskEncryptionConfiguration"
|
|
fullName: "com.microsoft.azure.management.batch.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: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **DiskEncryptionConfiguration**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.batch.DiskEncryptionConfiguration.DiskEncryptionConfiguration()"
|
|
fullName: "com.microsoft.azure.management.batch.DiskEncryptionConfiguration.DiskEncryptionConfiguration()"
|
|
name: "DiskEncryptionConfiguration()"
|
|
nameWithType: "DiskEncryptionConfiguration.DiskEncryptionConfiguration()"
|
|
syntax: "public DiskEncryptionConfiguration()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.DiskEncryptionConfiguration.targets()"
|
|
fullName: "com.microsoft.azure.management.batch.DiskEncryptionConfiguration.targets()"
|
|
name: "targets()"
|
|
nameWithType: "DiskEncryptionConfiguration.targets()"
|
|
summary: "Get on Linux pool, only \"Temporary<wbr>Disk\" is supported; on Windows pool, \"Os<wbr>Disk\" and \"Temporary<wbr>Disk\" must be specified."
|
|
syntax: "public List<DiskEncryptionTarget> targets()"
|
|
desc: "Get on Linux pool, only \"TemporaryDisk\" is supported; on Windows pool, \"OsDisk\" and \"TemporaryDisk\" must be specified."
|
|
returns:
|
|
description: "the targets value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.DiskEncryptionTarget?alt=com.microsoft.azure.management.batch.DiskEncryptionTarget&text=DiskEncryptionTarget\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.batch.DiskEncryptionConfiguration.withTargets(java.util.List<com.microsoft.azure.management.batch.DiskEncryptionTarget>)"
|
|
fullName: "com.microsoft.azure.management.batch.DiskEncryptionConfiguration.withTargets(List<DiskEncryptionTarget> targets)"
|
|
name: "withTargets(List<DiskEncryptionTarget> targets)"
|
|
nameWithType: "DiskEncryptionConfiguration.withTargets(List<DiskEncryptionTarget> targets)"
|
|
summary: "Set on Linux pool, only \"Temporary<wbr>Disk\" is supported; on Windows pool, \"Os<wbr>Disk\" and \"Temporary<wbr>Disk\" must be specified."
|
|
parameters:
|
|
- description: "the targets value to set"
|
|
name: "targets"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.DiskEncryptionTarget?alt=com.microsoft.azure.management.batch.DiskEncryptionTarget&text=DiskEncryptionTarget\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DiskEncryptionConfiguration withTargets(List<DiskEncryptionTarget> targets)"
|
|
desc: "Set on Linux pool, only \"TemporaryDisk\" is supported; on Windows pool, \"OsDisk\" and \"TemporaryDisk\" must be specified."
|
|
returns:
|
|
description: "the DiskEncryptionConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.DiskEncryptionConfiguration?alt=com.microsoft.azure.management.batch.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 Virtual Machine Image or Shared Image Gallery Image."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|