Share via


GatewayOperationsExtensions.GetAsync Method

Definition

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

Parameters

operations
IGatewayOperations
resourceGroupName
String
dataFactoryName
String
gatewayName
String

Returns

Applies to