PollingMethod Klas
ABC-klasse voor pollingmethode.
- Overname
-
PollingMethod
Constructor
PollingMethod()
Methoden
finished | |
from_continuation_token | |
get_continuation_token | |
initialize | |
resource | |
run | |
status |
finished
finished() -> bool
from_continuation_token
from_continuation_token(continuation_token: str, **kwargs: Any) -> Tuple[Any, Any, Any]
Parameters
Name | Description |
---|---|
continuation_token
Vereist
|
|
get_continuation_token
get_continuation_token() -> str
initialize
initialize(client: Any, initial_response: Any, deserialization_callback: Any) -> None
Parameters
Name | Description |
---|---|
client
Vereist
|
|
initial_response
Vereist
|
|
deserialization_callback
Vereist
|
|
resource
resource() -> PollingReturnType_co
run
run() -> None
status
status() -> str
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python