Share via


PlaywrightTestingExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.PlaywrightTesting.

public static class PlaywrightTestingExtensions
type PlaywrightTestingExtensions = class
Public Module PlaywrightTestingExtensions
Inheritance
PlaywrightTestingExtensions

Methods

GetAllPlaywrightTestingQuota(SubscriptionResource, AzureLocation)

Gets a collection of PlaywrightTestingQuotaResources in the SubscriptionResource. MockingTo mock this method, please mock GetAllPlaywrightTestingQuota(AzureLocation) instead.

GetPlaywrightTestingAccount(ResourceGroupResource, String, CancellationToken)

Get a Account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{name}
  • Operation Id: Accounts_Get
  • Default Api Version: 2023-10-01-preview
  • Resource: PlaywrightTestingAccountResource
GetPlaywrightTestingAccountAsync(ResourceGroupResource, String, CancellationToken)

Get a Account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{name}
  • Operation Id: Accounts_Get
  • Default Api Version: 2023-10-01-preview
  • Resource: PlaywrightTestingAccountResource
GetPlaywrightTestingAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a PlaywrightTestingAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a PlaywrightTestingAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPlaywrightTestingAccountResource(ResourceIdentifier) instead.

GetPlaywrightTestingAccounts(ResourceGroupResource)

Gets a collection of PlaywrightTestingAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetPlaywrightTestingAccounts() instead.

GetPlaywrightTestingAccounts(SubscriptionResource, CancellationToken)

List Account resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/accounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2023-10-01-preview
  • Resource: PlaywrightTestingAccountResource
GetPlaywrightTestingAccountsAsync(SubscriptionResource, CancellationToken)

List Account resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/accounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2023-10-01-preview
  • Resource: PlaywrightTestingAccountResource
GetPlaywrightTestingQuota(SubscriptionResource, AzureLocation, PlaywrightTestingQuotaName, CancellationToken)

Get quota by name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas/{name}
  • Operation Id: Quotas_Get
  • Default Api Version: 2023-10-01-preview
  • Resource: PlaywrightTestingQuotaResource
GetPlaywrightTestingQuotaAsync(SubscriptionResource, AzureLocation, PlaywrightTestingQuotaName, CancellationToken)

Get quota by name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/locations/{location}/quotas/{name}
  • Operation Id: Quotas_Get
  • Default Api Version: 2023-10-01-preview
  • Resource: PlaywrightTestingQuotaResource
GetPlaywrightTestingQuotaResource(ArmClient, ResourceIdentifier)

Gets an object representing a PlaywrightTestingQuotaResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AzureLocation, PlaywrightTestingQuotaName) to create a PlaywrightTestingQuotaResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPlaywrightTestingQuotaResource(ResourceIdentifier) instead.

Applies to