HubOperationsExtensions.CreateOrUpdateAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateResponse> CreateOrUpdateAsync (this Microsoft.Azure.Management.DataFactories.IHubOperations operations, string resourceGroupName, string dataFactoryName, Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters parameters);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DataFactories.IHubOperations * string * string * Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateResponse>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IHubOperations, resourceGroupName As String, dataFactoryName As String, parameters As HubCreateOrUpdateParameters) As Task(Of HubCreateOrUpdateResponse)

Parameters

operations
IHubOperations
resourceGroupName
String
dataFactoryName
String

Returns

Applies to