MediaGraphInstanceSetRequest Class

Represents the MediaGraphInstanceSetRequest.

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.MethodRequest
MediaGraphInstanceSetRequest

Constructor

MediaGraphInstanceSetRequest(*, instance: azure.media.analyticsedge._generated.models._models_py3.MediaGraphInstance, **kwargs)

Parameters

instance
<xref:azure.media.analyticsedge.models.MediaGraphInstance>
Required

Required. Represents an instance of a media graph.

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

keep_readonly
bool
Required

If you want to serialize the readonly attributes

Returns

A dict JSON compatible object

Return type

Attributes

api_version

api_version = '2.0'