次の方法で共有


DevTestLabScheduleCollection.GetApplicableAsync メソッド

定義

適用可能なすべてのスケジュールを一覧表示します。

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

パラメーター

name
String

スケジュールの名前です。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の DevTestLabScheduleResource サービス要求を受け取る可能性がある の非同期コレクション。

例外

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

name が null です。

適用対象