LiveVideoAnalyticsEdgeClient Class
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.
public class LiveVideoAnalyticsEdgeClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Media.LiveVideoAnalytics.Edge.LiveVideoAnalyticsEdgeClient>, IDisposable, Microsoft.Azure.Media.LiveVideoAnalytics.Edge.ILiveVideoAnalyticsEdgeClient
type LiveVideoAnalyticsEdgeClient = class
inherit ServiceClient<LiveVideoAnalyticsEdgeClient>
interface ILiveVideoAnalyticsEdgeClient
interface IDisposable
Public Class LiveVideoAnalyticsEdgeClient
Inherits ServiceClient(Of LiveVideoAnalyticsEdgeClient)
Implements IDisposable, ILiveVideoAnalyticsEdgeClient
Inheritance
LiveVideoAnalyticsEdgeClient
Implements
Properties
Methods
GraphInstanceActivateWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GraphInstanceDeactivateWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GraphInstanceDeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GraphInstanceGetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GraphInstanceListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
GraphInstanceSetWithHttpMessagesAsync(MediaGraphInstance, Dictionary<String,List<String>>, CancellationToken)
GraphTopologyDeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GraphTopologyGetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GraphTopologyListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
GraphTopologySetWithHttpMessagesAsync(MediaGraphTopology, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
GraphInstanceActivate(ILiveVideoAnalyticsEdgeClient, String)
GraphInstanceActivateAsync(ILiveVideoAnalyticsEdgeClient, String, CancellationToken)
GraphInstanceDeactivate(ILiveVideoAnalyticsEdgeClient, String)
GraphInstanceDeactivateAsync(ILiveVideoAnalyticsEdgeClient, String, CancellationToken)
GraphInstanceDelete(ILiveVideoAnalyticsEdgeClient, String)
GraphInstanceDeleteAsync(ILiveVideoAnalyticsEdgeClient, String, CancellationToken)
GraphInstanceGet(ILiveVideoAnalyticsEdgeClient, String)
GraphInstanceGetAsync(ILiveVideoAnalyticsEdgeClient, String, CancellationToken)
GraphInstanceList(ILiveVideoAnalyticsEdgeClient)
GraphInstanceListAsync(ILiveVideoAnalyticsEdgeClient, CancellationToken)
GraphInstanceSet(ILiveVideoAnalyticsEdgeClient, MediaGraphInstance)
GraphInstanceSetAsync(ILiveVideoAnalyticsEdgeClient, MediaGraphInstance, CancellationToken)
GraphTopologyDelete(ILiveVideoAnalyticsEdgeClient, String)
GraphTopologyDeleteAsync(ILiveVideoAnalyticsEdgeClient, String, CancellationToken)
GraphTopologyGet(ILiveVideoAnalyticsEdgeClient, String)
GraphTopologyGetAsync(ILiveVideoAnalyticsEdgeClient, String, CancellationToken)
GraphTopologyList(ILiveVideoAnalyticsEdgeClient)
GraphTopologyListAsync(ILiveVideoAnalyticsEdgeClient, CancellationToken)
GraphTopologySet(ILiveVideoAnalyticsEdgeClient, MediaGraphTopology)
GraphTopologySetAsync(ILiveVideoAnalyticsEdgeClient, MediaGraphTopology, CancellationToken)