次の方法で共有


DevTestLabVmResource.GetRdpFileContents(CancellationToken) メソッド

定義

仮想マシンの RDP ファイルの内容を表す文字列を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/getRdpFileContents
  • 操作IdVirtualMachines_GetRdpFileContents
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabRdpConnection> GetRdpFileContents (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRdpFileContents : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabRdpConnection>
override this.GetRdpFileContents : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabRdpConnection>
Public Overridable Function GetRdpFileContents (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabRdpConnection)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象