AdministrativeEnableState 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 AdministrativeEnableState : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.AdministrativeEnableState>
type AdministrativeEnableState = struct
Public Structure AdministrativeEnableState
Implements IEquatable(Of AdministrativeEnableState)
- Inheritance
-
AdministrativeEnableState
- Implements
Constructors
AdministrativeEnableState(String) |
Initializes a new instance of AdministrativeEnableState. |
Properties
Disable |
Disable. |
Enable |
Enable. |
Methods
Equals(AdministrativeEnableState) |
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(AdministrativeEnableState, AdministrativeEnableState) |
Determines if two AdministrativeEnableState values are the same. |
Implicit(String to AdministrativeEnableState) |
Converts a string to a AdministrativeEnableState. |
Inequality(AdministrativeEnableState, AdministrativeEnableState) |
Determines if two AdministrativeEnableState values are not the same. |
Applies to
Azure SDK for .NET