次の方法で共有


GatewayOperationsExtensions.RetrieveConnectionInfoAsync メソッド

定義

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

パラメーター

operations
IGatewayOperations
resourceGroupName
String
dataFactoryName
String
gatewayName
String

戻り値

適用対象