DiskProperties |
DiskProperties.withBurstingEnabled(Boolean burstingEnabled) |
Set the burstingEnabled property: Set to true to enable bursting beyond the provisioned performance target of the
disk.
|
DiskProperties |
DiskProperties.withCompletionPercent(Float completionPercent) |
Set the completionPercent property: Percentage complete for the background copy when a resource is created via
the CopyStart operation.
|
DiskProperties |
DiskProperties.withCreationData(CreationData creationData) |
Set the creationData property: Disk source information.
|
DiskProperties |
DiskProperties.withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode) |
Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk
or snapshot.
|
DiskProperties |
DiskProperties.withDiskAccessId(String diskAccessId) |
Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.
|
DiskProperties |
DiskProperties.withDiskIopsReadOnly(Long diskIopsReadOnly) |
Set the diskIopsReadOnly property: The total number of IOPS that will be allowed across all VMs mounting the
shared disk as ReadOnly.
|
DiskProperties |
DiskProperties.withDiskIopsReadWrite(Long diskIopsReadWrite) |
Set the diskIopsReadWrite property: The number of IOPS allowed for this disk; only settable for UltraSSD disks.
|
DiskProperties |
DiskProperties.withDiskMBpsReadOnly(Long diskMBpsReadOnly) |
Set the diskMBpsReadOnly property: The total throughput (MBps) that will be allowed across all VMs mounting the
shared disk as ReadOnly.
|
DiskProperties |
DiskProperties.withDiskMBpsReadWrite(Long diskMBpsReadWrite) |
Set the diskMBpsReadWrite property: The bandwidth allowed for this disk; only settable for UltraSSD disks.
|
DiskProperties |
DiskProperties.withDiskSizeGB(Integer diskSizeGB) |
Set the diskSizeGB property: If creationData.createOption is Empty, this field is mandatory and it indicates the
size of the disk to create.
|
DiskProperties |
DiskProperties.withEncryption(Encryption encryption) |
Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
DiskProperties |
DiskProperties.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) |
Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
DiskProperties |
DiskProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) |
Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.
|
DiskProperties |
DiskProperties.withMaxShares(Integer maxShares) |
Set the maxShares property: The maximum number of VMs that can attach to the disk at the same time.
|
DiskProperties |
DiskProperties.withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy) |
Set the networkAccessPolicy property: Policy for accessing the disk via network.
|
DiskProperties |
DiskProperties.withOsType(OperatingSystemTypes osType) |
Set the osType property: The Operating System type.
|
DiskProperties |
DiskProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) |
Set the publicNetworkAccess property: Policy for controlling export on the disk.
|
DiskProperties |
DiskProperties.withPurchasePlan(PurchasePlanAutoGenerated purchasePlan) |
Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.
|
DiskProperties |
DiskProperties.withSecurityProfile(DiskSecurityProfile securityProfile) |
Set the securityProfile property: Contains the security related information for the resource.
|
DiskProperties |
DiskProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) |
Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was
created.
|
DiskProperties |
DiskProperties.withSupportsHibernation(Boolean supportsHibernation) |
Set the supportsHibernation property: Indicates the OS on a disk supports hibernation.
|
DiskProperties |
DiskProperties.withTier(String tier) |
Set the tier property: Performance tier of the disk (e.g, P4, S10) as described here:
https://azure.microsoft.com/en-us/pricing/details/managed-disks/.
|