你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatabaseAadAuthInfo Class

Definition

The extra auth info required by Database AAD authentication.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.DatabaseAadAuthInfoTypeConverter))]
public class DatabaseAadAuthInfo : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDatabaseAadAuthInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.DatabaseAadAuthInfoTypeConverter))>]
type DatabaseAadAuthInfo = class
    interface IDatabaseAadAuthInfo
    interface IJsonSerializable
Public Class DatabaseAadAuthInfo
Implements IDatabaseAadAuthInfo
Inheritance
DatabaseAadAuthInfo
Attributes
Implements

Constructors

DatabaseAadAuthInfo()

Creates an new DatabaseAadAuthInfo instance.

Properties

UserName

Username created in the database which is mapped to a user in AAD.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseAadAuthInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseAadAuthInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDatabaseAadAuthInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseAadAuthInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to