Compartilhar via


ListPathsResponse Construtores

Definição

Sobrecargas

ListPathsResponse()

Inicializa uma nova instância da classe ListPathsResponse.

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

Inicializa uma nova instância da classe ListPathsResponse.

ListPathsResponse()

Inicializa uma nova instância da classe ListPathsResponse.

public ListPathsResponse ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

streamingPaths
IList<StreamingPath>

Caminhos de streaming compatíveis com o Localizador de Streaming atual

downloadPaths
IList<String>

Baixar caminhos compatíveis com o Localizador de Streaming atual

Aplica-se a