IVideosOperations Interface

Definition

VideosOperations operations.

public interface IVideosOperations
type IVideosOperations = interface
Public Interface IVideosOperations

Methods

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

Creates a new video resource or updates an existing one.

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

Deletes an existing video resource and its underlying data.

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

Retrieves an existing video resource.

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

Generates a streaming token which can be used for accessing content from video content URLs.

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

Retrieves all existing video resources.

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Retrieves all existing video resources.

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

Updates individual properties of an existing video resource.

Extension Methods

CreateOrUpdate(IVideosOperations, String, String, String, VideoEntity)

Creates a new video resource or updates an existing one.

CreateOrUpdateAsync(IVideosOperations, String, String, String, VideoEntity, CancellationToken)

Creates a new video resource or updates an existing one.

Delete(IVideosOperations, String, String, String)

Deletes an existing video resource and its underlying data.

DeleteAsync(IVideosOperations, String, String, String, CancellationToken)

Deletes an existing video resource and its underlying data.

Get(IVideosOperations, String, String, String)

Retrieves an existing video resource.

GetAsync(IVideosOperations, String, String, String, CancellationToken)

Retrieves an existing video resource.

List(IVideosOperations, String, String, Nullable<Int32>)

Retrieves all existing video resources.

ListAsync(IVideosOperations, String, String, Nullable<Int32>, CancellationToken)

Retrieves all existing video resources.

ListContentToken(IVideosOperations, String, String, String)

Generates a streaming token which can be used for accessing content from video content URLs.

ListContentTokenAsync(IVideosOperations, String, String, String, CancellationToken)

Generates a streaming token which can be used for accessing content from video content URLs.

ListNext(IVideosOperations, String)

Retrieves all existing video resources.

ListNextAsync(IVideosOperations, String, CancellationToken)

Retrieves all existing video resources.

Update(IVideosOperations, String, String, String, VideoEntity)

Updates individual properties of an existing video resource.

UpdateAsync(IVideosOperations, String, String, String, VideoEntity, CancellationToken)

Updates individual properties of an existing video resource.

Applies to