Share via


ManagedCluster.ApiServerAccessProfileAuthorizedIPRange Property

Definition

IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see API server authorized IP ranges.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)]
public string[] ApiServerAccessProfileAuthorizedIPRange { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)>]
member this.ApiServerAccessProfileAuthorizedIPRange : string[] with get, set
Public Property ApiServerAccessProfileAuthorizedIPRange As String()

Property Value

String[]

Implements

Attributes

Applies to