SharedAccessAuthorizationRuleProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SharedAccessAuthorizationRuleProperties() |
SharedAccessAuthorizationRuleProperties クラスの新しいインスタンスを初期化します。 |
SharedAccessAuthorizationRuleProperties(IList<Nullable<AccessRights>>, String, String, String, String, String, String, String, Nullable<Int32>) |
SharedAccessAuthorizationRuleProperties クラスの新しいインスタンスを初期化します。 |
SharedAccessAuthorizationRuleProperties()
SharedAccessAuthorizationRuleProperties クラスの新しいインスタンスを初期化します。
public SharedAccessAuthorizationRuleProperties ();
Public Sub New ()
適用対象
SharedAccessAuthorizationRuleProperties(IList<Nullable<AccessRights>>, String, String, String, String, String, String, String, Nullable<Int32>)
SharedAccessAuthorizationRuleProperties クラスの新しいインスタンスを初期化します。
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)
パラメーター
- rights
- IList<Nullable<AccessRights>>
ルールに関連付けられている権限。
- primaryKey
- String
SAS トークンの署名と検証用の Base64 でエンコードされた 256 ビットのプライマリ キー。
- secondaryKey
- String
SAS トークンの署名と検証用の Base64 でエンコードされた 256 ビットのプライマリ キー。
- keyName
- String
承認規則を説明する文字列。
- claimType
- String
要求の種類を説明する文字列
- claimValue
- String
要求値を記述する文字列
- modifiedTime
- String
このルールの最終変更時刻
- createdTime
- String
このルールの作成時刻
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET