ApplicationSummary 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.
Contains information about an application in an Azure Batch Account.
public class ApplicationSummary
type ApplicationSummary = class
Public Class ApplicationSummary
- Inheritance
-
ApplicationSummary
Constructors
ApplicationSummary() |
Initializes a new instance of the ApplicationSummary class. |
ApplicationSummary(String, String, IList<String>) |
Initializes a new instance of the ApplicationSummary class. |
Properties
DisplayName |
Gets or sets the display name for the application. |
Id |
Gets or sets a string that uniquely identifies the application within the Account. |
Versions |
Gets or sets the list of available versions of the application. |
Applies to
Azure SDK for .NET