AddApplicationResponse.Application Property
Optional. Gets or sets the information about the application.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public Application Application { get; set; }
public:
property Application^ Application {
Application^ get();
void set(Application^ value);
}
member Application : Application with get, set
Public Property Application As Application
Property Value
Type: Microsoft.Azure.Management.Batch.Models.Application
See Also
AddApplicationResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top