Uses of Class
com.azure.resourcemanager.netapp.fluent.models.SnapshotInner
Packages that use SnapshotInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of SnapshotInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return SnapshotInnerModifier and TypeMethodDescriptionSnapshotsClient.create(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body) Create a snapshot Create the specified snapshot within the given volume.SnapshotsClient.create(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body, com.azure.core.util.Context context) Create a snapshot Create the specified snapshot within the given volume.SnapshotsClient.get(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName) Describe a snapshot Get details of the specified snapshot.SnapshotsClient.update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body) Update a snapshot Patch a snapshot.SnapshotsClient.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.fluent that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginCreate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body) Create a snapshot Create the specified snapshot within the given volume.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginCreate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body) Create a snapshot Create the specified snapshot within the given volume.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginCreate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body, com.azure.core.util.Context context) Create a snapshot Create the specified snapshot within the given volume.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginCreate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body, com.azure.core.util.Context context) Create a snapshot Create the specified snapshot within the given volume.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginUpdate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body) Update a snapshot Patch a snapshot.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginUpdate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body) Update a snapshot Patch a snapshot.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginUpdate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body, com.azure.core.util.Context context) Update a snapshot Patch a snapshot.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginUpdate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body, com.azure.core.util.Context context) Update a snapshot Patch a snapshot.com.azure.core.http.rest.Response<SnapshotInner> SnapshotsClient.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<SnapshotInner> SnapshotsClient.list(String resourceGroupName, String accountName, String poolName, String volumeName) Describe all snapshots List all snapshots associated with the volume.com.azure.core.http.rest.PagedIterable<SnapshotInner> SnapshotsClient.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.Methods in com.azure.resourcemanager.netapp.fluent with parameters of type SnapshotInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginCreate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body) Create a snapshot Create the specified snapshot within the given volume.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>, SnapshotInner> SnapshotsClient.beginCreate(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body, com.azure.core.util.Context context) Create a snapshot Create the specified snapshot within the given volume.SnapshotsClient.create(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body) Create a snapshot Create the specified snapshot within the given volume.SnapshotsClient.create(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotInner body, com.azure.core.util.Context context) Create a snapshot Create the specified snapshot within the given volume. -
Uses of SnapshotInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return SnapshotInnerModifier and TypeMethodDescriptionstatic SnapshotInnerSnapshotInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotInner from the JsonReader.SnapshotInner.withLocation(String location) Set the location property: Resource location. -
Uses of SnapshotInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return SnapshotInnerModifier and TypeMethodDescriptionSnapshot.innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.SnapshotInner object.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotsList.value()Get the value property: A list of Snapshots.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type SnapshotInnerModifier and TypeMethodDescriptionSnapshotsList.withValue(List<SnapshotInner> value) Set the value property: A list of Snapshots.