PostgreSqlServerCreateOrUpdateContent Class

Definition

Represents a server to be created.

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

Constructors

PostgreSqlServerCreateOrUpdateContent(PostgreSqlServerPropertiesForCreate, AzureLocation)

Initializes a new instance of PostgreSqlServerCreateOrUpdateContent.

Properties

Identity

The Azure Active Directory identity of the server. Current supported identity types: SystemAssigned.

Location

The location the resource resides in.

Properties

Properties of the server. Please note PostgreSqlServerPropertiesForCreate is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include PostgreSqlServerPropertiesForDefaultCreate, PostgreSqlServerPropertiesForGeoRestore, PostgreSqlServerPropertiesForRestore and PostgreSqlServerPropertiesForReplica.

Sku

The SKU (pricing tier) of the server.

Tags

Application-specific metadata in the form of key-value pairs.

Explicit Interface Implementations

IJsonModel<PostgreSqlServerCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlServerCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlServerCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlServerCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlServerCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to