次の方法で共有


DevTestLabVmResource.GetRdpFileContentsAsync(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象