ArmPostgreSqlModelFactory.PostgreSqlServerData Método
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.
Inicializa uma nova instância do PostgreSqlServerData.
public static Azure.ResourceManager.PostgreSql.PostgreSqlServerData PostgreSqlServerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlSku sku = default, string administratorLogin = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerVersion? version = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlSslEnforcementEnum? sslEnforcement = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlMinimalTlsVersionEnum? minimalTlsVersion = default, string byokEnforcement = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlInfrastructureEncryption? infrastructureEncryption = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerState? userVisibleState = default, string fullyQualifiedDomainName = default, DateTimeOffset? earliestRestoreOn = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlStorageProfile storageProfile = default, string replicationRole = default, Azure.Core.ResourceIdentifier masterServerId = default, int? replicaCapacity = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlPublicNetworkAccessEnum? publicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnection> privateEndpointConnections = default);
static member PostgreSqlServerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.PostgreSql.Models.PostgreSqlSku * string * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerVersion> * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlSslEnforcementEnum> * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlMinimalTlsVersionEnum> * string * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlInfrastructureEncryption> * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerState> * string * Nullable<DateTimeOffset> * Azure.ResourceManager.PostgreSql.Models.PostgreSqlStorageProfile * string * Azure.Core.ResourceIdentifier * Nullable<int> * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPublicNetworkAccessEnum> * seq<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnection> -> Azure.ResourceManager.PostgreSql.PostgreSqlServerData
Public Shared Function PostgreSqlServerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional sku As PostgreSqlSku = Nothing, Optional administratorLogin As String = Nothing, Optional version As Nullable(Of PostgreSqlServerVersion) = Nothing, Optional sslEnforcement As Nullable(Of PostgreSqlSslEnforcementEnum) = Nothing, Optional minimalTlsVersion As Nullable(Of PostgreSqlMinimalTlsVersionEnum) = Nothing, Optional byokEnforcement As String = Nothing, Optional infrastructureEncryption As Nullable(Of PostgreSqlInfrastructureEncryption) = Nothing, Optional userVisibleState As Nullable(Of PostgreSqlServerState) = Nothing, Optional fullyQualifiedDomainName As String = Nothing, Optional earliestRestoreOn As Nullable(Of DateTimeOffset) = Nothing, Optional storageProfile As PostgreSqlStorageProfile = Nothing, Optional replicationRole As String = Nothing, Optional masterServerId As ResourceIdentifier = Nothing, Optional replicaCapacity As Nullable(Of Integer) = Nothing, Optional publicNetworkAccess As Nullable(Of PostgreSqlPublicNetworkAccessEnum) = Nothing, Optional privateEndpointConnections As IEnumerable(Of PostgreSqlServerPrivateEndpointConnection) = Nothing) As PostgreSqlServerData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- identity
- ManagedServiceIdentity
A identidade do Azure Active Directory do servidor. Tipos de identidade com suporte atuais: SystemAssigned.
- sku
- PostgreSqlSku
O SKU (tipo de preço) do servidor.
- administratorLogin
- String
O nome de logon do administrador de um servidor. Só pode ser especificado quando o servidor está sendo criado (e é necessário para a criação).
- version
- Nullable<PostgreSqlServerVersion>
Versão do servidor.
- sslEnforcement
- Nullable<PostgreSqlSslEnforcementEnum>
Habilite a imposição ssl ou não ao se conectar ao servidor.
- minimalTlsVersion
- Nullable<PostgreSqlMinimalTlsVersionEnum>
Impor uma versão mínima de TLS para o servidor.
- byokEnforcement
- String
Status mostrando se a criptografia de dados do servidor está habilitada com chaves gerenciadas pelo cliente.
- infrastructureEncryption
- Nullable<PostgreSqlInfrastructureEncryption>
Status mostrando se o servidor habilitou a criptografia de infraestrutura.
- userVisibleState
- Nullable<PostgreSqlServerState>
Um estado de um servidor visível para o usuário.
- fullyQualifiedDomainName
- String
O nome de domínio totalmente qualificado de um servidor.
- earliestRestoreOn
- Nullable<DateTimeOffset>
Tempo de criação do ponto de restauração mais antigo (formato ISO8601).
- storageProfile
- PostgreSqlStorageProfile
Perfil de armazenamento de um servidor.
- replicationRole
- String
A função de replicação do servidor.
- masterServerId
- ResourceIdentifier
A ID do servidor master de um servidor réplica.
- publicNetworkAccess
- Nullable<PostgreSqlPublicNetworkAccessEnum>
Se o acesso à rede pública é permitido ou não para este servidor. O valor é opcional, mas, se passado, deve ser "Habilitado" ou "Desabilitado".
- privateEndpointConnections
- IEnumerable<PostgreSqlServerPrivateEndpointConnection>
Lista de conexões de ponto de extremidade privado em um servidor.
Retornos
Uma nova PostgreSqlServerData instância para zombar.