다음을 통해 공유


ApplicationTypesOperationsExtensions.DeleteAsync Method

Definition

Deletes a Service Fabric managed application type name resource.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IApplicationTypesOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IApplicationTypesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster resource.

applicationTypeName
String

The name of the application type name resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Delete a Service Fabric managed application type name resource with the specified name.

Applies to