ServerPropertiesForCreate Classe
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.
As propriedades usadas para criar um novo servidor.
public class ServerPropertiesForCreate
type ServerPropertiesForCreate = class
Public Class ServerPropertiesForCreate
- Herança
-
ServerPropertiesForCreate
- Derivado
Construtores
ServerPropertiesForCreate() |
Inicializa uma nova instância da classe ServerPropertiesForCreate. |
ServerPropertiesForCreate(String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile) |
Inicializa uma nova instância da classe ServerPropertiesForCreate. |
Propriedades
InfrastructureEncryption |
Obtém ou define status mostrando se o servidor habilitou a criptografia de infraestrutura. Os valores possíveis incluem: 'Enabled', 'Disabled' |
MinimalTlsVersion |
Obtém ou define impor uma versão mínima de TLs para o servidor. Os valores possíveis incluem: 'TLS1_0', 'TLS1_1', 'TLS1_2', 'TLSEnforcementDisabled' |
PublicNetworkAccess |
Obtém ou define se o acesso à rede pública é permitido ou não para esse servidor. O valor é opcional, mas, se passado, deve ser "Habilitado" ou "Desabilitado". Os valores possíveis incluem: 'Enabled', 'Disabled' |
SslEnforcement |
Obtém ou define habilitar a imposição SSL ou não ao se conectar ao servidor. Os valores possíveis incluem: 'Enabled', 'Disabled' |
StorageProfile |
Obtém ou define o perfil de armazenamento de um servidor. |
Version |
Obtém ou define a versão do servidor. Os valores possíveis incluem: '9.5', '9.6', '10', '10.0', '10.2', '11' |
Aplica-se a
Azure SDK for .NET