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.ContainerService.Models.EndpointDependency> endpoints = default);
new Microsoft.Azure.Management.ContainerService.Models.OutboundEnvironmentEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.EndpointDependency> -> Microsoft.Azure.Management.ContainerService.Models.OutboundEnvironmentEndpoint
Public Sub New (Optional category As String = Nothing, Optional endpoints As IList(Of EndpointDependency) = Nothing)
Parameters
- category
- String
The category of endpoints accessed by the AKS agent node, e.g. azure-resource-management, apiserver, etc.
- endpoints
- IList<EndpointDependency>
The endpoints that AKS agent nodes connect to