Share via


IPlatformInformation Interface

Definition

Caution

This API is now deprecated.

Interface for accessing the AppService plan information, the OS, and user-facing PL.

Note: The functionality is currently limited, but will grow along with the pursuit of more platform-specific defaults.

[System.Obsolete]
public interface IPlatformInformation
[<System.Obsolete>]
type IPlatformInformation = interface
Public Interface IPlatformInformation
Attributes

Methods

GetContainerName()

Returns the application container name when running on linux.

GetLinuxStampName()

Returns the application stamp name when running on linux.

GetLinuxTenant()

Returns the application tenant when running on linux.

GetOperatingSystem()

Determine the underlying operating system.

GetWorkerRuntimeType()

Determine the underlying worker runtime.

IsInConsumptionPlan()

Determine the underlying plan is Consumption or not.

Applies to