IGuestConfigurationAssignment.GuestConfigurationKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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