ServerPropertiesForGeoRestore Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ServerPropertiesForGeoRestore() |
Inicializa uma nova instância da classe ServerPropertiesForGeoRestore. |
ServerPropertiesForGeoRestore(String, String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile) |
Inicializa uma nova instância da classe ServerPropertiesForGeoRestore. |
ServerPropertiesForGeoRestore()
Inicializa uma nova instância da classe ServerPropertiesForGeoRestore.
public ServerPropertiesForGeoRestore ();
Public Sub New ()
Aplica-se a
ServerPropertiesForGeoRestore(String, String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile)
Inicializa uma nova instância da classe ServerPropertiesForGeoRestore.
public ServerPropertiesForGeoRestore (string sourceServerId, string version = default, Microsoft.Azure.Management.MySQL.Models.SslEnforcementEnum? sslEnforcement = default, string minimalTlsVersion = default, string infrastructureEncryption = default, string publicNetworkAccess = default, Microsoft.Azure.Management.MySQL.Models.StorageProfile storageProfile = default);
new Microsoft.Azure.Management.MySQL.Models.ServerPropertiesForGeoRestore : string * string * Nullable<Microsoft.Azure.Management.MySQL.Models.SslEnforcementEnum> * string * string * string * Microsoft.Azure.Management.MySQL.Models.StorageProfile -> Microsoft.Azure.Management.MySQL.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)
Parâmetros
- sourceServerId
- String
A ID do servidor de origem da qual restaurar.
- version
- String
Versão do servidor. Os valores possíveis incluem: '5.6', '5.7', '8.0'
- sslEnforcement
- Nullable<SslEnforcementEnum>
Habilite a imposição de ssl ou não ao se conectar ao servidor. Os valores possíveis incluem: 'Enabled', 'Disabled'
- minimalTlsVersion
- String
Impor uma versão mínima do TLS para o servidor. Os valores possíveis incluem: 'TLS1_0', 'TLS1_1', 'TLS1_2', 'TLSEnforcementDisabled'
- infrastructureEncryption
- String
Status mostrando se o servidor habilitou a criptografia de infraestrutura. Os valores possíveis incluem: 'Enabled', 'Disabled'
- publicNetworkAccess
- String
Se o acesso à rede pública é permitido ou não para este servidor. O valor é opcional, mas, se passado, deve ser 'Habilitado' ou 'Desabilitado'. Os valores possíveis incluem: 'Enabled', 'Disabled'
- storageProfile
- StorageProfile
Perfil de armazenamento de um servidor.
Aplica-se a
Azure SDK for .NET