OutboundEnvironmentEndpoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ApiManagement.Models.EndpointDependency> endpoints = default);
new Microsoft.Azure.Management.ApiManagement.Models.OutboundEnvironmentEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.EndpointDependency> -> Microsoft.Azure.Management.ApiManagement.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 Api Management Service, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
- endpoints
- IList<EndpointDependency>
The endpoints that the Api Management Service reaches the service at.
Applies to
Azure SDK for .NET