Language

ComputeSkuMixPlacementResource.GetAsync(CancellationToken) Method

Definition

Gets SkuMixPlacement scoring metadata.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/skuMixPlacementScores/recommendations.
  • Operation Id. : SkuMixPlacementScores_Get.
  • Default Api Version. : 2026-05-05-preview.
  • Resource. : ComputeSkuMixPlacementResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Recommender.ComputeSkuMixPlacementResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Recommender.ComputeSkuMixPlacementResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.Recommender.ComputeSkuMixPlacementResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ComputeSkuMixPlacementResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to