次の方法で共有


LabServicesExtensions.GetLabs メソッド

定義

オーバーロード

GetLabs(SubscriptionResource, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/labs
  • 操作IdLabs_ListBySubscription
GetLabs(ResourceGroupResource)

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

GetLabs(SubscriptionResource, String, CancellationToken)

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

filter
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象

GetLabs(ResourceGroupResource)

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

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象