SBAuthorizationRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SBAuthorizationRule() |
SBAuthorizationRule クラスの新しいインスタンスを初期化します。 |
SBAuthorizationRule(IList<String>, String, String, String, String, SystemData) |
SBAuthorizationRule クラスの新しいインスタンスを初期化します。 |
SBAuthorizationRule()
SBAuthorizationRule クラスの新しいインスタンスを初期化します。
public SBAuthorizationRule();
Public Sub New ()
適用対象
SBAuthorizationRule(IList<String>, String, String, String, String, SystemData)
SBAuthorizationRule クラスの新しいインスタンスを初期化します。
public SBAuthorizationRule(System.Collections.Generic.IList<string> rights, string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.ServiceBus.Models.SystemData systemData = default);
new Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule : System.Collections.Generic.IList<string> * string * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.SystemData -> Microsoft.Azure.Management.ServiceBus.Models.SBAuthorizationRule
Public Sub New (rights As IList(Of String), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional systemData As SystemData = Nothing)
パラメーター
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.EventHub/Namespaces" または "Microsoft.EventHub/Namespaces/EventHubs"
- location
- String
リソースが保存されている地理的な場所
- systemData
- SystemData
このリソースに関連するシステム メタデータ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET