PostgreSqlServerPropertiesForRestore Class

Definition

The properties used to create a new server by restoring from a backup.

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

Constructors

PostgreSqlServerPropertiesForRestore(ResourceIdentifier, DateTimeOffset)

Initializes a new instance of PostgreSqlServerPropertiesForRestore.

Properties

InfrastructureEncryption

Status showing whether the server enabled infrastructure encryption.

(Inherited from PostgreSqlServerPropertiesForCreate)
MinimalTlsVersion

Enforce a minimal Tls version for the server.

(Inherited from PostgreSqlServerPropertiesForCreate)
PublicNetworkAccess

Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.

(Inherited from PostgreSqlServerPropertiesForCreate)
RestorePointInTime

Restore point creation time (ISO8601 format), specifying the time to restore from.

SourceServerId

The source server id to restore from.

SslEnforcement

Enable ssl enforcement or not when connect to server.

(Inherited from PostgreSqlServerPropertiesForCreate)
StorageProfile

Storage profile of a server.

(Inherited from PostgreSqlServerPropertiesForCreate)
Version

Server version.

(Inherited from PostgreSqlServerPropertiesForCreate)

Explicit Interface Implementations

IJsonModel<PostgreSqlServerPropertiesForCreate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from PostgreSqlServerPropertiesForCreate)
IJsonModel<PostgreSqlServerPropertiesForCreate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PostgreSqlServerPropertiesForCreate)
IJsonModel<PostgreSqlServerPropertiesForRestore>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlServerPropertiesForRestore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlServerPropertiesForCreate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PostgreSqlServerPropertiesForCreate)
IPersistableModel<PostgreSqlServerPropertiesForCreate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PostgreSqlServerPropertiesForCreate)
IPersistableModel<PostgreSqlServerPropertiesForCreate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PostgreSqlServerPropertiesForCreate)
IPersistableModel<PostgreSqlServerPropertiesForRestore>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlServerPropertiesForRestore>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlServerPropertiesForRestore>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to