次の方法で共有


VirtualMachineConnectionProfile クラス

定義

仮想マシンの接続情報

public class VirtualMachineConnectionProfile
type VirtualMachineConnectionProfile = class
Public Class VirtualMachineConnectionProfile
継承
VirtualMachineConnectionProfile

コンストラクター

VirtualMachineConnectionProfile()

VirtualMachineConnectionProfile クラスの新しいインスタンスを初期化します。

VirtualMachineConnectionProfile(String, String, String, String, String, String, String)

VirtualMachineConnectionProfile クラスの新しいインスタンスを初期化します。

プロパティ

AdminUsername

仮想マシンに管理者としてログオンするために使用するユーザー名を取得します。

NonAdminUsername

管理者以外として仮想マシンにログオンするために使用されるユーザー名を取得します (存在する場合)。

PrivateIpAddress

仮想マシンのプライベート IP アドレスを取得します。

RdpAuthority

RDP プロトコルを介して仮想マシンに接続するためのセミコロンで区切られたポートとホスト名を取得します。

RdpInBrowserUrl

ブラウザーで RDP プロトコルを使用して仮想マシンに接続するための URL を取得します。

SshAuthority

SSH プロトコルを介して仮想マシンに接続するためのセミコロンで区切られたポートとホスト名を取得します。

SshInBrowserUrl

ブラウザーで仮想マシンに SSH プロトコル経由で接続するための URL を取得します。

適用対象