共用方式為


OutboundEnvironmentEndpoint Constructors

Definition

Overloads

OutboundEnvironmentEndpoint()

Initializes a new instance of the OutboundEnvironmentEndpoint class.

OutboundEnvironmentEndpoint(String, IList<EndpointDependency>)

Initializes a new instance of the OutboundEnvironmentEndpoint class.

OutboundEnvironmentEndpoint()

Initializes a new instance of the OutboundEnvironmentEndpoint class.

public OutboundEnvironmentEndpoint ();
Public Sub New ()

Applies to

OutboundEnvironmentEndpoint(String, IList<EndpointDependency>)

Initializes a new instance of the OutboundEnvironmentEndpoint class.

public OutboundEnvironmentEndpoint (string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.EndpointDependency> endpoints = default);
new Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.EndpointDependency> -> Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint
Public Sub New (Optional category As String = Nothing, Optional endpoints As IList(Of EndpointDependency) = Nothing)

Parameters

category
String

The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.

endpoints
IList<EndpointDependency>

The endpoints that the App Service Environment reaches the service at.

Applies to