次の方法で共有


DevTestLabResource.GetDevTestLabServiceRunner メソッド

定義

サービス ランナーを取得します。

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

パラメーター

name
String

サービス ランナーの名前。

cancellationToken
CancellationToken

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

戻り値

例外

name は空の文字列であり、空でないと予想されていました。

name が null です。

適用対象