Share via


IGuestConfigurationNavigation.Kind Property

Definition

Kind of the guest configuration. For example:DSC

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Kind of the guest configuration. For example:DSC", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.Kind) }, ReadOnly=false, Required=false, SerializedName="kind")]
public Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.Kind? Kind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Kind of the guest configuration. For example:DSC", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.Kind) }, ReadOnly=false, Required=false, SerializedName="kind")>]
member this.Kind : Nullable<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.Kind> with get, set
Public Property Kind As Nullable(Of Kind)

Property Value

Attributes

Applies to