Share via


MachineLearningWorkspaceConnectionResource.GetSecrets Method

Definition

List all the secrets of a machine learning workspaces connections.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}/listsecrets
  • Operation Id: WorkspaceConnections_ListSecrets
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource> GetSecrets (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecrets : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
override this.GetSecrets : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceConnectionResource>
Public Overridable Function GetSecrets (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningWorkspaceConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to