Share via


ComputeLimitSharedLimitResource.GetAsync(CancellationToken) Method

Definition

Gets the properties of a compute limit shared by the host subscription with its guest subscriptions.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ComputeLimit/locations/{location}/sharedLimits/{name}.
  • Operation Id. : SharedLimits_Get.
  • Default Api Version. : 2025-08-15.
  • Resource. : ComputeLimitSharedLimitResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeLimit.ComputeLimitSharedLimitResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeLimit.ComputeLimitSharedLimitResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeLimit.ComputeLimitSharedLimitResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ComputeLimitSharedLimitResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to