ApplicationOperationsExtensions.DeleteApplicationAsync Method (IApplicationOperations, String, String, String, CancellationToken)
Deletes an application.
Namespace: Microsoft.Azure.Management.Batch
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public static Task DeleteApplicationAsync(
this IApplicationOperations operations,
string resourceGroupName,
string accountName,
string applicationId,
CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task^ DeleteApplicationAsync(
IApplicationOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ applicationId,
CancellationToken cancellationToken = null
)
static member DeleteApplicationAsync :
operations:IApplicationOperations *
resourceGroupName:string *
accountName:string *
applicationId:string *
cancellationToken:CancellationToken = null -> Task
<ExtensionAttribute>
Public Shared Function DeleteApplicationAsync (
operations As IApplicationOperations,
resourceGroupName As String,
accountName As String,
applicationId As String,
cancellationToken As CancellationToken
) As Task
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.
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task
See Also
ApplicationOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace
Return to top