Share via


IVnetConfiguration.Internal Property

Definition

Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="internal", Update=false)]
public bool? Internal { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="internal", Update=false)>]
member this.Internal : Nullable<bool> with get, set
Public Property Internal As Nullable(Of Boolean)

Property Value

Attributes

Applies to