SharedAccessAuthorizationRuleProperties 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
SharedAccessAuthorizationRuleProperties() |
Initializes a new instance of the SharedAccessAuthorizationRuleProperties class. |
SharedAccessAuthorizationRuleProperties(IList<Nullable<AccessRights>>, String, String, String, String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the SharedAccessAuthorizationRuleProperties class. |
SharedAccessAuthorizationRuleProperties()
Initializes a new instance of the SharedAccessAuthorizationRuleProperties class.
public SharedAccessAuthorizationRuleProperties ();
Public Sub New ()
Applies to
SharedAccessAuthorizationRuleProperties(IList<Nullable<AccessRights>>, String, String, String, String, String, String, String, Nullable<Int32>)
Initializes a new instance of the SharedAccessAuthorizationRuleProperties class.
public SharedAccessAuthorizationRuleProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.NotificationHubs.Models.AccessRights?> rights = default, string primaryKey = default, string secondaryKey = default, string keyName = default, string claimType = default, string claimValue = default, string modifiedTime = default, string createdTime = default, int? revision = default);
new Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.NotificationHubs.Models.AccessRights>> * string * string * string * string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties
Public Sub New (Optional rights As IList(Of Nullable(Of AccessRights)) = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional keyName As String = Nothing, Optional claimType As String = Nothing, Optional claimValue As String = Nothing, Optional modifiedTime As String = Nothing, Optional createdTime As String = Nothing, Optional revision As Nullable(Of Integer) = Nothing)
Parameters
- rights
- IList<Nullable<AccessRights>>
The rights associated with the rule.
- primaryKey
- String
A base64-encoded 256-bit primary key for signing and validating the SAS token.
- secondaryKey
- String
A base64-encoded 256-bit primary key for signing and validating the SAS token.
- keyName
- String
A string that describes the authorization rule.
- claimType
- String
A string that describes the claim type
- claimValue
- String
A string that describes the claim value
- modifiedTime
- String
The last modified time for this rule
- createdTime
- String
The created time for this rule
Applies to
Azure SDK for .NET