次の方法で共有


ComputeExtensions.GetProximityPlacementGroups メソッド

定義

オーバーロード

GetProximityPlacementGroups(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての近接配置グループを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups
  • 操作IdProximityPlacementGroups_ListBySubscription
GetProximityPlacementGroups(ResourceGroupResource)

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

GetProximityPlacementGroups(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての近接配置グループを一覧表示します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象

GetProximityPlacementGroups(ResourceGroupResource)

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

public static Azure.ResourceManager.Compute.ProximityPlacementGroupCollection GetProximityPlacementGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetProximityPlacementGroups : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Compute.ProximityPlacementGroupCollection
<Extension()>
Public Function GetProximityPlacementGroups (resourceGroupResource As ResourceGroupResource) As ProximityPlacementGroupCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

ProximityPlacementGroupResources のコレクションと、ProximityPlacementGroupResource に対する操作を表す オブジェクト。

適用対象