AgentPool.NetworkProfile Property

Definition

Gets or sets network-related settings of an agent pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.networkProfile")]
public Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile NetworkProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkProfile")>]
member this.NetworkProfile : Microsoft.Azure.Management.ContainerService.Models.AgentPoolNetworkProfile with get, set
Public Property NetworkProfile As AgentPoolNetworkProfile

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to