Out Class
An interface to set function output parameters.
- Inheritance
-
OutOut
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
|
|
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python