ITransformsOperations Interface

Definition

TransformsOperations operations.

public interface ITransformsOperations
type ITransformsOperations = interface
Public Interface ITransformsOperations

Methods

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

Create or Update Transform

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

Delete Transform

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

Get Transform

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

List Transforms

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

List Transforms

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

Update Transform

Extension Methods

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

Create or Update Transform

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

Create or Update Transform

Delete(ITransformsOperations, String, String, String)

Delete Transform

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

Delete Transform

Get(ITransformsOperations, String, String, String)

Get Transform

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

Get Transform

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

List Transforms

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

List Transforms

ListNext(ITransformsOperations, String)

List Transforms

ListNextAsync(ITransformsOperations, String, CancellationToken)

List Transforms

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

Update Transform

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

Update Transform

Applies to