MethodRequest Class
Base class for direct method calls.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: LivePipelineSetRequestBody, MethodRequestEmptyBodyBase, PipelineTopologySetRequestBody, RemoteDeviceAdapterSetRequestBody, LivePipelineListRequest, LivePipelineSetRequest, OnvifDeviceDiscoverRequest, OnvifDeviceGetRequest, PipelineTopologyListRequest, PipelineTopologySetRequest, RemoteDeviceAdapterListRequest, RemoteDeviceAdapterSetRequest.
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
-
MethodRequest
Constructor
MethodRequest(*, api_version: Optional[str] = '1.1', **kwargs)
Variables
- method_name
- str
Required. Direct method method name.Constant filled by server.
- api_version
- str
Video Analyzer API version. The only acceptable values to pass in are None and "1.1". The default value is "1.1".
Feedback
Submit and view feedback for