DevTestLabVmResource.GetRdpFileContents(CancellationToken) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想マシンの 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
使用する取り消しトークン。