Compartir a través de


ListPathsResponse Constructores

Definición

Sobrecargas

ListPathsResponse()

Inicializa una nueva instancia de la clase ListPathsResponse.

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

Inicializa una nueva instancia de la clase ListPathsResponse.

ListPathsResponse()

Inicializa una nueva instancia de la clase ListPathsResponse.

public ListPathsResponse ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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)

Parámetros

streamingPaths
IList<StreamingPath>

Rutas de acceso de streaming compatibles con el localizador de streaming actual

downloadPaths
IList<String>

Rutas de acceso de descarga compatibles con el localizador de streaming actual

Se aplica a