AllowRule Constructors
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.
Overloads
AllowRule() |
Initializes a new instance of the AllowRule class. |
AllowRule(String, AllowRuleClaimType, String, IEnumerable<AccessRights>) |
Initializes a new instance of the AllowRule class with the specified parameters. |
AllowRule(String, String, String, IEnumerable<AccessRights>) |
Initializes a new instance of AllowRule class. |
AllowRule()
Initializes a new instance of the AllowRule class.
public AllowRule ();
Public Sub New ()
Applies to
AllowRule(String, AllowRuleClaimType, String, IEnumerable<AccessRights>)
Initializes a new instance of the AllowRule class with the specified parameters.
public AllowRule (string issuerName, Microsoft.ServiceBus.Messaging.AllowRuleClaimType claimType, string claimValue, System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.AccessRights> rights);
new Microsoft.ServiceBus.Messaging.AllowRule : string * Microsoft.ServiceBus.Messaging.AllowRuleClaimType * string * seq<Microsoft.ServiceBus.Messaging.AccessRights> -> Microsoft.ServiceBus.Messaging.AllowRule
Public Sub New (issuerName As String, claimType As AllowRuleClaimType, claimValue As String, rights As IEnumerable(Of AccessRights))
Parameters
- issuerName
- String
The IssuerName name of the claim issuer.
- claimType
- AllowRuleClaimType
The ClaimType type of the claim.
- claimValue
- String
The ClaimValue value of the claim.
- rights
- IEnumerable<AccessRights>
The list of possible Rights.
Applies to
AllowRule(String, String, String, IEnumerable<AccessRights>)
Initializes a new instance of AllowRule class.
public AllowRule (string issuerName, string claimType, string claimValue, System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.AccessRights> rights);
new Microsoft.ServiceBus.Messaging.AllowRule : string * string * string * seq<Microsoft.ServiceBus.Messaging.AccessRights> -> Microsoft.ServiceBus.Messaging.AllowRule
Public Sub New (issuerName As String, claimType As String, claimValue As String, rights As IEnumerable(Of AccessRights))
Parameters
- issuerName
- String
The IssuerName name of the claim issuer.
- claimValue
- String
The ClaimValue value of the claim.
- rights
- IEnumerable<AccessRights>
The list of possible Rights.
Applies to
Azure SDK for .NET