IWithOSDiskImageSource.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, OperatingSystemStateTypes) |
Spécifie le instantané source Windows pour l’image disque du système d’exploitation. |
WithWindowsFromSnapshot(String, OperatingSystemStateTypes) |
Spécifie le instantané source Windows pour l’image disque du système d’exploitation. |
WithWindowsFromSnapshot(ISnapshot, OperatingSystemStateTypes)
Spécifie le instantané source Windows pour l’image disque du système d’exploitation.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithWindowsFromSnapshot(Microsoft.Azure.Management.Compute.Fluent.ISnapshot sourceSnapshot, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState);
abstract member WithWindowsFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithWindowsFromSnapshot (sourceSnapshot As ISnapshot, osState As OperatingSystemStateTypes) As IWithCreateAndDataDiskImageOSDiskSettings
Paramètres
- sourceSnapshot
- ISnapshot
Ressource instantané source.
- osState
- OperatingSystemStateTypes
État du système d’exploitation.
Retours
S’applique à
WithWindowsFromSnapshot(String, OperatingSystemStateTypes)
Spécifie le instantané source Windows pour l’image disque du système d’exploitation.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithWindowsFromSnapshot(string sourceSnapshotId, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState);
abstract member WithWindowsFromSnapshot : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithWindowsFromSnapshot (sourceSnapshotId As String, osState As OperatingSystemStateTypes) As IWithCreateAndDataDiskImageOSDiskSettings
Paramètres
- sourceSnapshotId
- String
ID de ressource source instantané.
- osState
- OperatingSystemStateTypes
État du système d’exploitation.
Retours
S’applique à
Azure SDK for .NET