Share via


ManagedEnvironmentProperties.VnetConfigurationInternal 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.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)]
public bool? VnetConfigurationInternal { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Inlined)>]
member this.VnetConfigurationInternal : Nullable<bool> with get, set
Public Property VnetConfigurationInternal As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to