PostgreSqlServerPropertiesForCreate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties used to create a new 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.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.PostgreSql.Models.UnknownServerPropertiesForCreate))]
public abstract class PostgreSqlServerPropertiesForCreate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPropertiesForCreate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPropertiesForCreate>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.PostgreSql.Models.UnknownServerPropertiesForCreate))>]
type PostgreSqlServerPropertiesForCreate = class
interface IJsonModel<PostgreSqlServerPropertiesForCreate>
interface IPersistableModel<PostgreSqlServerPropertiesForCreate>
Public MustInherit Class PostgreSqlServerPropertiesForCreate
Implements IJsonModel(Of PostgreSqlServerPropertiesForCreate), IPersistableModel(Of PostgreSqlServerPropertiesForCreate)
- Inheritance
-
PostgreSqlServerPropertiesForCreate
- Derived
- Attributes
- Implements
Constructors
PostgreSqlServerPropertiesForCreate() |
Initializes a new instance of PostgreSqlServerPropertiesForCreate. |
Properties
InfrastructureEncryption |
Status showing whether the server enabled infrastructure encryption. |
MinimalTlsVersion |
Enforce a minimal Tls version for the server. |
PublicNetworkAccess |
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. |
SslEnforcement |
Enable ssl enforcement or not when connect to server. |
StorageProfile |
Storage profile of a server. |
Version |
Server version. |
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. |
IJsonModel<PostgreSqlServerPropertiesForCreate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PostgreSqlServerPropertiesForCreate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PostgreSqlServerPropertiesForCreate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PostgreSqlServerPropertiesForCreate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET