Partager via


IWithWindowsSnapshotSource.WithWindowsFromDisk Méthode

Définition

Surcharges

WithWindowsFromDisk(IDisk)

Spécifie le disque managé du système d’exploitation Windows source.

WithWindowsFromDisk(String)

Spécifie le disque managé du système d’exploitation Windows source.

WithWindowsFromDisk(IDisk)

Spécifie le disque managé du système d’exploitation Windows source.

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithWindowsFromDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk sourceDisk);
abstract member WithWindowsFromDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithWindowsFromDisk (sourceDisk As IDisk) As IWithCreate

Paramètres

sourceDisk
IDisk

Disque managé source.

Retours

S’applique à

WithWindowsFromDisk(String)

Spécifie le disque managé du système d’exploitation Windows source.

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithWindowsFromDisk (string sourceDiskId);
abstract member WithWindowsFromDisk : string -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithWindowsFromDisk (sourceDiskId As String) As IWithCreate

Paramètres

sourceDiskId
String

ID de ressource de disque managé source.

Retours

S’applique à