IWithOSDiskImageSource.WithWindowsFromSnapshot Methode

Definition

Überlädt

WithWindowsFromSnapshot(ISnapshot, OperatingSystemStateTypes)

Gibt die Windows-Quell-Momentaufnahme für das Betriebssystemdatenträgerimage an.

WithWindowsFromSnapshot(String, OperatingSystemStateTypes)

Gibt die Windows-Quell-Momentaufnahme für das Betriebssystemdatenträgerimage an.

WithWindowsFromSnapshot(ISnapshot, OperatingSystemStateTypes)

Gibt die Windows-Quell-Momentaufnahme für das Betriebssystemdatenträgerimage an.

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

Parameter

sourceSnapshot
ISnapshot

Quelle Momentaufnahme Ressource.

osState
OperatingSystemStateTypes

Betriebssystemstatus.

Gibt zurück

Gilt für:

WithWindowsFromSnapshot(String, OperatingSystemStateTypes)

Gibt die Windows-Quell-Momentaufnahme für das Betriebssystemdatenträgerimage an.

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

Parameter

sourceSnapshotId
String

Quell-Momentaufnahme Ressourcen-ID.

osState
OperatingSystemStateTypes

Betriebssystemstatus.

Gibt zurück

Gilt für: