VideoContentToken Constructors

Definition

Overloads

VideoContentToken()

Initializes a new instance of the VideoContentToken class.

VideoContentToken(DateTime, String)

Initializes a new instance of the VideoContentToken class.

VideoContentToken()

Initializes a new instance of the VideoContentToken class.

public VideoContentToken ();
Public Sub New ()

Applies to

VideoContentToken(DateTime, String)

Initializes a new instance of the VideoContentToken class.

public VideoContentToken (DateTime expirationDate = default, string token = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoContentToken : DateTime * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoContentToken
Public Sub New (Optional expirationDate As DateTime = Nothing, Optional token As String = Nothing)

Parameters

expirationDate
DateTime

The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).

token
String

The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.

Applies to