Share via


IGuestConfigurationAssignment.GuestConfigurationKind Property

Definition

Kind of the guest configuration. For example:DSC

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

Property Value

Attributes

Applies to