ApplicationSummary Class

Definition

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