Freigeben über


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

Name Description
NetworkDeviceAdministrativeState(String)

Initializes a new instance of NetworkDeviceAdministrativeState.

Properties

Name Description
GracefulQuarantine

GracefulQuarantine.

Quarantine

Quarantine.

Resync

Resync.

Rma

RMA.

Methods

Name Description
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

Name Description
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