Partager via


IOrdersOperations Interface

Définition

Opérations OrdersOperations.

public interface IOrdersOperations
type IOrdersOperations = interface
Public Interface IOrdersOperations

Méthodes

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

Crée ou met à jour une commande.

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

Supprime la commande liée à l’appareil.

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

Crée ou met à jour une commande.

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

Supprime la commande liée à l’appareil.

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

Obtient un ordre spécifique par nom.

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

Répertorie toutes les commandes liées à un appareil Data Box Edge/Data Box Gateway.

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

Répertorie toutes les commandes liées à un appareil Data Box Edge/Data Box Gateway.

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

Obtient le code DCAccess

Méthodes d’extension

BeginCreateOrUpdate(IOrdersOperations, String, Order, String)

Crée ou met à jour une commande.

BeginCreateOrUpdateAsync(IOrdersOperations, String, Order, String, CancellationToken)

Crée ou met à jour une commande.

BeginDelete(IOrdersOperations, String, String)

Supprime la commande liée à l’appareil.

BeginDeleteAsync(IOrdersOperations, String, String, CancellationToken)

Supprime la commande liée à l’appareil.

CreateOrUpdate(IOrdersOperations, String, Order, String)

Crée ou met à jour une commande.

CreateOrUpdateAsync(IOrdersOperations, String, Order, String, CancellationToken)

Crée ou met à jour une commande.

Delete(IOrdersOperations, String, String)

Supprime la commande liée à l’appareil.

DeleteAsync(IOrdersOperations, String, String, CancellationToken)

Supprime la commande liée à l’appareil.

Get(IOrdersOperations, String, String)

Obtient un ordre spécifique par nom.

GetAsync(IOrdersOperations, String, String, CancellationToken)

Obtient un ordre spécifique par nom.

ListByDataBoxEdgeDevice(IOrdersOperations, String, String)

Répertorie toutes les commandes liées à un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceAsync(IOrdersOperations, String, String, CancellationToken)

Répertorie toutes les commandes liées à un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceNext(IOrdersOperations, String)

Répertorie toutes les commandes liées à un appareil Data Box Edge/Data Box Gateway.

ListByDataBoxEdgeDeviceNextAsync(IOrdersOperations, String, CancellationToken)

Répertorie toutes les commandes liées à un appareil Data Box Edge/Data Box Gateway.

ListDCAccessCode(IOrdersOperations, String, String)

Obtient le code DCAccess

ListDCAccessCodeAsync(IOrdersOperations, String, String, CancellationToken)

Obtient le code DCAccess

S’applique à