BeginCreate(ISubvolumesOperations, String, String, String, String, String, SubvolumeInfo)
|
Creates a subvolume in the path or clones the subvolume mentioned in the
parentPath
|
BeginCreateAsync(ISubvolumesOperations, String, String, String, String, String, SubvolumeInfo, CancellationToken)
|
Creates a subvolume in the path or clones the subvolume mentioned in the
parentPath
|
BeginDelete(ISubvolumesOperations, String, String, String, String, String)
|
Delete subvolume
|
BeginDeleteAsync(ISubvolumesOperations, String, String, String, String, String, CancellationToken)
|
Delete subvolume
|
BeginGetMetadata(ISubvolumesOperations, String, String, String, String, String)
|
Get details of the specified subvolume
|
BeginGetMetadataAsync(ISubvolumesOperations, String, String, String, String, String, CancellationToken)
|
Get details of the specified subvolume
|
BeginUpdate(ISubvolumesOperations, String, String, String, String, String, SubvolumePatchRequest)
|
Patch a subvolume
|
BeginUpdateAsync(ISubvolumesOperations, String, String, String, String, String, SubvolumePatchRequest, CancellationToken)
|
Patch a subvolume
|
Create(ISubvolumesOperations, String, String, String, String, String, SubvolumeInfo)
|
Creates a subvolume in the path or clones the subvolume mentioned in the
parentPath
|
CreateAsync(ISubvolumesOperations, String, String, String, String, String, SubvolumeInfo, CancellationToken)
|
Creates a subvolume in the path or clones the subvolume mentioned in the
parentPath
|
Delete(ISubvolumesOperations, String, String, String, String, String)
|
Delete subvolume
|
DeleteAsync(ISubvolumesOperations, String, String, String, String, String, CancellationToken)
|
Delete subvolume
|
Get(ISubvolumesOperations, String, String, String, String, String)
|
Returns the path associated with the subvolumeName provided
|
GetAsync(ISubvolumesOperations, String, String, String, String, String, CancellationToken)
|
Returns the path associated with the subvolumeName provided
|
GetMetadata(ISubvolumesOperations, String, String, String, String, String)
|
Get details of the specified subvolume
|
GetMetadataAsync(ISubvolumesOperations, String, String, String, String, String, CancellationToken)
|
Get details of the specified subvolume
|
ListByVolume(ISubvolumesOperations, String, String, String, String)
|
Returns a list of the subvolumes in the volume
|
ListByVolumeAsync(ISubvolumesOperations, String, String, String, String, CancellationToken)
|
Returns a list of the subvolumes in the volume
|
ListByVolumeNext(ISubvolumesOperations, String)
|
Returns a list of the subvolumes in the volume
|
ListByVolumeNextAsync(ISubvolumesOperations, String, CancellationToken)
|
Returns a list of the subvolumes in the volume
|
Update(ISubvolumesOperations, String, String, String, String, String, SubvolumePatchRequest)
|
Patch a subvolume
|
UpdateAsync(ISubvolumesOperations, String, String, String, String, String, SubvolumePatchRequest, CancellationToken)
|
Patch a subvolume
|