ภาษา

ArmMachineLearningModelFactory.MachineLearningEndpointAuthKeys Method

Definition

Keys for endpoint authentication.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthKeys MachineLearningEndpointAuthKeys(string primaryKey = default, string secondaryKey = default);
static member MachineLearningEndpointAuthKeys : string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointAuthKeys
Public Shared Function MachineLearningEndpointAuthKeys (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing) As MachineLearningEndpointAuthKeys

Parameters

primaryKey
String

The primary key.

secondaryKey
String

The secondary key.

Returns

A new MachineLearningEndpointAuthKeys instance for mocking.

Applies to