Partager via


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