ArmPostgreSqlModelFactory.PostgreSqlServerAdministratorData 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 de PostgreSqlServerAdministratorData.
public static Azure.ResourceManager.PostgreSql.PostgreSqlServerAdministratorData PostgreSqlServerAdministratorData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlAdministratorType? administratorType = default, string loginAccountName = default, Guid? secureId = default, Guid? tenantId = default);
static member PostgreSqlServerAdministratorData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlAdministratorType> * string * Nullable<Guid> * Nullable<Guid> -> Azure.ResourceManager.PostgreSql.PostgreSqlServerAdministratorData
Public Shared Function PostgreSqlServerAdministratorData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional administratorType As Nullable(Of PostgreSqlAdministratorType) = Nothing, Optional loginAccountName As String = Nothing, Optional secureId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing) As PostgreSqlServerAdministratorData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- administratorType
- Nullable<PostgreSqlAdministratorType>
O tipo de administrador.
- loginAccountName
- String
O nome da conta de logon do administrador do servidor.
Retornos
Uma nova PostgreSqlServerAdministratorData instância para zombar.