Share via


IHostEntity.OSFamily Property

Definition

The operating system type.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The operating system type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OSFamily) }, ReadOnly=false, Required=false, SerializedName="osFamily")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OSFamily? OSFamily { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The operating system type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OSFamily) }, ReadOnly=false, Required=false, SerializedName="osFamily")>]
member this.OSFamily : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.OSFamily> with get, set
Public Property OSFamily As Nullable(Of OSFamily)

Property Value

Attributes

Applies to