Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SnapshotUpdate |
SnapshotUpdate.withDiskSizeGB(Integer diskSizeGB)
Set if creationData.createOption is Empty, this field is mandatory and it indicates the size of the VHD to create.
|
SnapshotUpdate |
SnapshotUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
SnapshotUpdate |
SnapshotUpdate.withOsType(OperatingSystemTypes osType)
Set the Operating System type.
|
SnapshotUpdate |
SnapshotUpdate.withSku(SnapshotSku sku)
Set the sku value.
|
SnapshotUpdate |
SnapshotUpdate.withTags(Map<String,String> tags)
Set resource tags.
|
Copyright © 2019. All rights reserved.