PassName 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 pass name. Currently, the only allowable value is OobeSystem.
public readonly struct PassName : IEquatable<Azure.ResourceManager.Compute.Models.PassName>
type PassName = struct
Public Structure PassName
Implements IEquatable(Of PassName)
- Inheritance
-
PassName
- Implements
Constructors
| Name | Description |
|---|---|
| PassName(String) |
Initializes a new instance of PassName. |
Properties
| Name | Description |
|---|---|
| OobeSystem |
Gets the OobeSystem. |
Methods
| Name | Description |
|---|---|
| Equals(PassName) |
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(PassName, PassName) |
Determines if two PassName values are the same. |
| Implicit(String to Nullable<PassName>) | |
| Implicit(String to PassName) |
Converts a string to a PassName. |
| Inequality(PassName, PassName) |
Determines if two PassName values are not the same. |