VirtualMachineConnectionProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VirtualMachineConnectionProfile() |
VirtualMachineConnectionProfile クラスの新しいインスタンスを初期化します。 |
VirtualMachineConnectionProfile(String, String, String, String, String, String, String) |
VirtualMachineConnectionProfile クラスの新しいインスタンスを初期化します。 |
VirtualMachineConnectionProfile()
VirtualMachineConnectionProfile クラスの新しいインスタンスを初期化します。
public VirtualMachineConnectionProfile ();
Public Sub New ()
適用対象
VirtualMachineConnectionProfile(String, String, String, String, String, String, String)
VirtualMachineConnectionProfile クラスの新しいインスタンスを初期化します。
public VirtualMachineConnectionProfile (string privateIpAddress = default, string sshAuthority = default, string sshInBrowserUrl = default, string rdpAuthority = default, string rdpInBrowserUrl = default, string adminUsername = default, string nonAdminUsername = default);
new Microsoft.Azure.Management.LabServices.Models.VirtualMachineConnectionProfile : string * string * string * string * string * string * string -> Microsoft.Azure.Management.LabServices.Models.VirtualMachineConnectionProfile
Public Sub New (Optional privateIpAddress As String = Nothing, Optional sshAuthority As String = Nothing, Optional sshInBrowserUrl As String = Nothing, Optional rdpAuthority As String = Nothing, Optional rdpInBrowserUrl As String = Nothing, Optional adminUsername As String = Nothing, Optional nonAdminUsername As String = Nothing)
パラメーター
- privateIpAddress
- String
仮想マシンのプライベート IP アドレス。
- sshAuthority
- String
SSH プロトコルを使用して仮想マシンに接続するために、セミコロンで区切られたポートとホスト名。
- sshInBrowserUrl
- String
ブラウザーで SSH プロトコルを使用して仮想マシンに接続するための URL。
- rdpAuthority
- String
RDP プロトコルを介して仮想マシンに接続するためのセミコロンで区切られたポートとホスト名。
- rdpInBrowserUrl
- String
ブラウザーで RDP プロトコルを使用して仮想マシンに接続するための URL。
- adminUsername
- String
管理者として仮想マシンにログオンするために使用されるユーザー名。
- nonAdminUsername
- String
管理者以外として仮想マシンにログオンするために使用されるユーザー名 (存在する場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET