NetworkFabricValidateAction 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.
Validate action that to be performed.
public readonly struct NetworkFabricValidateAction : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricValidateAction>
type NetworkFabricValidateAction = struct
Public Structure NetworkFabricValidateAction
Implements IEquatable(Of NetworkFabricValidateAction)
- Inheritance
-
NetworkFabricValidateAction
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricValidateAction(String) |
Initializes a new instance of NetworkFabricValidateAction. |
Properties
| Name | Description |
|---|---|
| Cabling |
Cabling. |
| Configuration |
Configuration. |
| Connectivity |
Connectivity. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkFabricValidateAction) |
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(NetworkFabricValidateAction, NetworkFabricValidateAction) |
Determines if two NetworkFabricValidateAction values are the same. |
| Implicit(String to NetworkFabricValidateAction) |
Converts a String to a NetworkFabricValidateAction. |
| Inequality(NetworkFabricValidateAction, NetworkFabricValidateAction) |
Determines if two NetworkFabricValidateAction values are not the same. |