PlaywrightTestingExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
GetPlaywrightTestingAccountAsync(ResourceGroupResource, String, CancellationToken) |
Get a Account
|
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
|
GetPlaywrightTestingAccountsAsync(SubscriptionResource, CancellationToken) |
List Account resources by subscription ID
|
GetPlaywrightTestingQuota(SubscriptionResource, AzureLocation, PlaywrightTestingQuotaName, CancellationToken) |
Get quota by name.
|
GetPlaywrightTestingQuotaAsync(SubscriptionResource, AzureLocation, PlaywrightTestingQuotaName, CancellationToken) |
Get quota by name.
|
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
Azure SDK for .NET