IOutboundEnvironmentEndpoint.Endpoint Property
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.
The endpoints that AKS agent nodes connect to
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The endpoints that AKS agent nodes connect to", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IEndpointDependency[] Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The endpoints that AKS agent nodes connect to", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IEndpointDependency) }, ReadOnly=false, Required=false, SerializedName="endpoints")>]
member this.Endpoint : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IEndpointDependency[] with get, set
Public Property Endpoint As IEndpointDependency()
Property Value
- Attributes