Partager via


IWithOSDiskImageSource.WithLinuxFromSnapshot Méthode

Définition

Surcharges

WithLinuxFromSnapshot(ISnapshot, OperatingSystemStateTypes)

Spécifie le instantané source Linux pour l’image disque du système d’exploitation.

WithLinuxFromSnapshot(String, OperatingSystemStateTypes)

Spécifie le instantané source Linux pour l’image disque du système d’exploitation.

WithLinuxFromSnapshot(ISnapshot, OperatingSystemStateTypes)

Spécifie le instantané source Linux pour l’image disque du système d’exploitation.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithLinuxFromSnapshot (Microsoft.Azure.Management.Compute.Fluent.ISnapshot sourceSnapshot, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState);
abstract member WithLinuxFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithLinuxFromSnapshot (sourceSnapshot As ISnapshot, osState As OperatingSystemStateTypes) As IWithCreateAndDataDiskImageOSDiskSettings

Paramètres

sourceSnapshot
ISnapshot

Ressource instantané source.

osState
OperatingSystemStateTypes

État du système d’exploitation.

Retours

S’applique à

WithLinuxFromSnapshot(String, OperatingSystemStateTypes)

Spécifie le instantané source Linux pour l’image disque du système d’exploitation.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithLinuxFromSnapshot (string sourceSnapshotId, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState);
abstract member WithLinuxFromSnapshot : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithLinuxFromSnapshot (sourceSnapshotId As String, osState As OperatingSystemStateTypes) As IWithCreateAndDataDiskImageOSDiskSettings

Paramètres

sourceSnapshotId
String

ID de ressource source instantané.

osState
OperatingSystemStateTypes

État du système d’exploitation.

Retours

S’applique à