Compartir a través de


IImagesOperations Interfaz

Definición

Operaciones ImagesOperations.

public interface IImagesOperations
type IImagesOperations = interface
Public Interface IImagesOperations

Métodos

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

Novedades una imagen a través de PUT.

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

Obtiene una imagen.

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

Obtiene todas las imágenes.

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

Obtiene todas las imágenes.

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

Novedades una imagen.

Métodos de extensión

CreateOrUpdate(IImagesOperations, Image, String, String, String)

Novedades una imagen a través de PUT.

CreateOrUpdateAsync(IImagesOperations, Image, String, String, String, CancellationToken)

Novedades una imagen a través de PUT.

Get(IImagesOperations, String, String, String)

Obtiene una imagen.

GetAsync(IImagesOperations, String, String, String, CancellationToken)

Obtiene una imagen.

ListByLabPlan(IImagesOperations, String, String, String)

Obtiene todas las imágenes.

ListByLabPlanAsync(IImagesOperations, String, String, String, CancellationToken)

Obtiene todas las imágenes.

ListByLabPlanNext(IImagesOperations, String)

Obtiene todas las imágenes.

ListByLabPlanNextAsync(IImagesOperations, String, CancellationToken)

Obtiene todas las imágenes.

Update(IImagesOperations, ImageUpdate, String, String, String)

Novedades una imagen.

UpdateAsync(IImagesOperations, ImageUpdate, String, String, String, CancellationToken)

Novedades una imagen.

Se aplica a