IpFilterActionType Enum

Definition

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

Accept 1

If an Ip is matched, the connection is allowed.

Reject 0

If an Ip is matched, the Ip is rejected from connecting to the service.

Applies to