ListPathsResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET