NetworkFabricRuleCondition 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.
Specify Rule condition.
public readonly struct NetworkFabricRuleCondition : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricRuleCondition>
type NetworkFabricRuleCondition = struct
Public Structure NetworkFabricRuleCondition
Implements IEquatable(Of NetworkFabricRuleCondition)
- Inheritance
-
NetworkFabricRuleCondition
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricRuleCondition(String) |
Initializes a new instance of NetworkFabricRuleCondition. |
Properties
| Name | Description |
|---|---|
| And |
And Rule-Condition. |
| Or |
Or Rule-Condition. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkFabricRuleCondition) |
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(NetworkFabricRuleCondition, NetworkFabricRuleCondition) |
Determines if two NetworkFabricRuleCondition values are the same. |
| Implicit(String to NetworkFabricRuleCondition) |
Converts a String to a NetworkFabricRuleCondition. |
| Inequality(NetworkFabricRuleCondition, NetworkFabricRuleCondition) |
Determines if two NetworkFabricRuleCondition values are not the same. |