Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiskInner |
DisksClient.createOrUpdate(String resourceGroupName,
String diskName,
DiskInner disk)
Creates or updates a disk.
|
DiskInner |
DisksClient.createOrUpdate(String resourceGroupName,
String diskName,
DiskInner disk,
com.azure.core.util.Context context)
Creates or updates a disk.
|
DiskInner |
DisksClient.getByResourceGroup(String resourceGroupName,
String diskName)
Gets information about a disk.
|
DiskInner |
DisksClient.update(String resourceGroupName,
String diskName,
DiskUpdate disk)
Updates (patches) a disk.
|
DiskInner |
DisksClient.update(String resourceGroupName,
String diskName,
DiskUpdate disk,
com.azure.core.util.Context context)
Updates (patches) a disk.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> |
DisksClient.beginCreateOrUpdate(String resourceGroupName,
String diskName,
DiskInner disk)
Creates or updates a disk.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> |
DisksClient.beginCreateOrUpdate(String resourceGroupName,
String diskName,
DiskInner disk,
com.azure.core.util.Context context)
Creates or updates a disk.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> |
DisksClient.beginCreateOrUpdateAsync(String resourceGroupName,
String diskName,
DiskInner disk)
Creates or updates a disk.
|
DiskInner |
DisksClient.createOrUpdate(String resourceGroupName,
String diskName,
DiskInner disk)
Creates or updates a disk.
|
DiskInner |
DisksClient.createOrUpdate(String resourceGroupName,
String diskName,
DiskInner disk,
com.azure.core.util.Context context)
Creates or updates a disk.
|
Mono<DiskInner> |
DisksClient.createOrUpdateAsync(String resourceGroupName,
String diskName,
DiskInner disk)
Creates or updates a disk.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DisksClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String diskName,
DiskInner disk)
Creates or updates a disk.
|
Modifier and Type | Method and Description |
---|---|
DiskInner |
DiskInner.withCreationData(CreationData creationData)
Set the creationData property: Disk source information.
|
DiskInner |
DiskInner.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.
|
DiskInner |
DiskInner.withDiskIopsReadWrite(Long diskIopsReadWrite)
Set the diskIopsReadWrite property: The number of IOPS allowed for this disk; only settable for UltraSSD disks.
|
DiskInner |
DiskInner.withDiskMBpsReadOnly(Long diskMBpsReadOnly)
Set the diskMBpsReadOnly property: The total throughput (MBps) that will be allowed across all VMs mounting the
shared disk as ReadOnly.
|
DiskInner |
DiskInner.withDiskMBpsReadWrite(Long diskMBpsReadWrite)
Set the diskMBpsReadWrite property: The bandwidth allowed for this disk; only settable for UltraSSD disks.
|
DiskInner |
DiskInner.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.
|
DiskInner |
DiskInner.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.
|
DiskInner |
DiskInner.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
DiskInner |
DiskInner.withHyperVGeneration(HyperVGeneration hyperVGeneration)
Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.
|
DiskInner |
DiskInner.withMaxShares(Integer maxShares)
Set the maxShares property: The maximum number of VMs that can attach to the disk at the same time.
|
DiskInner |
DiskInner.withOsType(OperatingSystemTypes osType)
Set the osType property: The Operating System type.
|
DiskInner |
DiskInner.withSku(DiskSku sku)
Set the sku property: The disks sku name.
|
DiskInner |
DiskInner.withZones(List<String> zones)
Set the zones property: The Logical zone list for Disk.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.