次の方法で共有


LabServicesExtensions.GetLabPlans メソッド

定義

オーバーロード

GetLabPlans(ResourceGroupResource)

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

GetLabPlans(SubscriptionResource, String, CancellationToken)

サブスクリプション内のすべてのラボ プランの一覧を返します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/labPlans
  • 操作IdLabPlans_ListBySubscription

GetLabPlans(ResourceGroupResource)

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

public static Azure.ResourceManager.LabServices.LabPlanCollection GetLabPlans (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetLabPlans : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.LabServices.LabPlanCollection
<Extension()>
Public Function GetLabPlans (resourceGroupResource As ResourceGroupResource) As LabPlanCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

LabPlanResources のコレクションとその LabPlanResource に対する操作を表す オブジェクト。

適用対象

GetLabPlans(SubscriptionResource, String, CancellationToken)

サブスクリプション内のすべてのラボ プランの一覧を返します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/labPlans
  • 操作IdLabPlans_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.LabServices.LabPlanResource> GetLabPlans (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLabPlans : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LabServices.LabPlanResource>
<Extension()>
Public Function GetLabPlans (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LabPlanResource)

パラメーター

subscriptionResource
SubscriptionResource

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

filter
String

操作に適用するフィルター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象