PostgreSqlFlexibleServerAuthConfig Class

Definition

Authentication configuration properties of a server.

public class PostgreSqlFlexibleServerAuthConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerAuthConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerAuthConfig>
type PostgreSqlFlexibleServerAuthConfig = class
    interface IJsonModel<PostgreSqlFlexibleServerAuthConfig>
    interface IPersistableModel<PostgreSqlFlexibleServerAuthConfig>
Public Class PostgreSqlFlexibleServerAuthConfig
Implements IJsonModel(Of PostgreSqlFlexibleServerAuthConfig), IPersistableModel(Of PostgreSqlFlexibleServerAuthConfig)
Inheritance
PostgreSqlFlexibleServerAuthConfig
Implements

Constructors

PostgreSqlFlexibleServerAuthConfig()

Initializes a new instance of PostgreSqlFlexibleServerAuthConfig.

Properties

ActiveDirectoryAuth

If Enabled, Azure Active Directory authentication is enabled.

PasswordAuth

If Enabled, Password authentication is enabled.

TenantId

Tenant id of the server.

Explicit Interface Implementations

IJsonModel<PostgreSqlFlexibleServerAuthConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PostgreSqlFlexibleServerAuthConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerAuthConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerAuthConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PostgreSqlFlexibleServerAuthConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to