NetworkAclDefaultAction 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.
Specifies the default action of allow or deny when no other rules match.
public readonly struct NetworkAclDefaultAction : IEquatable<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAclDefaultAction>
type NetworkAclDefaultAction = struct
Public Structure NetworkAclDefaultAction
Implements IEquatable(Of NetworkAclDefaultAction)
- Inheritance
-
NetworkAclDefaultAction
- Implements
Constructors
NetworkAclDefaultAction(String) |
Initializes a new instance of NetworkAclDefaultAction. |
Properties
Allow |
Represents allow action. |
Deny |
Represents deny action. |
Methods
Equals(NetworkAclDefaultAction) |
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(NetworkAclDefaultAction, NetworkAclDefaultAction) |
Determines if two NetworkAclDefaultAction values are the same. |
Implicit(String to NetworkAclDefaultAction) |
Converts a string to a NetworkAclDefaultAction. |
Inequality(NetworkAclDefaultAction, NetworkAclDefaultAction) |
Determines if two NetworkAclDefaultAction values are not the same. |
Applies to
Azure SDK for .NET