MethodRequest Class
Represents a request to invoke a direct method.
Initializer for a MethodRequest.
- Inheritance
-
builtins.objectMethodRequest
Constructor
MethodRequest(request_id, name, payload)
Parameters
Name | Description |
---|---|
request_id
Required
|
The request id. |
name
Required
|
The name of the method to be invoked |
payload
Required
|
The JSON payload being sent with the request. |
Variables
Name | Description |
---|---|
request_id
|
The request id. |
name
|
The name of the method to be invoked. |
payload
|
The JSON payload being sent with the request. |
Attributes
name
payload
request_id
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python