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()
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET