Share via


IGuestConfigurationAssignment.ConfigurationSettingActionAfterReboot Property

Definition

Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.PSArgumentCompleter(new System.String[] { "ContinueConfiguration", "StopConfiguration" })]
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="actionAfterReboot", Update=false)]
public string ConfigurationSettingActionAfterReboot { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.PSArgumentCompleter(new System.String[] { "ContinueConfiguration", "StopConfiguration" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="actionAfterReboot", Update=false)>]
member this.ConfigurationSettingActionAfterReboot : string
Public ReadOnly Property ConfigurationSettingActionAfterReboot As String

Property Value

Attributes

Applies to