Share via


VideoEntity Constructors

Definition

Overloads

VideoEntity()

Initializes a new instance of the VideoEntity class.

VideoEntity(String, String, String, SystemData, String, String, VideoType, VideoFlags, VideoContentUrls, VideoMediaInfo, VideoArchival)

Initializes a new instance of the VideoEntity class.

VideoEntity()

Initializes a new instance of the VideoEntity class.

public VideoEntity ();
Public Sub New ()

Applies to

VideoEntity(String, String, String, SystemData, String, String, VideoType, VideoFlags, VideoContentUrls, VideoMediaInfo, VideoArchival)

Initializes a new instance of the VideoEntity class.

public VideoEntity (string id = default, string name = default, string type = default, Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData systemData = default, string title = default, string description = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoType videoEntityType = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoFlags flags = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoContentUrls contentUrls = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoMediaInfo mediaInfo = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoArchival archival = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoEntity : string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoType * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoFlags * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoContentUrls * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoMediaInfo * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoArchival -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoEntity
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional title As String = Nothing, Optional description As String = Nothing, Optional videoEntityType As VideoType = Nothing, Optional flags As VideoFlags = Nothing, Optional contentUrls As VideoContentUrls = Nothing, Optional mediaInfo As VideoMediaInfo = Nothing, Optional archival As VideoArchival = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

title
String

Optional video title provided by the user. Value can be up to 256 characters long.

description
String

Optional video description provided by the user. Value can be up to 2048 characters long.

videoEntityType
VideoType

Video content type. Different content types are suitable for different applications and scenarios. Possible values include: 'Archive', 'File'

flags
VideoFlags

Video flags contain information about the available video actions and its dynamic properties based on the current video state.

contentUrls
VideoContentUrls

Set of URLs to the video content.

mediaInfo
VideoMediaInfo

Contains information about the video and audio content.

archival
VideoArchival

Video archival properties.

Applies to