IWithDataSnapshotFromSnapshot.WithDataFromSnapshot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithDataFromSnapshot(ISnapshot) |
Specifies the source data managed snapshot. |
WithDataFromSnapshot(String) |
Specifies the source data managed snapshot. |
WithDataFromSnapshot(ISnapshot)
Specifies the source data managed snapshot.
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithDataFromSnapshot (Microsoft.Azure.Management.Compute.Fluent.ISnapshot snapshot);
abstract member WithDataFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithDataFromSnapshot (snapshot As ISnapshot) As IWithCreate
Parameters
- snapshot
- ISnapshot
A snapshot resource.
Returns
Applies to
WithDataFromSnapshot(String)
Specifies the source data managed snapshot.
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithDataFromSnapshot (string snapshotId);
abstract member WithDataFromSnapshot : string -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithDataFromSnapshot (snapshotId As String) As IWithCreate
Parameters
- snapshotId
- String
A snapshot resource ID.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET