Share via


ApplicationType Class

Definition

Represents an application type.

public sealed class ApplicationType
type ApplicationType = class
Public NotInheritable Class ApplicationType
Inheritance
ApplicationType

Remarks

An application type is a categorization of an application and consists of a bundle of service types. Details are described in this document.

An application type contains all that is needed for a functioning application, such as the code packages for the services it encompasses. It also contains an application manifest. When an application is instantiated from an application type, the application manifest associated with the application type can be overridden. The application type must be uploaded before an application can be created.

Properties

ApplicationTypeDefinitionKind
ApplicationTypeMetadata

Gets the application type metadata.

ApplicationTypeName
ApplicationTypeVersion
DefaultParameters
ManagedKeyVaultReferenceParameterList

Gets the application parameters that are managed Key Vault references

Status
StatusDetails

Applies to