MethodRequest Class
Represents a request to invoke a direct method.
Initializer for a MethodRequest.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python