Share via


ListStreamingLocatorsResponse Constructors

Definition

Overloads

ListStreamingLocatorsResponse()

Initializes a new instance of the ListStreamingLocatorsResponse class.

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

Initializes a new instance of the ListStreamingLocatorsResponse class.

ListStreamingLocatorsResponse()

Initializes a new instance of the ListStreamingLocatorsResponse class.

public ListStreamingLocatorsResponse ();
Public Sub New ()

Applies to

ListStreamingLocatorsResponse(IList<AssetStreamingLocator>)

Initializes a new instance of the ListStreamingLocatorsResponse class.

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)

Parameters

streamingLocators
IList<AssetStreamingLocator>

The list of Streaming Locators.

Applies to