EventHubsNetworkRuleSetDefaultAction 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.
Default Action for Network Rule Set.
public readonly struct EventHubsNetworkRuleSetDefaultAction : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsNetworkRuleSetDefaultAction>
type EventHubsNetworkRuleSetDefaultAction = struct
Public Structure EventHubsNetworkRuleSetDefaultAction
Implements IEquatable(Of EventHubsNetworkRuleSetDefaultAction)
- Inheritance
-
EventHubsNetworkRuleSetDefaultAction
- Implements
Constructors
EventHubsNetworkRuleSetDefaultAction(String) |
Initializes a new instance of EventHubsNetworkRuleSetDefaultAction. |
Properties
Allow |
Allow. |
Deny |
Deny. |
Methods
Equals(EventHubsNetworkRuleSetDefaultAction) |
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(EventHubsNetworkRuleSetDefaultAction, EventHubsNetworkRuleSetDefaultAction) |
Determines if two EventHubsNetworkRuleSetDefaultAction values are the same. |
Implicit(String to EventHubsNetworkRuleSetDefaultAction) |
Converts a String to a EventHubsNetworkRuleSetDefaultAction. |
Inequality(EventHubsNetworkRuleSetDefaultAction, EventHubsNetworkRuleSetDefaultAction) |
Determines if two EventHubsNetworkRuleSetDefaultAction values are not the same. |
Applies to
Azure SDK for .NET