IWithWindowsSnapshotSource.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 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 à
Azure SDK for .NET