ApplicationOperationsExtensions.DeleteApplication Method (IApplicationOperations, String, String, String)
Deletes an application.
Namespace: Microsoft.Azure.Management.Batch
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public static void DeleteApplication(
this IApplicationOperations operations,
string resourceGroupName,
string accountName,
string applicationId
)
public:
[ExtensionAttribute]
static void DeleteApplication(
IApplicationOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ applicationId
)
static member DeleteApplication :
operations:IApplicationOperations *
resourceGroupName:string *
accountName:string *
applicationId:string -> unit
<ExtensionAttribute>
Public Shared Sub DeleteApplication (
operations As IApplicationOperations,
resourceGroupName As String,
accountName As String,
applicationId As String
)
Parameters
operations
Type: Microsoft.Azure.Management.Batch.IApplicationOperationsThe operations group for this extension method.
resourceGroupName
Type: System.StringThe name of the resource group that contains the Batch account.
accountName
Type: System.StringThe name of the Batch account.
applicationId
Type: System.StringThe id of the application.
See Also
ApplicationOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace
Return to top