ISubvolumesOperations Interface

Definition

SubvolumesOperations operations.

public interface ISubvolumesOperations
type ISubvolumesOperations = interface
Public Interface ISubvolumesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, String, String, SubvolumeInfo, Dictionary<String,List<String>>, CancellationToken)

Creates a subvolume in the path or clones the subvolume mentioned in the parentPath

BeginDeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete subvolume

BeginGetMetadataWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get details of the specified subvolume

BeginUpdateWithHttpMessagesAsync(String, String, String, String, String, SubvolumePatchRequest, Dictionary<String,List<String>>, CancellationToken)

Patch a subvolume

CreateWithHttpMessagesAsync(String, String, String, String, String, SubvolumeInfo, Dictionary<String,List<String>>, CancellationToken)

Creates a subvolume in the path or clones the subvolume mentioned in the parentPath

DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete subvolume

GetMetadataWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get details of the specified subvolume

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the path associated with the subvolumeName provided

ListByVolumeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns a list of the subvolumes in the volume

ListByVolumeWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Returns a list of the subvolumes in the volume

UpdateWithHttpMessagesAsync(String, String, String, String, String, SubvolumePatchRequest, Dictionary<String,List<String>>, CancellationToken)

Patch a subvolume

Extension Methods

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

Applies to