次の方法で共有


HybridComputeExtensions.GetHybridComputeMachines メソッド

定義

オーバーロード

GetHybridComputeMachines(ResourceGroupResource)

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

GetHybridComputeMachines(SubscriptionResource, CancellationToken)

指定したサブスクリプション内のすべてのハイブリッド マシンを一覧表示します。 応答で nextLink プロパティを使用して、ハイブリッド マシンの次のページを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HybridCompute/machines
  • 操作IdMachines_ListBySubscription

GetHybridComputeMachines(ResourceGroupResource)

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

public static Azure.ResourceManager.HybridCompute.HybridComputeMachineCollection GetHybridComputeMachines (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetHybridComputeMachines : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.HybridCompute.HybridComputeMachineCollection
<Extension()>
Public Function GetHybridComputeMachines (resourceGroupResource As ResourceGroupResource) As HybridComputeMachineCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetHybridComputeMachines(SubscriptionResource, CancellationToken)

指定したサブスクリプション内のすべてのハイブリッド マシンを一覧表示します。 応答で nextLink プロパティを使用して、ハイブリッド マシンの次のページを取得します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象