Uses of Interface
com.azure.resourcemanager.netapp.models.Snapshot
Packages that use Snapshot
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of Snapshot in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.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.Snapshots.get
(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName) Describe a snapshot Get details of the specified snapshot.Describe a snapshot Get details of the specified 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.Snapshots.update
(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body) Update a snapshot Patch a snapshot.Snapshots.update
(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body, com.azure.core.util.Context context) Update a snapshot Patch a snapshot.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type SnapshotModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Snapshot> Snapshots.getByIdWithResponse
(String id, com.azure.core.util.Context context) Describe a snapshot Get details of the specified snapshot.com.azure.core.http.rest.Response
<Snapshot> Snapshots.getWithResponse
(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, com.azure.core.util.Context context) Describe a snapshot Get details of the specified snapshot.com.azure.core.http.rest.PagedIterable
<Snapshot> Describe all snapshots List all snapshots associated with the volume.com.azure.core.http.rest.PagedIterable
<Snapshot> Snapshots.list
(String resourceGroupName, String accountName, String poolName, String volumeName, com.azure.core.util.Context context) Describe all snapshots List all snapshots associated with the volume.