ManagedClusterAgentPoolProfileProperties.GatewayProfile Property

Definition

Gets or sets profile specific to a managed agent pool in Gateway mode. This field cannot be set if agent pool mode is not Gateway.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to