IWithWindowsDiskSource.WithWindowsFromDisk Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET