IConfigurationSetting.ActionAfterReboot 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.
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 ActionAfterReboot { 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.ActionAfterReboot : string
Public ReadOnly Property ActionAfterReboot As String
Property Value
- Attributes