次の方法で共有


EnabledProtocols コンストラクター

定義

オーバーロード

EnabledProtocols()

EnabledProtocols クラスの新しいインスタンスを初期化します。

EnabledProtocols(Boolean, Boolean, Boolean, Boolean)

EnabledProtocols クラスの新しいインスタンスを初期化します。

EnabledProtocols()

EnabledProtocols クラスの新しいインスタンスを初期化します。

public EnabledProtocols ();
Public Sub New ()

適用対象

EnabledProtocols(Boolean, Boolean, Boolean, Boolean)

EnabledProtocols クラスの新しいインスタンスを初期化します。

public EnabledProtocols (bool download, bool dash, bool hls, bool smoothStreaming);
new Microsoft.Azure.Management.Media.Models.EnabledProtocols : bool * bool * bool * bool -> Microsoft.Azure.Management.Media.Models.EnabledProtocols
Public Sub New (download As Boolean, dash As Boolean, hls As Boolean, smoothStreaming As Boolean)

パラメーター

download
Boolean

ダウンロード プロトコルを有効にするかどうか

dash
Boolean

DASH プロトコルを有効にするかどうか

hls
Boolean

HLS プロトコルを有効にするかどうか

smoothStreaming
Boolean

SmoothStreaming プロトコルを有効にするかどうか

適用対象