Uses of Interface
com.azure.resourcemanager.netapp.models.SubvolumeInfo
Packages that use SubvolumeInfo
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of SubvolumeInfo in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return SubvolumeInfoModifier and TypeMethodDescriptionSubvolumeInfo.Update.apply()
Executes the update request.SubvolumeInfo.Update.apply
(com.azure.core.util.Context context) Executes the update request.SubvolumeInfo.DefinitionStages.WithCreate.create()
Executes the create request.SubvolumeInfo.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Subvolumes.get
(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName) Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided.Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided.SubvolumeInfo.refresh()
Refreshes the resource to sync with Azure.SubvolumeInfo.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type SubvolumeInfoModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<SubvolumeInfo> Subvolumes.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided.com.azure.core.http.rest.Response
<SubvolumeInfo> Subvolumes.getWithResponse
(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, com.azure.core.util.Context context) Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided.com.azure.core.http.rest.PagedIterable
<SubvolumeInfo> Subvolumes.listByVolume
(String resourceGroupName, String accountName, String poolName, String volumeName) List of all the subvolumes Returns a list of the subvolumes in the volume.com.azure.core.http.rest.PagedIterable
<SubvolumeInfo> Subvolumes.listByVolume
(String resourceGroupName, String accountName, String poolName, String volumeName, com.azure.core.util.Context context) List of all the subvolumes Returns a list of the subvolumes in the volume.