MaxMonthlyVirtualUserHoursResource.Get(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 Azure.Response<Azure.ResourceManager.LoadTesting.MaxMonthlyVirtualUserHoursResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LoadTesting.MaxMonthlyVirtualUserHoursResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LoadTesting.MaxMonthlyVirtualUserHoursResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaxMonthlyVirtualUserHoursResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to