ListPathsResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET