Share via


ManagedClusterAPIServerAccessProfile.AuthorizedIPRanges Property

Definition

Gets or sets authorized IP Ranges to kubernetes API server.

[Newtonsoft.Json.JsonProperty(PropertyName="authorizedIPRanges")]
public System.Collections.Generic.IList<string> AuthorizedIPRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authorizedIPRanges")>]
member this.AuthorizedIPRanges : System.Collections.Generic.IList<string> with get, set
Public Property AuthorizedIPRanges As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to