MediaGraphTopologySetRequest Class
Represents the MediaGraphTopologySetRequest.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.media.analyticsedge._generated.models._models_py3.MethodRequestMediaGraphTopologySetRequest
Constructor
MediaGraphTopologySetRequest(*, graph: azure.media.analyticsedge._generated.models._models_py3.MediaGraphTopology, **kwargs)
Parameters
- graph
- <xref:azure.media.analyticsedge.models.MediaGraphTopology>
Required. The definition of a media graph topology.
Variables
- method_name
- str
Required. method name.Constant filled by server.
- api_version
- str
api version. Default value: "2.0".
Methods
| serialize |
Return the JSON that would be sent to azure from this model. This is an alias to as_dict(full_restapi_key_transformer, keep_readonly=False). If you want XML serialization, you can pass the kwargs is_xml=True. |
serialize
Return the JSON that would be sent to azure from this model.
This is an alias to as_dict(full_restapi_key_transformer, keep_readonly=False).
If you want XML serialization, you can pass the kwargs is_xml=True.
serialize()
Parameters
Returns
A dict JSON compatible object
Return type
Attributes
api_version
api_version = '2.0'
Feedback
Submit and view feedback for