Partager via


ListPathsResponse Constructeurs

Définition

Surcharges

ListPathsResponse()

Initialise une nouvelle instance de la classe ListPathsResponse.

ListPathsResponse(IList<StreamingPath>, IList<String>)

Initialise une nouvelle instance de la classe ListPathsResponse.

ListPathsResponse()

Initialise une nouvelle instance de la classe ListPathsResponse.

public ListPathsResponse ();
Public Sub New ()

S’applique à

ListPathsResponse(IList<StreamingPath>, IList<String>)

Initialise une nouvelle instance de la classe ListPathsResponse.

public ListPathsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingPath> streamingPaths = default, System.Collections.Generic.IList<string> downloadPaths = default);
new Microsoft.Azure.Management.Media.Models.ListPathsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingPath> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.ListPathsResponse
Public Sub New (Optional streamingPaths As IList(Of StreamingPath) = Nothing, Optional downloadPaths As IList(Of String) = Nothing)

Paramètres

streamingPaths
IList<StreamingPath>

Chemins de diffusion en continu pris en charge par le localisateur de streaming actuel

downloadPaths
IList<String>

Chemins de téléchargement pris en charge par le localisateur de streaming actuel

S’applique à