WindowsSetupAdditionalInformationPassName 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.
The WindowsSetupAdditionalInformation_passName.
public readonly struct WindowsSetupAdditionalInformationPassName : IEquatable<Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationPassName>
type WindowsSetupAdditionalInformationPassName = struct
Public Structure WindowsSetupAdditionalInformationPassName
Implements IEquatable(Of WindowsSetupAdditionalInformationPassName)
- Inheritance
-
WindowsSetupAdditionalInformationPassName
- Implements
Constructors
| Name | Description |
|---|---|
| WindowsSetupAdditionalInformationPassName(String) |
Initializes a new instance of WindowsSetupAdditionalInformationPassName. |
Properties
| Name | Description |
|---|---|
| OobeSystem |
OobeSystem. |
Methods
| Name | Description |
|---|---|
| Equals(WindowsSetupAdditionalInformationPassName) |
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(WindowsSetupAdditionalInformationPassName, WindowsSetupAdditionalInformationPassName) |
Determines if two WindowsSetupAdditionalInformationPassName values are the same. |
| Implicit(String to WindowsSetupAdditionalInformationPassName) |
Converts a String to a WindowsSetupAdditionalInformationPassName. |
| Inequality(WindowsSetupAdditionalInformationPassName, WindowsSetupAdditionalInformationPassName) |
Determines if two WindowsSetupAdditionalInformationPassName values are not the same. |