ProximityPlacementGroupResource.GetAsync(String, CancellationToken) メソッド

定義

近接配置グループ に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • 操作IdProximityPlacementGroups_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>> GetAsync (string includeColocationStatus = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>>
Public Overridable Function GetAsync (Optional includeColocationStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProximityPlacementGroupResource))

パラメーター

includeColocationStatus
String

includeColocationStatus=true を指定すると、近接配置グループ内のすべてのリソースのコロケーション状態をフェッチできます。

cancellationToken
CancellationToken

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

戻り値

適用対象