SharedAccessAuthorizationRule Class

Definition

Defines the authorization rule for an entity using SAS.

public class SharedAccessAuthorizationRule : Azure.Messaging.ServiceBus.Administration.AuthorizationRule
type SharedAccessAuthorizationRule = class
    inherit AuthorizationRule
Public Class SharedAccessAuthorizationRule
Inherits AuthorizationRule
Inheritance
SharedAccessAuthorizationRule

Constructors

SharedAccessAuthorizationRule(String, IEnumerable<AccessRights>)

Initializes a new instance of the SharedAccessAuthorizationRule class.

SharedAccessAuthorizationRule(String, String, IEnumerable<AccessRights>)

Initializes a new instance of the SharedAccessAuthorizationRule class.

SharedAccessAuthorizationRule(String, String, String, IEnumerable<AccessRights>)

Initializes a new instance of the SharedAccessAuthorizationRule class.

Properties

ClaimType

Gets or sets the claim type.

CreatedTime

Gets or sets the date and time when the authorization rule was created.

(Inherited from AuthorizationRule)
KeyName

Gets or sets the authorization rule key name.

ModifiedTime

Gets or sets the date and time when the authorization rule was modified.

(Inherited from AuthorizationRule)
PrimaryKey

Gets or sets the primary key for the authorization rule.

Rights

Gets or sets the list of rights.

SecondaryKey

Gets or sets the secondary key for the authorization rule.

Methods

Equals(AuthorizationRule)

Determines whether the specified object is equal to the current object.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Returns the hash code for this instance.

Operators

Equality(SharedAccessAuthorizationRule, SharedAccessAuthorizationRule)
Inequality(SharedAccessAuthorizationRule, SharedAccessAuthorizationRule)

Applies to