NetworkingRuleAction 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.
The action enum for networking rule.
public readonly struct NetworkingRuleAction : IEquatable<Azure.ResourceManager.MachineLearning.Models.NetworkingRuleAction>
type NetworkingRuleAction = struct
Public Structure NetworkingRuleAction
Implements IEquatable(Of NetworkingRuleAction)
- Inheritance
-
NetworkingRuleAction
- Implements
Constructors
NetworkingRuleAction(String) |
Initializes a new instance of NetworkingRuleAction. |
Properties
Allow |
Allow. |
Deny |
Deny. |
Methods
Equals(NetworkingRuleAction) |
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(NetworkingRuleAction, NetworkingRuleAction) |
Determines if two NetworkingRuleAction values are the same. |
Implicit(String to NetworkingRuleAction) |
Converts a string to a NetworkingRuleAction. |
Inequality(NetworkingRuleAction, NetworkingRuleAction) |
Determines if two NetworkingRuleAction values are not the same. |
Applies to
Azure SDK for .NET