PrivateEndpointConnectionsOperations クラス
警告
このクラスを直接インスタンス化しないでください。
代わりに、次の操作にアクセスする必要があります。
CognitiveServicesManagementClient's
<xref:private_endpoint_connections> 属性を使用する。
- 継承
-
builtins.objectPrivateEndpointConnectionsOperations
コンストラクター
PrivateEndpointConnectionsOperations(*args, **kwargs)
メソッド
begin_create_or_update |
Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
begin_delete |
Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。 |
get |
Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。 |
list |
Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続を取得します。 |
begin_create_or_update
Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。
async begin_create_or_update(resource_group_name: str, account_name: str, private_endpoint_connection_name: str, properties: _models.PrivateEndpointConnection, *, content_type: str = 'application/json', **kwargs: Any) -> AsyncLROPoller[_models.PrivateEndpointConnection]
パラメーター
- properties
- PrivateEndpointConnection または IO
プライベート エンドポイント接続プロパティ。 PrivateEndpointConnection 型または IO 型のいずれかです。 必須。
- content_type
- str
Body Parameter content-type。 既知の値は、'application/json' です。 既定値は [なし] です。
- cls
- callable
直接応答が渡されるカスタム型または関数
- continuation_token
- str
保存された状態からポーリングを再開するための継続トークン。
- polling
- bool または AsyncPollingMethod
既定では、ポーリング メソッドは AsyncARMPolling になります。 この操作に対して False を渡してポーリングを行わないか、個人のポーリング戦略のために独自に初期化されたポーリング オブジェクトを渡します。
- polling_interval
- int
Retry-After ヘッダーがない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
戻り値
PrivateEndpointConnection または cls(response) の結果を返す AsyncLROPoller のインスタンス
の戻り値の型 :
例外
begin_delete
Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を削除します。
async begin_delete(resource_group_name: str, account_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> AsyncLROPoller[None]
パラメーター
- cls
- callable
直接応答が渡されるカスタム型または関数
- continuation_token
- str
保存された状態からポーリングを再開するための継続トークン。
- polling
- bool または AsyncPollingMethod
既定では、ポーリング メソッドは AsyncARMPolling になります。 この操作に対して False を渡してポーリングを行わないか、個人のポーリング戦略のために独自に初期化されたポーリング オブジェクトを渡します。
- polling_interval
- int
Retry-After ヘッダーがない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
戻り値
None または cls(response) の結果を返す AsyncLROPoller のインスタンス
の戻り値の型 :
例外
get
Cognitive Services アカウントに関連付けられている指定されたプライベート エンドポイント接続を取得します。
async get(resource_group_name: str, account_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> PrivateEndpointConnection
パラメーター
- cls
- callable
直接応答が渡されるカスタム型または関数
戻り値
PrivateEndpointConnection または cls(response) の結果
の戻り値の型 :
例外
list
Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続を取得します。
async list(resource_group_name: str, account_name: str, **kwargs: Any) -> PrivateEndpointConnectionListResult
パラメーター
- cls
- callable
直接応答が渡されるカスタム型または関数
戻り値
PrivateEndpointConnectionListResult または cls(response) の結果
の戻り値の型 :
例外
属性
models
models = <module 'azure.mgmt.cognitiveservices.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\cognitiveservices\\models\\__init__.py'>
Azure SDK for Python