Uses of Interface
com.azure.resourcemanager.compute.models.Snapshot.DefinitionStages.WithCreate
Packages that use Snapshot.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of Snapshot.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.models
Subinterfaces of Snapshot.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed snapshot definition.Methods in com.azure.resourcemanager.compute.models that return Snapshot.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSnapshot.DefinitionStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the snapshot.Snapshot.DefinitionStages.WithDataSnapshotFromImage.fromImage(VirtualMachineCustomImage image, int diskLun) Specifies a custom image containing a source data disk image.Snapshot.DefinitionStages.WithDataSnapshotFromImage.fromImage(VirtualMachineImage image, int diskLun) Specifies an image containing a source data disk image.Specifies an image containing source data disk image.Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineCustomImage image) Specifies a custom image containing an operating system.Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineImage image) Specifies an image containing an operating system.Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(String imageId, OperatingSystemTypes osType) Specifies an image containing an operating system.Snapshot.DefinitionStages.WithCopyStart.withCopyStart()Specifies CopyStart for CreateOption.Snapshot.DefinitionStages.WithDataSnapshotFromDisk.withDataFromDisk(Disk managedDisk) Specifies the source data managed disk.Snapshot.DefinitionStages.WithDataSnapshotFromDisk.withDataFromDisk(String managedDiskId) Specifies the ID of source data managed disk.Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(Snapshot snapshot) Specifies the source data managed snapshot.Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(String snapshotId) Specifies the source data managed snapshot.Snapshot.DefinitionStages.WithDataSnapshotFromVhd.withDataFromVhd(String vhdUrl) Specifies the source data VHD when it belongs to the same subscription.Snapshot.DefinitionStages.WithDataSnapshotFromVhd.withDataFromVhd(String vhdUrl, String storageAccountId) Specifies the source data VHD and the storage account ID.Snapshot.DefinitionStages.WithIncremental.withIncremental(boolean enabled) Specifies whether a snapshot is incremental.Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromDisk(Disk sourceDisk) Specifies the source Linux OS managed disk.Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromDisk(String sourceDiskId) Specifies the source Linux OS managed disk.Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromSnapshot(Snapshot sourceSnapshot) Specifies the source Linux OS managed snapshot.Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromSnapshot(String sourceSnapshotId) Specifies the source Linux OS managed snapshot.Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromVhd(String vhdUrl) Specifies the source specialized or generalized Linux OS VHD when it belongs to the same subscription.Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromVhd(String vhdUrl, String storageAccountId) Specifies the source specialized or generalized Linux OS VHD and the storage account ID.Snapshot.DefinitionStages.WithSize.withSizeInGB(int sizeInGB) Specifies the disk size.Snapshot.DefinitionStages.WithSku.withSku(SnapshotSkuType sku) Specifies the SKU type.Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromDisk(Disk sourceDisk) Specifies the source Windows OS managed disk.Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromDisk(String sourceDiskId) Specifies the source Windows OS managed disk.Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromSnapshot(Snapshot sourceSnapshot) Specifies the source Windows OS managed snapshot.Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromSnapshot(String sourceSnapshotId) Specifies the source Windows OS managed snapshot.Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromVhd(String vhdUrl) Specifies the source specialized or generalized Windows OS VHD when it belongs to the same subscription.Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromVhd(String vhdUrl, String storageAccountId) Specifies the source specialized or generalized Windows OS VHD and the storage account ID.