Share via


GatewayOperationsExtensions.DeleteAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.Azure.Management.DataFactories.IGatewayOperations operations, string resourceGroupName, string dataFactoryName, string gatewayName);
static member DeleteAsync : Microsoft.Azure.Management.DataFactories.IGatewayOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IGatewayOperations, resourceGroupName As String, dataFactoryName As String, gatewayName As String) As Task(Of AzureOperationResponse)

Parameters

operations
IGatewayOperations
resourceGroupName
String
dataFactoryName
String
gatewayName
String

Returns

Task<Microsoft.Azure.AzureOperationResponse>

Applies to