Partager via


EnabledProtocols Constructeurs

Définition

Surcharges

EnabledProtocols()

Initialise une nouvelle instance de la classe EnabledProtocols.

EnabledProtocols(Boolean, Boolean, Boolean, Boolean)

Initialise une nouvelle instance de la classe EnabledProtocols.

EnabledProtocols()

Initialise une nouvelle instance de la classe EnabledProtocols.

public EnabledProtocols ();
Public Sub New ()

S’applique à

EnabledProtocols(Boolean, Boolean, Boolean, Boolean)

Initialise une nouvelle instance de la classe 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)

Paramètres

download
Boolean

Activer le protocole de téléchargement ou non

dash
Boolean

Activer le protocole DASH ou non

hls
Boolean

Activer le protocole HLS ou non

smoothStreaming
Boolean

Activer le protocole SmoothStreaming ou non

S’applique à