Share via


NetworkDeviceAdministrativeState Struct

Definition

Administrative state.

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

Constructors

NetworkDeviceAdministrativeState(String)

Initializes a new instance of NetworkDeviceAdministrativeState.

Properties

GracefulQuarantine

GracefulQuarantine.

Quarantine

Quarantine.

Resync

Resync.

Rma

RMA.

Methods

Equals(NetworkDeviceAdministrativeState)

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

Determines if two NetworkDeviceAdministrativeState values are the same.

Implicit(String to NetworkDeviceAdministrativeState)

Converts a string to a NetworkDeviceAdministrativeState.

Inequality(NetworkDeviceAdministrativeState, NetworkDeviceAdministrativeState)

Determines if two NetworkDeviceAdministrativeState values are not the same.

Applies to