IWithLinuxSnapshotSource.WithLinuxFromSnapshot Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
WithLinuxFromSnapshot(ISnapshot) |
Gibt die verwaltete Momentaufnahme des Linux-Quellbetriebssystems an. |
WithLinuxFromSnapshot(String) |
Gibt die verwaltete Momentaufnahme des Linux-Quellbetriebssystems an. |
WithLinuxFromSnapshot(ISnapshot)
Gibt die verwaltete Momentaufnahme des Linux-Quellbetriebssystems an.
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithLinuxFromSnapshot(Microsoft.Azure.Management.Compute.Fluent.ISnapshot sourceSnapshot);
abstract member WithLinuxFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithLinuxFromSnapshot (sourceSnapshot As ISnapshot) As IWithCreate
Parameter
- sourceSnapshot
- ISnapshot
Eine Quelle Momentaufnahme.
Gibt zurück
Gilt für:
WithLinuxFromSnapshot(String)
Gibt die verwaltete Momentaufnahme des Linux-Quellbetriebssystems an.
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithLinuxFromSnapshot(string sourceSnapshotId);
abstract member WithLinuxFromSnapshot : string -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithLinuxFromSnapshot (sourceSnapshotId As String) As IWithCreate
Parameter
- sourceSnapshotId
- String
Eine Momentaufnahme-Ressourcen-ID.
Gibt zurück
Gilt für:
Azure SDK for .NET