OutboundEnvironmentEndpoint クラス
App Service Environmentが送信ネットワーク アクセスを必要とする一般的な目的でアクセスされるエンドポイント。
- 継承
-
azure.mgmt.web._serialization.ModelOutboundEnvironmentEndpoint
コンストラクター
OutboundEnvironmentEndpoint(*, category: str | None = None, endpoints: List[_models.EndpointDependency] | None = None, **kwargs: Any)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
category
|
App Service Environmentによってアクセスされるサービスの種類 (Azure Storage、Azure SQL Database、Azure Active Directory など)。 |
endpoints
|
App Service Environmentがサービスに到達するエンドポイント。 |
変数
名前 | 説明 |
---|---|
category
|
App Service Environmentによってアクセスされるサービスの種類 (Azure Storage、Azure SQL Database、Azure Active Directory など)。 |
endpoints
|
App Service Environmentがサービスに到達するエンドポイント。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python