PollingMethod Sınıf

Yoklama yöntemi için ABC sınıfı.

Devralma
PollingMethod

Oluşturucu

PollingMethod()

Yöntemler

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]

Parametreler

Name Description
continuation_token
Gerekli

get_continuation_token

get_continuation_token() -> str

initialize

initialize(client: Any, initial_response: Any, deserialization_callback: Any) -> None

Parametreler

Name Description
client
Gerekli
initial_response
Gerekli
deserialization_callback
Gerekli

resource

resource() -> PollingReturnType_co

run

run() -> None

status

status() -> str