MockableAppPlatformSubscriptionResource 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 SubscriptionResource.
public class MockableAppPlatformSubscriptionResource : Azure.ResourceManager.ArmResource
type MockableAppPlatformSubscriptionResource = class
inherit ArmResource
Public Class MockableAppPlatformSubscriptionResource
Inherits ArmResource
- Inheritance
Constructors
MockableAppPlatformSubscriptionResource() |
Initializes a new instance of the MockableAppPlatformSubscriptionResource class for mocking. |
Methods
CheckAppPlatformNameAvailability(AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
CheckAppPlatformNameAvailabilityAsync(AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
GetAppPlatformServices(CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetAppPlatformServicesAsync(CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetSkus(CancellationToken) |
Lists all of the available skus of the Microsoft.AppPlatform provider.
|
GetSkusAsync(CancellationToken) |
Lists all of the available skus of the Microsoft.AppPlatform provider.
|