ApplicationSummary Constructors
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.
Overloads
ApplicationSummary() |
Initializes a new instance of the ApplicationSummary class. |
ApplicationSummary(String, String, IList<String>) |
Initializes a new instance of the ApplicationSummary class. |
ApplicationSummary()
- Source:
- ApplicationSummary.cs
Initializes a new instance of the ApplicationSummary class.
public ApplicationSummary ();
Public Sub New ()
Applies to
ApplicationSummary(String, String, IList<String>)
- Source:
- ApplicationSummary.cs
Initializes a new instance of the ApplicationSummary class.
public ApplicationSummary (string id, string displayName, System.Collections.Generic.IList<string> versions);
new Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary
Public Sub New (id As String, displayName As String, versions As IList(Of String))
Parameters
- id
- String
A string that uniquely identifies the application within the Account.
- displayName
- String
The display name for the application.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET