RegistrationDefinitionsOperations クラス
RegistrationDefinitionsOperations 非同期操作。
このクラスを直接インスタンス化しないでください。 代わりに、インスタンス化して属性としてアタッチするクライアント インスタンスを作成する必要があります。
- 継承
-
builtins.objectRegistrationDefinitionsOperations
コンストラクター
RegistrationDefinitionsOperations(client, config, serializer, deserializer)
パラメーター
- client
サービス要求のクライアント。
- config
サービス クライアントの構成。
- serializer
オブジェクト モデル シリアライザー。
- deserializer
オブジェクト モデル逆シリアライザー。
変数
- models
この操作グループで使用されるモデル クラスの別名。
メソッド
begin_create_or_update |
登録定義を作成または更新します。 |
delete |
登録定義を削除します。 |
get |
登録定義の詳細を取得します。 |
list |
登録定義の一覧を取得します。 |
begin_create_or_update
登録定義を作成または更新します。
async begin_create_or_update(registration_definition_id: str, scope: str, request_body: RegistrationDefinition, **kwargs) -> AsyncLROPoller[RegistrationDefinition]
パラメーター
- cls
- callable
直接応答に渡されるカスタム型または関数
- continuation_token
- str
保存された状態からポーリングを再開するための継続トークン。
- polling
- bool または AsyncPollingMethod
AsyncARMPolling ポーリング メソッドが必要な場合は True、ポーリングがない場合は False、個人のポーリング戦略では独自に初期化されたポーリング オブジェクトを渡します。
- polling_interval
- int
Retry-After ヘッダーが存在しない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
戻り値
RegistrationDefinition または cls(response) の結果を返す AsyncLROPoller のインスタンス
の戻り値の型 :
例外
delete
登録定義を削除します。
async delete(registration_definition_id: str, scope: str, **kwargs) -> None
パラメーター
- cls
- callable
直接応答に渡されるカスタム型または関数
戻り値
None、または cls(response) の結果
の戻り値の型 :
例外
get
登録定義の詳細を取得します。
async get(scope: str, registration_definition_id: str, **kwargs) -> RegistrationDefinition
パラメーター
- cls
- callable
直接応答に渡されるカスタム型または関数
戻り値
RegistrationDefinition、または cls(response) の結果
の戻り値の型 :
例外
list
登録定義の一覧を取得します。
list(scope: str, **kwargs) -> AsyncIterable[RegistrationDefinitionList]
パラメーター
- cls
- callable
直接応答に渡されるカスタム型または関数
戻り値
RegistrationDefinitionList のインスタンスや cls(response) の結果のような反復子
の戻り値の型 :
例外
属性
models
models = <module 'azure.mgmt.managedservices.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\managedservices\\models\\__init__.py'>
Azure SDK for Python