OutboundEnvironmentEndpoint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
OutboundEnvironmentEndpoint() |
初始化 OutboundEnvironmentEndpoint 類別的新實例。 |
OutboundEnvironmentEndpoint(String, IList<EndpointDependency>) |
初始化 OutboundEnvironmentEndpoint 類別的新實例。 |
OutboundEnvironmentEndpoint()
初始化 OutboundEnvironmentEndpoint 類別的新實例。
public OutboundEnvironmentEndpoint ();
Public Sub New ()
適用於
OutboundEnvironmentEndpoint(String, IList<EndpointDependency>)
初始化 OutboundEnvironmentEndpoint 類別的新實例。
public OutboundEnvironmentEndpoint (string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.EndpointDependency> endpoints = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.EndpointDependency> -> Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint
Public Sub New (Optional category As String = Nothing, Optional endpoints As IList(Of EndpointDependency) = Nothing)
參數
- category
- String
App Service 環境存取的服務類型,例如 Azure 儲存體、Azure SQL資料庫和 Azure Active Directory。
- endpoints
- IList<EndpointDependency>
App Service 環境到達服務的端點。