ServiceBusSharedAccessAuthorizationRule 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.
An authorization rule.
public class ServiceBusSharedAccessAuthorizationRule
type ServiceBusSharedAccessAuthorizationRule = class
Public Class ServiceBusSharedAccessAuthorizationRule
- Inheritance
-
ServiceBusSharedAccessAuthorizationRule
Constructors
ServiceBusSharedAccessAuthorizationRule() |
Initializes a new instance of the ServiceBusSharedAccessAuthorizationRule class. |
Properties
ClaimType |
Optional. The type of the claim. |
ClaimValue |
Optional. The value of the claim. |
CreatedTime |
Optional. The time at which the authorization rule was created. |
KeyName |
Optional. The name of the key that was used. |
ModifiedTime |
Optional. The most recent time the rule was updated. |
PrimaryKey |
Optional. The primary key that was used. |
Revision |
Optional. The revision number for the rule. |
Rights |
Optional. The rights associated with the rule. |
SecondaryKey |
Optional. The secondary key that was used. |
Applies to
Azure SDK for .NET