VirtualNetworkAuthorizationRule Class
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.
[System.Runtime.Serialization.DataContract(Name="VirtualNetworkAuthorizationRule", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class VirtualNetworkAuthorizationRule : Microsoft.ServiceBus.Messaging.AuthorizationRule
[<System.Runtime.Serialization.DataContract(Name="VirtualNetworkAuthorizationRule", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type VirtualNetworkAuthorizationRule = class
inherit AuthorizationRule
Public Class VirtualNetworkAuthorizationRule
Inherits AuthorizationRule
- Inheritance
- Attributes
Constructors
VirtualNetworkAuthorizationRule(String, String, Boolean, String, String) |
Fields
NameIdentifierClaimType |
The name identifier claim rule. (Inherited from AuthorizationRule) |
RoleClaimType |
The role role claim rule. (Inherited from AuthorizationRule) |
RoleRoleClaimType |
The role role claim rule. (Inherited from AuthorizationRule) |
SharedAccessKeyClaimType |
The shared access key claim rule. (Inherited from AuthorizationRule) |
ShortNameIdentifierClaimType |
The short name identifier claim rule. (Inherited from AuthorizationRule) |
ShortUpnClaimType |
The short UPN claim rule. (Inherited from AuthorizationRule) |
UpnClaimType |
The UPN claim rule. (Inherited from AuthorizationRule) |
Properties
ClaimType |
Gets or sets the claim type. (Inherited from AuthorizationRule) |
ClaimValue |
Gets or sets the claim value which is either ‘Send’, ‘Listen’, or ‘Manage’. (Inherited from AuthorizationRule) |
CreatedTime |
Gets or sets the date and time when the authorization rule was created. (Inherited from AuthorizationRule) |
IgnoreMissingVnetServiceEndpoint | |
IssuerName |
Gets or sets the name identifier of the issuer. (Inherited from AuthorizationRule) |
KeyName | |
ModifiedTime |
Gets or sets the date and time when the authorization rule was modified. (Inherited from AuthorizationRule) |
Revision |
Gets or sets the modification revision number. (Inherited from AuthorizationRule) |
Rights |
Gets or sets the list of rights. (Inherited from AuthorizationRule) |
VirtualNetworkSubnetId |
Methods
Clone() |
Creates a copy of AuthorizationRule. (Inherited from AuthorizationRule) |
Equals(Object) | |
GetHashCode() | |
OnValidate() |
Enables derived classes to provide custom handling when validating the authorization rule. (Inherited from AuthorizationRule) |
ValidateRights(IEnumerable<AccessRights>) |