次の方法で共有


LabServicesExtensions クラス

定義

Azure.ResourceManager.LabServices に拡張メソッドを追加するクラス。

public static class LabServicesExtensions
type LabServicesExtensions = class
Public Module LabServicesExtensions
継承
LabServicesExtensions

メソッド

GetLab(ResourceGroupResource, String, CancellationToken)

ラボ リソースのプロパティを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}
  • 操作IdLabs_Get
GetLabAsync(ResourceGroupResource, String, CancellationToken)

ラボ リソースのプロパティを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}
  • 操作IdLabs_Get
GetLabPlan(ResourceGroupResource, String, CancellationToken)

ラボ プランのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_Get
GetLabPlanAsync(ResourceGroupResource, String, CancellationToken)

ラボ プランのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_Get
GetLabPlanResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を LabPlanResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を LabPlanResourceResourceIdentifier 作成できます。

GetLabPlans(ResourceGroupResource)

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

GetLabPlans(SubscriptionResource, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/labPlans
  • 操作IdLabPlans_ListBySubscription
GetLabPlansAsync(SubscriptionResource, String, CancellationToken)

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

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

に対して実行できるがデータを含まないインスタンス操作と共に を LabResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を LabResourceResourceIdentifier 作成できます。

GetLabs(ResourceGroupResource)

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

GetLabs(SubscriptionResource, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/labs
  • 操作IdLabs_ListBySubscription
GetLabsAsync(SubscriptionResource, String, CancellationToken)

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

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

に対して実行できるがデータを含まないインスタンス操作と共に を LabServicesScheduleResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を LabServicesScheduleResourceResourceIdentifier 作成できます。

GetLabUserResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を LabUserResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を LabUserResourceResourceIdentifier 作成できます。

GetLabVirtualMachineImageResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を LabVirtualMachineImageResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を LabVirtualMachineImageResourceResourceIdentifier 作成できます。

GetLabVirtualMachineResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を LabVirtualMachineResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を LabVirtualMachineResourceResourceIdentifier 作成できます。

GetSkus(SubscriptionResource, String, CancellationToken)

Azure Lab Services リソース SKU の一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/skus
  • 操作IdSkus_List
GetSkusAsync(SubscriptionResource, String, CancellationToken)

Azure Lab Services リソース SKU の一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/skus
  • 操作IdSkus_List
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages
  • 操作IdUsages_ListByLocation
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages
  • 操作IdUsages_ListByLocation

適用対象