IHostEntity.OSFamily Property

Definition

The operating system type.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Linux", "Windows", "Android", "IOS", "Unknown" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The operating system type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="osFamily", Update=true)]
public string OSFamily { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Linux", "Windows", "Android", "IOS", "Unknown" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The operating system type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="osFamily", Update=true)>]
member this.OSFamily : string with get, set
Public Property OSFamily As String

Property Value

Attributes

Applies to