次の方法で共有


LabServicesExtensions.GetUsages メソッド

定義

指定したリージョン内の指定したサブスクリプションの SKU ファミリごとの使用量の一覧を返します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

場所の名前。

filter
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象