ComputeLimitVmFamilyResource.GetAsync(CancellationToken) Method

Definition

Gets the properties of a VM family.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ComputeLimit/locations/{location}/vmFamilies/{vmFamilyName}.
  • Operation Id. : VmFamilies_Get.
  • Default Api Version. : 2026-04-30.
  • Resource. : ComputeLimitVmFamilyResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeLimit.ComputeLimitVmFamilyResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeLimit.ComputeLimitVmFamilyResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeLimit.ComputeLimitVmFamilyResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ComputeLimitVmFamilyResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to