MaxMonthlyVirtualUserHoursResource.GetAsync(CancellationToken) Method

Definition

Get the limit of max monthly virtual user hours for the load testing resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}/limits/maxMonthlyVirtualUserHours.
  • Operation Id. : LoadTestsMaxMonthlyVirtualUserHoursLimitsResource_Get.
  • Default Api Version. : 2024-12-01-preview.
  • Resource. : MaxMonthlyVirtualUserHoursResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.MaxMonthlyVirtualUserHoursResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.MaxMonthlyVirtualUserHoursResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.LoadTesting.MaxMonthlyVirtualUserHoursResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaxMonthlyVirtualUserHoursResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to