DevTestLabsExtensions.GetDevTestLabs メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetDevTestLabs(ResourceGroupResource) |
ResourceGroupResource 内の DevTestLabResources のコレクションを取得します。 |
GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken) |
サブスクリプション内のラボを一覧表示します。
|
GetDevTestLabs(ResourceGroupResource)
ResourceGroupResource 内の DevTestLabResources のコレクションを取得します。
public static Azure.ResourceManager.DevTestLabs.DevTestLabCollection GetDevTestLabs (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDevTestLabs : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.DevTestLabs.DevTestLabCollection
<Extension()>
Public Function GetDevTestLabs (resourceGroupResource As ResourceGroupResource) As DevTestLabCollection
パラメーター
- resourceGroupResource
- ResourceGroupResource
ResourceGroupResourceメソッドが実行されるインスタンス。
戻り値
DevTestLabResources のコレクションとその DevTestLabResource に対する操作を表す オブジェクト。
適用対象
GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)
サブスクリプション内のラボを一覧表示します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DevTestLab/labs
- 操作IdLabs_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource> GetDevTestLabs (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 GetDevTestLabs : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource>
<Extension()>
Public Function GetDevTestLabs (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 DevTestLabResource)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行されるインスタンス。
- expand
- String
$expand クエリを指定します。 例: 'properties($select=defaultStorageAccount)'
- filter
- String
操作に適用するフィルター。 例: '$filter=contains(name,'myName')。
- orderby
- String
OData 表記を使用した結果の順序付け式。 例: '$orderby=name desc'
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の DevTestLabResource サービス要求を受け取る可能性がある のコレクション。