你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VideoEntity 构造函数

定义

重载

VideoEntity()

初始化 VideoEntity 类的新实例。

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

初始化 VideoEntity 类的新实例。

VideoEntity()

初始化 VideoEntity 类的新实例。

public VideoEntity ();
Public Sub New ()

适用于

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

初始化 VideoEntity 类的新实例。

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)

参数

id
String

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

systemData
SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

title
String

用户提供的可选视频标题。 值最长可以为 256 个字符。

description
String

用户提供的可选视频说明。 值长度最多为 2048 个字符。

videoEntityType
VideoType

视频内容类型。 不同的内容类型适用于不同的应用程序和方案。 可能的值包括:“Archive”、“File”

flags
VideoFlags

视频标志包含有关可用视频操作的信息及其基于当前视频状态的动态属性。

contentUrls
VideoContentUrls

视频内容的 URL 集。

mediaInfo
VideoMediaInfo

包含有关视频和音频内容的信息。

archival
VideoArchival

视频存档属性。

适用于