PassName Struct

Definition

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

PassName(String)

Initializes a new instance of PassName.

Properties

OobeSystem

OobeSystem.

Methods

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

Equality(PassName, PassName)

Determines if two PassName values are the same.

Implicit(String to PassName)

Converts a string to a PassName.

Inequality(PassName, PassName)

Determines if two PassName values are not the same.

Applies to