Application 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 a Batch account.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Application : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Application = class
inherit ProxyResource
Public Class Application
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
Application() |
Initializes a new instance of the Application class. |
Application(String, String, String, String, String, Nullable<Boolean>, String) |
Initializes a new instance of the Application class. |
Properties
AllowUpdates |
Gets or sets a value indicating whether packages within the application may be overwritten using the same version string. |
DefaultVersion |
Gets or sets the package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package. |
DisplayName |
Gets or sets the display name for the application. |
Etag |
Gets the ETag of the resource, used for concurrency statements. (Inherited from ProxyResource) |
Id |
Gets the ID of the resource. (Inherited from ProxyResource) |
Name |
Gets the name of the resource. (Inherited from ProxyResource) |
Type |
Gets the type of the resource. (Inherited from ProxyResource) |
Applies to
Azure SDK for .NET