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
NetworkFabricValidateAction(String) |
Initializes a new instance of NetworkFabricValidateAction. |
Properties
Cabling |
Cabling. |
Configuration |
Configuration. |
Connectivity |
Connectivity. |
Methods
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
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. |
Applies to
Azure SDK for .NET