Share via


ActionAfterReboot Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ActionAfterRebootTypeConverter))]
public struct ActionAfterReboot : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ActionAfterReboot>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ActionAfterRebootTypeConverter))>]
type ActionAfterReboot = struct
    interface IArgumentCompleter
Public Structure ActionAfterReboot
Implements IArgumentCompleter, IEquatable(Of ActionAfterReboot)
Inheritance
ActionAfterReboot
Attributes
Implements

Fields

Name Description
ContinueConfiguration
StopConfiguration

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ActionAfterReboot)

Compares values of enum type ActionAfterReboot

Equals(Object)

Compares values of enum type ActionAfterReboot (override for Object)

GetHashCode()

Returns hashCode for enum ActionAfterReboot

ToString()

Returns string representation for ActionAfterReboot

Operators

Name Description
Equality(ActionAfterReboot, ActionAfterReboot)

Overriding == operator for enum ActionAfterReboot

Implicit(ActionAfterReboot to String)

Implicit operator to convert ActionAfterReboot to string

Implicit(String to ActionAfterReboot)

Implicit operator to convert string to ActionAfterReboot

Inequality(ActionAfterReboot, ActionAfterReboot)

Overriding != operator for enum ActionAfterReboot

Applies to