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

  • resourceGroupName
    Type: System.String

    The name of the resource group that contains the Batch account.

See Also

ApplicationOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top