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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET