Share via


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

Name Description
PostgreSqlFlexibleServerAuthConfig()

Initializes a new instance of PostgreSqlFlexibleServerAuthConfig.

Properties

Name Description
ActiveDirectoryAuth

Indicates if the server supports Microsoft Entra authentication.

PasswordAuth

Indicates if the server supports password based authentication.

TenantId

Identifier of the tenant of the delegated resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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