IVolumesOperations Interface

Definition

VolumesOperations operations.

public interface IVolumesOperations
type IVolumesOperations = interface
Public Interface IVolumesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Volume, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the volume.

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

Deletes the volume.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Volume, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the volume.

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

Deletes the volume.

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

Returns the properties of the specified volume name.

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

Retrieves all the volumes in a device.

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

Retrieves all the volumes in a volume container.

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

Gets the metric definitions for the specified volume.

ListMetricsWithHttpMessagesAsync(ODataQuery<MetricFilter>, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the metrics for the specified volume.

Extension Methods

BeginCreateOrUpdate(IVolumesOperations, String, String, String, Volume, String, String)

Creates or updates the volume.

BeginCreateOrUpdateAsync(IVolumesOperations, String, String, String, Volume, String, String, CancellationToken)

Creates or updates the volume.

BeginDelete(IVolumesOperations, String, String, String, String, String)

Deletes the volume.

BeginDeleteAsync(IVolumesOperations, String, String, String, String, String, CancellationToken)

Deletes the volume.

CreateOrUpdate(IVolumesOperations, String, String, String, Volume, String, String)

Creates or updates the volume.

CreateOrUpdateAsync(IVolumesOperations, String, String, String, Volume, String, String, CancellationToken)

Creates or updates the volume.

Delete(IVolumesOperations, String, String, String, String, String)

Deletes the volume.

DeleteAsync(IVolumesOperations, String, String, String, String, String, CancellationToken)

Deletes the volume.

Get(IVolumesOperations, String, String, String, String, String)

Returns the properties of the specified volume name.

GetAsync(IVolumesOperations, String, String, String, String, String, CancellationToken)

Returns the properties of the specified volume name.

ListByDevice(IVolumesOperations, String, String, String)

Retrieves all the volumes in a device.

ListByDeviceAsync(IVolumesOperations, String, String, String, CancellationToken)

Retrieves all the volumes in a device.

ListByVolumeContainer(IVolumesOperations, String, String, String, String)

Retrieves all the volumes in a volume container.

ListByVolumeContainerAsync(IVolumesOperations, String, String, String, String, CancellationToken)

Retrieves all the volumes in a volume container.

ListMetricDefinition(IVolumesOperations, String, String, String, String, String)

Gets the metric definitions for the specified volume.

ListMetricDefinitionAsync(IVolumesOperations, String, String, String, String, String, CancellationToken)

Gets the metric definitions for the specified volume.

ListMetrics(IVolumesOperations, ODataQuery<MetricFilter>, String, String, String, String, String)

Gets the metrics for the specified volume.

ListMetricsAsync(IVolumesOperations, ODataQuery<MetricFilter>, String, String, String, String, String, CancellationToken)

Gets the metrics for the specified volume.

Applies to