IWithWindowsSnapshotSource.WithWindowsFromSnapshot 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
WithWindowsFromSnapshot(ISnapshot) |
Spécifie le instantané managé du système d’exploitation Windows source. |
WithWindowsFromSnapshot(String) |
Spécifie le instantané managé du système d’exploitation Windows source. |
WithWindowsFromSnapshot(ISnapshot)
Spécifie le instantané managé du système d’exploitation Windows source.
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithWindowsFromSnapshot (Microsoft.Azure.Management.Compute.Fluent.ISnapshot sourceSnapshot);
abstract member WithWindowsFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithWindowsFromSnapshot (sourceSnapshot As ISnapshot) As IWithCreate
Paramètres
- sourceSnapshot
- ISnapshot
Une source instantané.
Retours
S’applique à
WithWindowsFromSnapshot(String)
Spécifie le instantané managé du système d’exploitation Windows source.
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithWindowsFromSnapshot (string sourceSnapshotId);
abstract member WithWindowsFromSnapshot : string -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithWindowsFromSnapshot (sourceSnapshotId As String) As IWithCreate
Paramètres
- sourceSnapshotId
- String
ID de ressource instantané.
Retours
S’applique à
Azure SDK for .NET