Partager via


IWithWindowsDiskSource.WithWindowsFromDisk Méthode

Définition

Surcharges

WithWindowsFromDisk(IDisk)

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

WithWindowsFromDisk(String)

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

WithWindowsFromDisk(IDisk)

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

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

Paramètres

sourceDisk
IDisk

Disque managé source.

Retours

S’applique à

WithWindowsFromDisk(String)

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

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

Paramètres

sourceDiskId
String

ID de ressource de disque managé source.

Retours

S’applique à