Share via


MockableAppPlatformTenantResource Class

Definition

A class to add extension methods to TenantResource.

public class MockableAppPlatformTenantResource : Azure.ResourceManager.ArmResource
type MockableAppPlatformTenantResource = class
    inherit ArmResource
Public Class MockableAppPlatformTenantResource
Inherits ArmResource
Inheritance
MockableAppPlatformTenantResource

Constructors

MockableAppPlatformTenantResource()

Initializes a new instance of the MockableAppPlatformTenantResource class for mocking.

Methods

GetRuntimeVersions(CancellationToken)

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

  • Request Path: /providers/Microsoft.AppPlatform/runtimeVersions
  • Operation Id: RuntimeVersions_ListRuntimeVersions
  • Default Api Version: 2022-12-01
GetRuntimeVersionsAsync(CancellationToken)

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

  • Request Path: /providers/Microsoft.AppPlatform/runtimeVersions
  • Operation Id: RuntimeVersions_ListRuntimeVersions
  • Default Api Version: 2022-12-01

Applies to