你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFactoryClient.ListGatewayAuthKeys(String, String, String) Method

Definition

public virtual Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey ListGatewayAuthKeys (string resourceGroupName, string dataFactoryName, string gatewayName);
abstract member ListGatewayAuthKeys : string * string * string -> Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey
override this.ListGatewayAuthKeys : string * string * string -> Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey
Public Overridable Function ListGatewayAuthKeys (resourceGroupName As String, dataFactoryName As String, gatewayName As String) As PSDataFactoryGatewayAuthKey

Parameters

resourceGroupName
String
dataFactoryName
String
gatewayName
String

Returns

Applies to