DatabaseAadAuthInfo Class
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 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. |