ActionAfterReboot Struct
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.
public readonly struct ActionAfterReboot : IEquatable<Azure.ResourceManager.GuestConfiguration.Models.ActionAfterReboot>
type ActionAfterReboot = struct
Public Structure ActionAfterReboot
Implements IEquatable(Of ActionAfterReboot)
- Inheritance
-
ActionAfterReboot
- Implements
Constructors
| Name | Description |
|---|---|
| ActionAfterReboot(String) |
Initializes a new instance of ActionAfterReboot. |
Properties
| Name | Description |
|---|---|
| ContinueConfiguration |
ContinueConfiguration. |
| StopConfiguration |
StopConfiguration. |
Methods
| Name | Description |
|---|---|
| Equals(ActionAfterReboot) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ActionAfterReboot, ActionAfterReboot) |
Determines if two ActionAfterReboot values are the same. |
| Implicit(String to ActionAfterReboot) |
Converts a String to a ActionAfterReboot. |
| Inequality(ActionAfterReboot, ActionAfterReboot) |
Determines if two ActionAfterReboot values are not the same. |