IVolumeContainersOperations Interface

Definition

VolumeContainersOperations operations.

public interface IVolumeContainersOperations
type IVolumeContainersOperations = interface
Public Interface IVolumeContainersOperations

Methods

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

Creates or updates the volume container.

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

Deletes the volume container.

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

Creates or updates the volume container.

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

Deletes the volume container.

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

Gets the properties of the specified volume container name.

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

Gets all the volume containers in a device.

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

Gets the metric definitions for the specified volume container.

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

Gets the metrics for the specified volume container.

Extension Methods

BeginCreateOrUpdate(IVolumeContainersOperations, String, String, VolumeContainer, String, String)

Creates or updates the volume container.

BeginCreateOrUpdateAsync(IVolumeContainersOperations, String, String, VolumeContainer, String, String, CancellationToken)

Creates or updates the volume container.

BeginDelete(IVolumeContainersOperations, String, String, String, String)

Deletes the volume container.

BeginDeleteAsync(IVolumeContainersOperations, String, String, String, String, CancellationToken)

Deletes the volume container.

CreateOrUpdate(IVolumeContainersOperations, String, String, VolumeContainer, String, String)

Creates or updates the volume container.

CreateOrUpdateAsync(IVolumeContainersOperations, String, String, VolumeContainer, String, String, CancellationToken)

Creates or updates the volume container.

Delete(IVolumeContainersOperations, String, String, String, String)

Deletes the volume container.

DeleteAsync(IVolumeContainersOperations, String, String, String, String, CancellationToken)

Deletes the volume container.

Get(IVolumeContainersOperations, String, String, String, String)

Gets the properties of the specified volume container name.

GetAsync(IVolumeContainersOperations, String, String, String, String, CancellationToken)

Gets the properties of the specified volume container name.

ListByDevice(IVolumeContainersOperations, String, String, String)

Gets all the volume containers in a device.

ListByDeviceAsync(IVolumeContainersOperations, String, String, String, CancellationToken)

Gets all the volume containers in a device.

ListMetricDefinition(IVolumeContainersOperations, String, String, String, String)

Gets the metric definitions for the specified volume container.

ListMetricDefinitionAsync(IVolumeContainersOperations, String, String, String, String, CancellationToken)

Gets the metric definitions for the specified volume container.

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

Gets the metrics for the specified volume container.

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

Gets the metrics for the specified volume container.

Applies to