IVirtualIPMapping.InUse Property

Definition

Is virtual IP mapping in use.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Is virtual IP mapping in use.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="inUse", Update=true)]
public bool? InUse { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Is virtual IP mapping in use.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="inUse", Update=true)>]
member this.InUse : Nullable<bool> with get, set
Public Property InUse As Nullable(Of Boolean)

Property Value

Attributes

Applies to