Out Class
An interface to set function output parameters.
Constructor
Out()
Methods
get |
Get the value of the output parameter. |
set |
Set the value of the output parameter. |
get
Get the value of the output parameter.
abstract get() -> T
set
Set the value of the output parameter.
abstract set(val: T) -> None
Parameters
Name | Description |
---|---|
val
Required
|
|
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python