MediaGraphInstance Class

Represents an instance of a media graph.

All required parameters must be populated in order to send to Azure.

Inheritance
MediaGraphInstance

Constructor

MediaGraphInstance(*, name: str, system_data: Optional[azure.media.analyticsedge._generated.models._models_py3.MediaGraphSystemData] = None, properties: Optional[azure.media.analyticsedge._generated.models._models_py3.MediaGraphInstanceProperties] = None, **kwargs)

Parameters

name
str
Required

Required. The identifier for the media graph instance.

system_data
<xref:azure.media.analyticsedge.models.MediaGraphSystemData>
Required

The system data for a resource. This is used by both topologies and instances.

properties
<xref:azure.media.analyticsedge.models.MediaGraphInstanceProperties>
Required

Properties of a media graph instance.