ArmMachineLearningModelFactory.MachineLearningWorkspaceConnectionUsernamePassword 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.
The MachineLearningWorkspaceConnectionUsernamePassword.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionUsernamePassword MachineLearningWorkspaceConnectionUsernamePassword(string password = default, string securityToken = default, string username = default);
static member MachineLearningWorkspaceConnectionUsernamePassword : string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionUsernamePassword
Public Shared Function MachineLearningWorkspaceConnectionUsernamePassword (Optional password As String = Nothing, Optional securityToken As String = Nothing, Optional username As String = Nothing) As MachineLearningWorkspaceConnectionUsernamePassword
Parameters
- password
- String
- securityToken
- String
Optional, required by connections like SalesForce for extra security in addition to UsernamePassword.
- username
- String
Returns
A new MachineLearningWorkspaceConnectionUsernamePassword instance for mocking.