IpFilterActionType Enum
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.
Represent the type of action the ip that match the IpFilter is applied to.
[System.Runtime.Serialization.DataContract(Name="IpFilterActionType", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public enum IpFilterActionType
[<System.Runtime.Serialization.DataContract(Name="IpFilterActionType", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type IpFilterActionType =
Public Enum IpFilterActionType
- Inheritance
-
IpFilterActionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Reject | 0 | If an Ip is matched, the Ip is rejected from connecting to the service. |
Accept | 1 | If an Ip is matched, the connection is allowed. |