IVnetInfo.IsSwift Property

Definition

Flag that is used to denote if this is VNET injection

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Flag that is used to denote if this is VNET injection", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isSwift", Update=true)]
public bool? IsSwift { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Flag that is used to denote if this is VNET injection", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isSwift", Update=true)>]
member this.IsSwift : Nullable<bool> with get, set
Public Property IsSwift As Nullable(Of Boolean)

Property Value

Attributes

Applies to