Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageStorageProfile |
ImageInner.storageProfile()
Get the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
Modifier and Type | Method and Description |
---|---|
ImageInner |
ImageInner.withStorageProfile(ImageStorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
Modifier and Type | Method and Description |
---|---|
ImageStorageProfile |
ImageUpdate.storageProfile()
Get the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
ImageStorageProfile |
ImageStorageProfile.withDataDisks(List<ImageDataDisk> dataDisks)
Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.
|
ImageStorageProfile |
ImageStorageProfile.withOsDisk(ImageOSDisk osDisk)
Set the osDisk property: Specifies information about the operating system disk used by the virtual machine.
|
ImageStorageProfile |
ImageStorageProfile.withZoneResilient(Boolean zoneResilient)
Set the zoneResilient property: Specifies whether an image is zone resilient or not.
|
Modifier and Type | Method and Description |
---|---|
ImageUpdate |
ImageUpdate.withStorageProfile(ImageStorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.