MediaGraphTopologyCollection.Deserialize(String) Method
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.
Deserialize MediaGraphTopology.
public static Azure.Media.Analytics.Edge.Models.MediaGraphTopologyCollection Deserialize (string json);
static member Deserialize : string -> Azure.Media.Analytics.Edge.Models.MediaGraphTopologyCollection
Public Shared Function Deserialize (json As String) As MediaGraphTopologyCollection
Parameters
- json
- String
The json data that is to be deserialized.
Returns
A Json string representation of a list of MediaGraphTopology.