Share via


IGuestConfigurationAssignment.GuestConfigurationKind 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? GuestConfigurationKind { 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.GuestConfigurationKind : Nullable<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.Kind> with get, set
Public Property GuestConfigurationKind As Nullable(Of Kind)

Property Value

Attributes

Applies to