ApplicationType 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.
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 |
Gets the definition kind. |
ApplicationTypeMetadata |
Gets the application type metadata. |
ApplicationTypeName |
Gets the application type name. |
ApplicationTypeVersion |
Gets the application type version. |
DefaultParameters |
Gets the default application parameters defined in the application manifest. |
ManagedKeyVaultReferenceParameterList |
Gets the application parameters that are managed Key Vault references |
Status |
Gets the application type status. |
StatusDetails |
Gets the application type status details. |
Applies to
Azure SDK for .NET