ListStreamingLocatorsResponse 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
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET