Condividi tramite


IManagedClusterLoadBalancerProfileOutboundIPs.PublicIP Property

Definition

A list of public IP resources.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="A list of public IP resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IResourceReference) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicIPs", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IResourceReference> PublicIP { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="A list of public IP resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IResourceReference) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicIPs", Update=true)>]
member this.PublicIP : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IResourceReference> with get, set
Public Property PublicIP As List(Of IResourceReference)

Property Value

Attributes

Applies to