ConnectionInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ConnectionInfo クラスの新しいインスタンスを初期化します。
public:
ConnectionInfo(System::String ^ name, Uri ^ url, bool isLocal, Microsoft::Web::Management::Server::ManagementScope scope, Microsoft::Web::Management::Client::ManagementScopePath ^ scopePath, Microsoft::Web::Management::Client::ConnectionCredential ^ credentials, Microsoft::Web::Management::Client::IConnectionManager ^ connectionManager);
public ConnectionInfo (string name, Uri url, bool isLocal, Microsoft.Web.Management.Server.ManagementScope scope, Microsoft.Web.Management.Client.ManagementScopePath scopePath, Microsoft.Web.Management.Client.ConnectionCredential credentials, Microsoft.Web.Management.Client.IConnectionManager connectionManager);
new Microsoft.Web.Management.Client.ConnectionInfo : string * Uri * bool * Microsoft.Web.Management.Server.ManagementScope * Microsoft.Web.Management.Client.ManagementScopePath * Microsoft.Web.Management.Client.ConnectionCredential * Microsoft.Web.Management.Client.IConnectionManager -> Microsoft.Web.Management.Client.ConnectionInfo
Public Sub New (name As String, url As Uri, isLocal As Boolean, scope As ManagementScope, scopePath As ManagementScopePath, credentials As ConnectionCredential, connectionManager As IConnectionManager)
パラメーター
- name
- String
オブジェクトの ConnectionInfo 名前。
- url
- Uri
ホストの Uniform Resource Identifier (URI)。
- isLocal
- Boolean
ローカル接続の状態。
- scope
- ManagementScope
- scopePath
- ManagementScopePath
の ManagementScopePathConnectionInfoオブジェクト。
- credentials
- ConnectionCredential
の ConnectionCredentialConnectionInfoオブジェクト。
- connectionManager
- IConnectionManager
の IConnectionManagerConnectionInfoオブジェクト。
例外
、name
scopePath
credentials
、または connectionManager
パラメーターは ですnull
。
注釈
パラメーターのscope
値は または ServerであるApplication必要があります。