PostgreSqlServerPropertiesForReplica 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 to create a new replica.
public class PostgreSqlServerPropertiesForReplica : Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPropertiesForCreate, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPropertiesForReplica>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPropertiesForReplica>
type PostgreSqlServerPropertiesForReplica = class
inherit PostgreSqlServerPropertiesForCreate
interface IJsonModel<PostgreSqlServerPropertiesForReplica>
interface IPersistableModel<PostgreSqlServerPropertiesForReplica>
Public Class PostgreSqlServerPropertiesForReplica
Inherits PostgreSqlServerPropertiesForCreate
Implements IJsonModel(Of PostgreSqlServerPropertiesForReplica), IPersistableModel(Of PostgreSqlServerPropertiesForReplica)
- Inheritance
- Implements
Constructors
PostgreSqlServerPropertiesForReplica(ResourceIdentifier) |
Initializes a new instance of PostgreSqlServerPropertiesForReplica. |
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) |
SourceServerId |
The master server id to create replica 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
Applies to
Azure SDK for .NET