Create a MeshApplication.
Reference to the service client.
Creates a Application resource with the specified name, description and properties. If Application resource with the same name exists, then it is updated with the specified description and properties.
The identity of the application.
Description for creating a Application resource.
Promise<Models.MeshApplicationCreateOrUpdateResponse>
The identity of the application.
Description for creating a Application resource.
The callback
The identity of the application.
Description for creating a Application resource.
The optional parameters
The callback
Deletes the Application resource identified by the name.
The identity of the application.
Promise<msRest.RestResponse>
The identity of the application.
The callback
The identity of the application.
The optional parameters
The callback
Gets the information about the Application resource with the given name. The information include the description and other properties of the Application.
The identity of the application.
Promise<Models.MeshApplicationGetResponse>
The identity of the application.
The callback
The identity of the application.
The optional parameters
The callback
Gets the information about all application resources in a given resource group. The information include the description and other properties of the Application.
Promise<Models.MeshApplicationListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a MeshApplication.