Partager via


IWithWindowsSnapshotSource.WithWindowsFromSnapshot Méthode

Définition

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 à