Share via


BootstrapProtocol Struct

Definition

The type of bootstrap protocol used.

public readonly struct BootstrapProtocol : IEquatable<Azure.ResourceManager.NetworkCloud.Models.BootstrapProtocol>
type BootstrapProtocol = struct
Public Structure BootstrapProtocol
Implements IEquatable(Of BootstrapProtocol)
Inheritance
BootstrapProtocol
Implements

Constructors

BootstrapProtocol(String)

Initializes a new instance of BootstrapProtocol.

Properties

Pxe

PXE.

Methods

Equals(BootstrapProtocol)

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(BootstrapProtocol, BootstrapProtocol)

Determines if two BootstrapProtocol values are the same.

Implicit(String to BootstrapProtocol)

Converts a string to a BootstrapProtocol.

Inequality(BootstrapProtocol, BootstrapProtocol)

Determines if two BootstrapProtocol values are not the same.

Applies to