ListPathsResponse Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Rutas de acceso de descarga compatibles con el localizador de streaming actual
Se aplica a
Azure SDK for .NET