ManagementAuthorizationInfo(String, String, Boolean) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ManagementAuthorizationInfo クラスの新しいインスタンスを初期化します。
public:
ManagementAuthorizationInfo(System::String ^ name, System::String ^ configurationPath, bool isRole);
public ManagementAuthorizationInfo (string name, string configurationPath, bool isRole);
new Microsoft.Web.Management.Server.ManagementAuthorizationInfo : string * string * bool -> Microsoft.Web.Management.Server.ManagementAuthorizationInfo
Public Sub New (name As String, configurationPath As String, isRole As Boolean)
パラメーター
- name
- String
アクセス許可を付与するユーザー名またはロール。
- configurationPath
- String
承認が付与される構成パス。
- isRole
- Boolean
true
パラメーターで name
指定された値がセキュリティ ロールであることを示す場合は 。それ以外の場合 false
は 。
例外
name
または configurationPath
が、null
または空です。
注釈
Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Grant メソッドが ManagementAuthorizationInfo オブジェクトを返します。