Uses of Interface
com.azure.resourcemanager.elasticsan.models.Snapshot
Packages that use Snapshot
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of Snapshot in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return SnapshotModifier and TypeMethodDescriptionSnapshot.DefinitionStages.WithCreate.create()
Executes the create request.Snapshot.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.VolumeSnapshots.get
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName) Get a Volume Snapshot.Get a Volume Snapshot.Snapshot.refresh()
Refreshes the resource to sync with Azure.Snapshot.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type SnapshotModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Snapshot> VolumeSnapshots.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get a Volume Snapshot.com.azure.core.http.rest.Response
<Snapshot> VolumeSnapshots.getWithResponse
(String resourceGroupName, String elasticSanName, String volumeGroupName, String snapshotName, com.azure.core.util.Context context) Get a Volume Snapshot.com.azure.core.http.rest.PagedIterable
<Snapshot> VolumeSnapshots.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName) List Snapshots in a VolumeGroup or List Snapshots by Volume (name) in a VolumeGroup using filter.com.azure.core.http.rest.PagedIterable
<Snapshot> VolumeSnapshots.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName, String filter, com.azure.core.util.Context context) List Snapshots in a VolumeGroup or List Snapshots by Volume (name) in a VolumeGroup using filter.