Compartir a través de


ITransformsOperations Interfaz

Definición

Operaciones TransformsOperations.

public interface ITransformsOperations
type ITransformsOperations = interface
Public Interface ITransformsOperations

Métodos

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IList<TransformOutput>, String, Dictionary<String,List<String>>, CancellationToken)

Crear o actualizar transformación

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

Eliminar transformación

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

Obtener transformación

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

Enumerar las transformaciones

ListWithHttpMessagesAsync(String, String, ODataQuery<Transform>, Dictionary<String,List<String>>, CancellationToken)

Enumerar las transformaciones

UpdateWithHttpMessagesAsync(String, String, String, IList<TransformOutput>, String, Dictionary<String,List<String>>, CancellationToken)

Actualizar transformación

Métodos de extensión

CreateOrUpdate(ITransformsOperations, String, String, String, IList<TransformOutput>, String)

Crear o actualizar transformación

CreateOrUpdateAsync(ITransformsOperations, String, String, String, IList<TransformOutput>, String, CancellationToken)

Crear o actualizar transformación

Delete(ITransformsOperations, String, String, String)

Eliminar transformación

DeleteAsync(ITransformsOperations, String, String, String, CancellationToken)

Eliminar transformación

Get(ITransformsOperations, String, String, String)

Obtener transformación

GetAsync(ITransformsOperations, String, String, String, CancellationToken)

Obtener transformación

List(ITransformsOperations, String, String, ODataQuery<Transform>)

Enumerar las transformaciones

ListAsync(ITransformsOperations, String, String, ODataQuery<Transform>, CancellationToken)

Enumerar las transformaciones

ListNext(ITransformsOperations, String)

Enumerar las transformaciones

ListNextAsync(ITransformsOperations, String, CancellationToken)

Enumerar las transformaciones

Update(ITransformsOperations, String, String, String, IList<TransformOutput>, String)

Actualizar transformación

UpdateAsync(ITransformsOperations, String, String, String, IList<TransformOutput>, String, CancellationToken)

Actualizar transformación

Se aplica a