共用方式為


NodeInfo.IpConfiguration Property

Definition

Gets or sets IP Configuration of the Kubernetes node.

[Newtonsoft.Json.JsonProperty(PropertyName="ipConfiguration")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesIPConfiguration> IpConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipConfiguration")>]
member this.IpConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesIPConfiguration> with get, set
Public Property IpConfiguration As IList(Of KubernetesIPConfiguration)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to