Compartilhar via


IManagedClusterLoadBalancerProfile.BackendPoolType Property

Definition

The type of the managed inbound Load Balancer BackendPool.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "NodeIPConfiguration", "NodeIP" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The type of the managed inbound Load Balancer BackendPool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="backendPoolType", Update=true)]
public string BackendPoolType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "NodeIPConfiguration", "NodeIP" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The type of the managed inbound Load Balancer BackendPool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="backendPoolType", Update=true)>]
member this.BackendPoolType : string with get, set
Public Property BackendPoolType As String

Property Value

Attributes

Applies to