NetworkFabricLockConfigurationState 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.
Lock Configuration State.
public readonly struct NetworkFabricLockConfigurationState : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricLockConfigurationState>
type NetworkFabricLockConfigurationState = struct
Public Structure NetworkFabricLockConfigurationState
Implements IEquatable(Of NetworkFabricLockConfigurationState)
- Inheritance
-
NetworkFabricLockConfigurationState
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricLockConfigurationState(String) |
Initializes a new instance of NetworkFabricLockConfigurationState. |
Properties
| Name | Description |
|---|---|
| Disabled |
LockConfigurationState Disabled. |
| Enabled |
LockConfigurationState Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkFabricLockConfigurationState) |
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(NetworkFabricLockConfigurationState, NetworkFabricLockConfigurationState) |
Determines if two NetworkFabricLockConfigurationState values are the same. |
| Implicit(String to NetworkFabricLockConfigurationState) |
Converts a String to a NetworkFabricLockConfigurationState. |
| Inequality(NetworkFabricLockConfigurationState, NetworkFabricLockConfigurationState) |
Determines if two NetworkFabricLockConfigurationState values are not the same. |