ArmMachineLearningModelFactory.MachineLearningEndpointAuthKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.