Freigeben über


PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent Class

Definition

Server administrator associated to a Microsoft Entra principal.

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

Constructors

Name Description
PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent()

Initializes a new instance of PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent.

Properties

Name Description
PrincipalName

Name of the Microsoft Entra principal.

PrincipalType

Type of Microsoft Entra principal to which the server administrator is associated.

TenantId

Identifier of the tenant in which the Microsoft Entra principal exists.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to