Udostępnij przez


IWorkspaceConnectionUsernamePassword Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionUsernamePasswordTypeConverter))]
public interface IWorkspaceConnectionUsernamePassword : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionUsernamePasswordTypeConverter))>]
type IWorkspaceConnectionUsernamePassword = interface
    interface IJsonSerializable
Public Interface IWorkspaceConnectionUsernamePassword
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Password
SecurityToken

Optional, required by connections like SalesForce for extra security in addition to UsernamePassword

Username

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to