| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineCustomImage.Definition
The entirety of the image definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithDataDiskImage.withDataDiskImageFromManagedDisk(String sourceManagedDiskId)
Adds a data disk image with an existing managed disk as the source.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithDataDiskImage.withDataDiskImageFromSnapshot(String sourceSnapshotId)
Adds a data disk image with an existing snapshot as the source.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithDataDiskImage.withDataDiskImageFromVhd(String sourceVhdUrl)
Adds a data disk image with a virtual hard disk as the source.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromDisk(Disk sourceManagedDisk,
OperatingSystemStateTypes osState)
Specifies the Linux source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromDisk(String sourceManagedDiskId,
OperatingSystemStateTypes osState)
Specifies the Linux source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState)
Specifies the Linux source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(String sourceSnapshotId,
OperatingSystemStateTypes osState)
Specifies the Linux source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromVhd(String sourceVhdUrl,
OperatingSystemStateTypes osState)
Specifies the Linux source native VHD for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
Specifies the caching type for OS disk.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(int diskSizeGB)
Specifies the size in GB for OS disk.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromDisk(Disk sourceManagedDisk,
OperatingSystemStateTypes osState)
Specifies the Windows source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromDisk(String sourceManagedDiskId,
OperatingSystemStateTypes osState)
Specifies the Windows source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState)
Specifies the Windows source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(String sourceSnapshotId,
OperatingSystemStateTypes osState)
Specifies the Windows source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromVhd(String sourceVhdUrl,
OperatingSystemStateTypes osState)
Specifies the Windows source native VHD for the OS disk image.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.