次の方法で共有


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 Resource Manager メタデータ。

title
String

ユーザーが提供するオプションのビデオ タイトル。 値の長は最大 256 文字です。

description
String

ユーザーが提供するオプションのビデオの説明。 値は最大 2048 文字です。

videoEntityType
VideoType

ビデオ コンテンツ タイプ。 さまざまなコンテンツ タイプは、さまざまなアプリケーションやシナリオに適しています。 使用可能な値は、'Archive'、'File' です。

flags
VideoFlags

ビデオ フラグには、現在のビデオの状態に基づいて、使用可能なビデオ アクションとその動的プロパティに関する情報が含まれています。

contentUrls
VideoContentUrls

ビデオ コンテンツの URL のセット。

mediaInfo
VideoMediaInfo

ビデオとオーディオのコンテンツに関する情報が含まれます。

archival
VideoArchival

ビデオ アーカイブのプロパティ。

適用対象