Sdílet prostřednictvím


IntegrationRuntimeAuthKeysOperationsExtensions.List Method

Definition

List integration runtime authentication keys

public static Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys List (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName);
static member List : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys
<Extension()>
Public Function List (operations As IIntegrationRuntimeAuthKeysOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String) As IntegrationRuntimeAuthKeys

Parameters

operations
IIntegrationRuntimeAuthKeysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace.

integrationRuntimeName
String

Integration runtime name

Returns

Remarks

List authentication keys in an integration runtime

Applies to