Condividi tramite


ServerPropertiesForGeoRestore Constructors

Definition

Overloads

ServerPropertiesForGeoRestore()

Initializes a new instance of the ServerPropertiesForGeoRestore class.

ServerPropertiesForGeoRestore(String, String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile)

Initializes a new instance of the ServerPropertiesForGeoRestore class.

ServerPropertiesForGeoRestore()

Initializes a new instance of the ServerPropertiesForGeoRestore class.

public ServerPropertiesForGeoRestore ();
Public Sub New ()

Applies to

ServerPropertiesForGeoRestore(String, String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile)

Initializes a new instance of the ServerPropertiesForGeoRestore class.

public ServerPropertiesForGeoRestore (string sourceServerId, string version = default, Microsoft.Azure.Management.PostgreSQL.Models.SslEnforcementEnum? sslEnforcement = default, string minimalTlsVersion = default, string infrastructureEncryption = default, string publicNetworkAccess = default, Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile storageProfile = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForGeoRestore : string * string * Nullable<Microsoft.Azure.Management.PostgreSQL.Models.SslEnforcementEnum> * string * string * string * Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile -> Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForGeoRestore
Public Sub New (sourceServerId As String, Optional version As String = Nothing, Optional sslEnforcement As Nullable(Of SslEnforcementEnum) = Nothing, Optional minimalTlsVersion As String = Nothing, Optional infrastructureEncryption As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional storageProfile As StorageProfile = Nothing)

Parameters

sourceServerId
String

The source server id to restore from.

version
String

Server version. Possible values include: '9.5', '9.6', '10', '10.0', '10.2', '11'

sslEnforcement
Nullable<SslEnforcementEnum>

Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled', 'Disabled'

minimalTlsVersion
String

Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2', 'TLSEnforcementDisabled'

infrastructureEncryption
String

Status showing whether the server enabled infrastructure encryption. Possible values include: 'Enabled', 'Disabled'

publicNetworkAccess
String

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

storageProfile
StorageProfile

Storage profile of a server.

Applies to