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