次の方法で共有


LabPlansOperationsExtensions.ListBySubscription メソッド

定義

サブスクリプションのすべてのラボ プランを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.LabPlan> ListBySubscription(this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, string filter = default);
static member ListBySubscription : Microsoft.Azure.Management.LabServices.ILabPlansOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.LabPlan>
<Extension()>
Public Function ListBySubscription (operations As ILabPlansOperations, Optional filter As String = Nothing) As IPage(Of LabPlan)

パラメーター

operations
ILabPlansOperations

この拡張メソッドの操作グループ。

filter
String

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

戻り値

注釈

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

適用対象