PowerOnBootOption 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.
Defines the options for power on boot.
public readonly struct PowerOnBootOption : IEquatable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.PowerOnBootOption>
type PowerOnBootOption = struct
Public Structure PowerOnBootOption
Implements IEquatable(Of PowerOnBootOption)
- Inheritance
-
PowerOnBootOption
- Implements
Constructors
PowerOnBootOption(String) |
Initializes a new instance of PowerOnBootOption. |
Properties
Disabled |
disabled. |
Enabled |
enabled. |
Methods
Equals(PowerOnBootOption) |
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(PowerOnBootOption, PowerOnBootOption) |
Determines if two PowerOnBootOption values are the same. |
Implicit(String to PowerOnBootOption) |
Converts a string to a PowerOnBootOption. |
Inequality(PowerOnBootOption, PowerOnBootOption) |
Determines if two PowerOnBootOption values are not the same. |
Applies to
Azure SDK for .NET