MediaGraphTopologyCollection 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
MediaGraphTopologyCollection() | |
MediaGraphTopologyCollection(IList<MediaGraphTopology>, String) |
MediaGraphTopologyCollection()
public MediaGraphTopologyCollection ();
Public Sub New ()
Applies to
MediaGraphTopologyCollection(IList<MediaGraphTopology>, String)
public MediaGraphTopologyCollection (System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTopology> value = default, string continuationToken = default);
new Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTopologyCollection : System.Collections.Generic.IList<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTopology> * string -> Microsoft.Azure.Media.LiveVideoAnalytics.Edge.Models.MediaGraphTopologyCollection
Public Sub New (Optional value As IList(Of MediaGraphTopology) = Nothing, Optional continuationToken As String = Nothing)
Parameters
- value
- IList<MediaGraphTopology>
- continuationToken
- String
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