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
ActionAfterReboot(String) |
Initializes a new instance of ActionAfterReboot. |
Properties
ContinueConfiguration |
ContinueConfiguration. |
StopConfiguration |
StopConfiguration. |
Methods
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
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. |
Applies to
Azure SDK for .NET