Partager via


IVolumeContainersOperations Interface

Définition

Opérations VolumeContainersOperations.

public interface IVolumeContainersOperations
type IVolumeContainersOperations = interface
Public Interface IVolumeContainersOperations

Méthodes

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

Crée ou met à jour le conteneur de volumes.

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

Supprime le conteneur de volume.

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

Crée ou met à jour le conteneur de volumes.

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

Supprime le conteneur de volume.

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

Obtient les propriétés du nom de conteneur de volume spécifié.

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

Obtient tous les conteneurs de volume d’un appareil.

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

Obtient les définitions de métrique pour le conteneur de volume spécifié.

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

Obtient les métriques du conteneur de volume spécifié.

Méthodes d’extension

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

Crée ou met à jour le conteneur de volumes.

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

Crée ou met à jour le conteneur de volumes.

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

Supprime le conteneur de volume.

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

Supprime le conteneur de volume.

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

Crée ou met à jour le conteneur de volumes.

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

Crée ou met à jour le conteneur de volumes.

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

Supprime le conteneur de volume.

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

Supprime le conteneur de volume.

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

Obtient les propriétés du nom de conteneur de volume spécifié.

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

Obtient les propriétés du nom de conteneur de volume spécifié.

ListByDevice(IVolumeContainersOperations, String, String, String)

Obtient tous les conteneurs de volume d’un appareil.

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

Obtient tous les conteneurs de volume d’un appareil.

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

Obtient les définitions de métrique pour le conteneur de volume spécifié.

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

Obtient les définitions de métrique pour le conteneur de volume spécifié.

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

Obtient les métriques du conteneur de volume spécifié.

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

Obtient les métriques du conteneur de volume spécifié.

S’applique à