SharedAccessAuthorizationRuleResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SharedAccessAuthorizationRuleResource() |
SharedAccessAuthorizationRuleResource クラスの新しいインスタンスを初期化します。 |
SharedAccessAuthorizationRuleResource(String, String, String, String, IDictionary<String,String>, Sku, IList<Nullable<AccessRights>>, String, String, String, String, String, String, String, Nullable<Int32>) |
SharedAccessAuthorizationRuleResource クラスの新しいインスタンスを初期化します。 |
SharedAccessAuthorizationRuleResource()
SharedAccessAuthorizationRuleResource クラスの新しいインスタンスを初期化します。
public SharedAccessAuthorizationRuleResource ();
Public Sub New ()
適用対象
SharedAccessAuthorizationRuleResource(String, String, String, String, IDictionary<String,String>, Sku, IList<Nullable<AccessRights>>, String, String, String, String, String, String, String, Nullable<Int32>)
SharedAccessAuthorizationRuleResource クラスの新しいインスタンスを初期化します。
public SharedAccessAuthorizationRuleResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.NotificationHubs.Models.Sku sku = default, 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.SharedAccessAuthorizationRuleResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.NotificationHubs.Models.Sku * 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.SharedAccessAuthorizationRuleResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, 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)
パラメーター
- id
- String
リソース ID
- name
- String
リソース名
- type
- String
リソースの種類
- location
- String
リソースの場所
- tags
- IDictionary<String,String>
リソース タグ
- sku
- Sku
作成された名前空間の SKU
- 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