Partilhar via


ListStreamingLocatorsResponse Construtores

Definição

Sobrecargas

ListStreamingLocatorsResponse()

Inicializa uma nova instância da classe ListStreamingLocatorsResponse.

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

Inicializa uma nova instância da classe ListStreamingLocatorsResponse.

ListStreamingLocatorsResponse()

Inicializa uma nova instância da classe ListStreamingLocatorsResponse.

public ListStreamingLocatorsResponse ();
Public Sub New ()

Aplica-se a

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

Inicializa uma nova instância da classe ListStreamingLocatorsResponse.

public ListStreamingLocatorsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.AssetStreamingLocator> streamingLocators = default);
new Microsoft.Azure.Management.Media.Models.ListStreamingLocatorsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.AssetStreamingLocator> -> Microsoft.Azure.Management.Media.Models.ListStreamingLocatorsResponse
Public Sub New (Optional streamingLocators As IList(Of AssetStreamingLocator) = Nothing)

Parâmetros

streamingLocators
IList<AssetStreamingLocator>

A lista de Localizadores de Streaming.

Aplica-se a