HubOperationsExtensions.GetCreateOrUpdateStatusAsync Method

Definition

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

Parameters

operations
IHubOperations
operationStatusLink
String

Returns

Applies to