Uses of Interface
com.azure.resourcemanager.compute.models.Snapshot
Packages that use Snapshot
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of Snapshot in com.azure.resourcemanager.compute.models
Subinterfaces with type arguments of type Snapshot in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure managed snapshot.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceThe template for an update operation, containing all the settings that can be modified.interfaceEntry point to managed snapshot management API in Azure.interfaceEntry point to managed snapshot management API in Azure.interfaceEntry point to managed snapshot management API in Azure.interfaceEntry point to managed snapshot management API in Azure.interfaceEntry point to managed snapshot management API in Azure.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SnapshotModifier and TypeMethodDescriptiondefault com.azure.resourcemanager.resources.fluentcore.model.Accepted<Snapshot> Snapshot.DefinitionStages.WithCreate.beginCreate()Begins creating the snapshot resource.default com.azure.resourcemanager.resources.fluentcore.model.Accepted<Snapshot> Snapshot.DefinitionStages.WithCreate.beginCreate(com.azure.core.util.Context context) Begins creating the snapshot resource.Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotModifier and TypeMethodDescriptionDisk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(Snapshot snapshot) Specifies the source data managed snapshot.Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(Snapshot snapshot) Specifies the source data managed snapshot.Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(Snapshot sourceSnapshot) Specifies the source Linux OS managed snapshot.Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromSnapshot(Snapshot sourceSnapshot) Specifies the source Linux OS managed snapshot.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(Snapshot sourceSnapshot, OperatingSystemStateTypes osState) Specifies the Linux source snapshot for the OS disk image.Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(Snapshot sourceSnapshot) Specifies a source Windows OS managed snapshot.Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromSnapshot(Snapshot sourceSnapshot) Specifies the source Windows OS managed snapshot.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(Snapshot sourceSnapshot, OperatingSystemStateTypes osState) Specifies the Windows source snapshot for the OS disk image.