EnabledProtocols Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET