NetworkFabricLockAction 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.
Network fabric lock action.
public readonly struct NetworkFabricLockAction : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricLockAction>
type NetworkFabricLockAction = struct
Public Structure NetworkFabricLockAction
Implements IEquatable(Of NetworkFabricLockAction)
- Inheritance
-
NetworkFabricLockAction
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricLockAction(String) |
Initializes a new instance of NetworkFabricLockAction. |
Properties
| Name | Description |
|---|---|
| Lock |
Perform lock operation. |
| Unlock |
Perform unlock operation. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkFabricLockAction) |
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(NetworkFabricLockAction, NetworkFabricLockAction) |
Determines if two NetworkFabricLockAction values are the same. |
| Implicit(String to NetworkFabricLockAction) |
Converts a String to a NetworkFabricLockAction. |
| Inequality(NetworkFabricLockAction, NetworkFabricLockAction) |
Determines if two NetworkFabricLockAction values are not the same. |