NetworkDeviceAdministrativeState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET