ILoadBalancer.Address Property

Definition

IP Range

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="IP Range", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="addresses", Update=true)]
public System.Collections.Generic.List<string> Address { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="IP Range", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="addresses", Update=true)>]
member this.Address : System.Collections.Generic.List<string> with get, set
Public Property Address As List(Of String)

Property Value

Attributes

Applies to