NetworkFabricAdministrativeState 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.
State defined to represent administrative actions or post actions on a particular resource.
public readonly struct NetworkFabricAdministrativeState : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState>
type NetworkFabricAdministrativeState = struct
Public Structure NetworkFabricAdministrativeState
Implements IEquatable(Of NetworkFabricAdministrativeState)
- Inheritance
-
NetworkFabricAdministrativeState
- Implements
Constructors
NetworkFabricAdministrativeState(String) |
Initializes a new instance of NetworkFabricAdministrativeState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Mat |
MAT. |
Rma |
RMA. |
Methods
Equals(NetworkFabricAdministrativeState) |
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(NetworkFabricAdministrativeState, NetworkFabricAdministrativeState) |
Determines if two NetworkFabricAdministrativeState values are the same. |
Implicit(String to NetworkFabricAdministrativeState) |
Converts a string to a NetworkFabricAdministrativeState. |
Inequality(NetworkFabricAdministrativeState, NetworkFabricAdministrativeState) |
Determines if two NetworkFabricAdministrativeState values are not the same. |
Applies to
Azure SDK for .NET