GatewayOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateResponse> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations operations, string resourceGroupName, string dataFactoryName, Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters parameters);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations * string * string * Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateResponse>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IGatewayOperations, resourceGroupName As String, dataFactoryName As String, parameters As GatewayCreateOrUpdateParameters) As Task(Of GatewayCreateOrUpdateResponse)

Parameters

operations
IGatewayOperations
resourceGroupName
String
dataFactoryName
String

Returns

Applies to