Freigeben über


PostgreSqlFlexibleServer Class

Definition

PostgreSqlFlexibleServer.

public class PostgreSqlFlexibleServer : Azure.Provisioning.Primitives.Resource
type PostgreSqlFlexibleServer = class
    inherit Resource
Public Class PostgreSqlFlexibleServer
Inherits Resource
Inheritance

Constructors

PostgreSqlFlexibleServer(String, String)

Creates a new PostgreSqlFlexibleServer.

Properties

AdministratorLogin

The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).

AdministratorLoginPassword

The administrator login password (required for server creation).

AuthConfig

AuthConfig properties of a server.

AvailabilityZone

availability zone information of the server.

Backup

Backup properties of a server.

CreateMode

The mode to create a new PostgreSQL server.

DataEncryption

Data encryption properties of a server.

DependsOn

Declares explicit dependencies on other resources.

(Inherited from Resource)
FullyQualifiedDomainName

The fully qualified domain name of a server.

HighAvailability

High availability properties of a server.

Id

Gets the Id.

IdentifierName

Gets or sets the the Bicep identifier name of the resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores.

(Inherited from NamedProvisioningConstruct)
Identity

Describes the identity of the application.

IsExistingResource

Gets whether this is referencing an existing resource or we're defining a new resource.

(Inherited from Resource)
Location

Gets or sets the Location.

MaintenanceWindow

Maintenance window properties of a server.

MinorVersion

The minor version of the server.

Name

The name of the server.

Network

Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server.

PointInTimeUtc

Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'ReviveDropped'.

ReplicaCapacity

Replicas allowed for a server.

ReplicationRole

Replication role of the server.

ResourceType

Gets the type of the resource.

(Inherited from Resource)
ResourceVersion

Gets or sets the version of the resource.

(Inherited from Resource)
Sku

The SKU (pricing tier) of the server.

SourceServerResourceId

The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica' or 'ReviveDropped'. This property is returned only for Replica server.

State

A state of a server that is visible to user.

Storage

Storage properties of a server.

StorageSizeInGB

Max storage allowed for a server.

SystemData

Gets the SystemData.

Tags

Gets or sets the Tags.

Version

PostgreSQL Server version.

Methods

Build(ProvisioningContext)

Compose the resource into a provisioning plan that can be saved as Bicep or deployed directly.

(Inherited from Resource)
Compile()

Compile the resource into a set of Bicep statements.

(Inherited from Resource)
FromExisting(String, String)

Creates a reference to an existing PostgreSqlFlexibleServer.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Resource)

Applies to