ServiceNetworkingIPAccessRuleAction 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.
Action of Ip Access Rule.
public readonly struct ServiceNetworkingIPAccessRuleAction : IEquatable<Azure.ResourceManager.ServiceNetworking.Models.ServiceNetworkingIPAccessRuleAction>
type ServiceNetworkingIPAccessRuleAction = struct
Public Structure ServiceNetworkingIPAccessRuleAction
Implements IEquatable(Of ServiceNetworkingIPAccessRuleAction)
- Inheritance
-
ServiceNetworkingIPAccessRuleAction
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceNetworkingIPAccessRuleAction(String) |
Initializes a new instance of ServiceNetworkingIPAccessRuleAction. |
Properties
| Name | Description |
|---|---|
| Allow |
Allow Source Ip Prefixes. |
| Deny |
Deny Source Ip Prefixes. |
Methods
| Name | Description |
|---|---|
| Equals(ServiceNetworkingIPAccessRuleAction) |
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(ServiceNetworkingIPAccessRuleAction, ServiceNetworkingIPAccessRuleAction) |
Determines if two ServiceNetworkingIPAccessRuleAction values are the same. |
| Implicit(String to Nullable<ServiceNetworkingIPAccessRuleAction>) | |
| Implicit(String to ServiceNetworkingIPAccessRuleAction) |
Converts a string to a ServiceNetworkingIPAccessRuleAction. |
| Inequality(ServiceNetworkingIPAccessRuleAction, ServiceNetworkingIPAccessRuleAction) |
Determines if two ServiceNetworkingIPAccessRuleAction values are not the same. |