DevTestLabsExtensions.GetDevTestLabGlobalSchedules メソッド

定義

オーバーロード

GetDevTestLabGlobalSchedules(ResourceGroupResource)

ResourceGroupResource 内の DevTestLabGlobalScheduleResources のコレクションを取得します。

GetDevTestLabGlobalSchedules(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

サブスクリプションのスケジュールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DevTestLab/schedules
  • 操作IdGlobalSchedules_ListBySubscription

GetDevTestLabGlobalSchedules(ResourceGroupResource)

ResourceGroupResource 内の DevTestLabGlobalScheduleResources のコレクションを取得します。

public static Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleCollection GetDevTestLabGlobalSchedules (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDevTestLabGlobalSchedules : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleCollection
<Extension()>
Public Function GetDevTestLabGlobalSchedules (resourceGroupResource As ResourceGroupResource) As DevTestLabGlobalScheduleCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

DevTestLabGlobalScheduleResources のコレクションと、DevTestLabGlobalScheduleResource に対する操作を表す オブジェクト。

適用対象

GetDevTestLabGlobalSchedules(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

サブスクリプションのスケジュールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DevTestLab/schedules
  • 操作IdGlobalSchedules_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource> GetDevTestLabGlobalSchedules (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDevTestLabGlobalSchedules : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource>
<Extension()>
Public Function GetDevTestLabGlobalSchedules (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DevTestLabGlobalScheduleResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

expand
String

$expand クエリを指定します。 例: 'properties($select=status)'

filter
String

操作に適用するフィルター。 例: '$filter=contains(name,'myName')。

top
Nullable<Int32>

操作から返されるリソースの最大数。 例: '$top=10'

orderby
String

OData 表記を使用した結果の順序付け式。 例: '$orderby=name desc'

cancellationToken
CancellationToken

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

戻り値

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

適用対象