IdentityConfiguration Class

Definition

Base definition for identity configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IdentityConfigurationTypeConverter))]
public class IdentityConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IIdentityConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IdentityConfigurationTypeConverter))>]
type IdentityConfiguration = class
    interface IIdentityConfiguration
    interface IJsonSerializable
Public Class IdentityConfiguration
Implements IIdentityConfiguration
Inheritance
IdentityConfiguration
Attributes
Implements

Constructors

IdentityConfiguration()

Creates an new IdentityConfiguration instance.

Properties

IdentityType

[Required] Specifies the type of identity framework.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IdentityConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IdentityConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IIdentityConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IIdentityConfiguration interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of IdentityConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IdentityConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to