VideosOperationsExtensions Class

Definition

Extension methods for VideosOperations.

public static class VideosOperationsExtensions
type VideosOperationsExtensions = class
Public Module VideosOperationsExtensions
Inheritance
VideosOperationsExtensions

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