Share via


UserIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.UserIdentityTypeConverter))]
public class UserIdentity : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.UserIdentityTypeConverter))>]
type UserIdentity = class
    interface IUserIdentity
    interface IJsonSerializable
    interface IIdentityConfiguration
    interface IValidates
Public Class UserIdentity
Implements IUserIdentity, IValidates
Inheritance
UserIdentity
Attributes
Implements

Constructors

UserIdentity()

Properties

IdentityType

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to