Share via


ListPathsResponse Constructors

Definition

Overloads

ListPathsResponse()

Initializes a new instance of the ListPathsResponse class.

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

Initializes a new instance of the ListPathsResponse class.

ListPathsResponse()

Initializes a new instance of the ListPathsResponse class.

public ListPathsResponse ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ListPathsResponse class.

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)

Parameters

streamingPaths
IList<StreamingPath>

Streaming Paths supported by current Streaming Locator

downloadPaths
IList<String>

Download Paths supported by current Streaming Locator

Applies to