PrivateEndpointConnectionProperties クラス
プライベート エンドポイント接続のプロパティ。
Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。
- 継承
-
PrivateEndpointConnectionProperties
コンストラクター
PrivateEndpointConnectionProperties(*, private_link_service_connection_state: PrivateLinkServiceConnectionState, private_endpoint: PrivateEndpoint | None = None, **kwargs)
パラメーター
- private_endpoint
- PrivateEndpoint
プライベート エンドポイント接続のプライベート エンドポイント プロパティ。
- private_link_service_connection_state
- PrivateLinkServiceConnectionState
必須。 プライベート エンドポイント接続の現在の状態。
変数
- private_endpoint
- PrivateEndpoint
プライベート エンドポイント接続のプライベート エンドポイント プロパティ。
- private_link_service_connection_state
- PrivateLinkServiceConnectionState
必須。 プライベート エンドポイント接続の現在の状態。
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python