DataBoxEdgeNetworkAdapterDhcpStatus Struct

Definition

Value indicating whether this adapter has DHCP enabled.

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

Constructors

DataBoxEdgeNetworkAdapterDhcpStatus(String)

Initializes a new instance of DataBoxEdgeNetworkAdapterDhcpStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DataBoxEdgeNetworkAdapterDhcpStatus)

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

Determines if two DataBoxEdgeNetworkAdapterDhcpStatus values are the same.

Implicit(String to DataBoxEdgeNetworkAdapterDhcpStatus)

Converts a string to a DataBoxEdgeNetworkAdapterDhcpStatus.

Inequality(DataBoxEdgeNetworkAdapterDhcpStatus, DataBoxEdgeNetworkAdapterDhcpStatus)

Determines if two DataBoxEdgeNetworkAdapterDhcpStatus values are not the same.

Applies to