IStampCapacity.IsLinux Property

Definition

Is this a linux stamp capacity

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Is this a linux stamp capacity", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isLinux", Update=true)]
public bool? IsLinux { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Is this a linux stamp capacity", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isLinux", Update=true)>]
member this.IsLinux : Nullable<bool> with get, set
Public Property IsLinux As Nullable(Of Boolean)

Property Value

Attributes

Applies to