CosmosDBForPostgreSqlClusterServerData Class

Definition

A class representing the CosmosDBForPostgreSqlClusterServer data model. Represents a server in a cluster.

public class CosmosDBForPostgreSqlClusterServerData : Azure.ResourceManager.Models.ResourceData
type CosmosDBForPostgreSqlClusterServerData = class
    inherit ResourceData
Public Class CosmosDBForPostgreSqlClusterServerData
Inherits ResourceData
Inheritance
CosmosDBForPostgreSqlClusterServerData

Constructors

CosmosDBForPostgreSqlClusterServerData()

Initializes a new instance of CosmosDBForPostgreSqlClusterServerData.

Properties

AdministratorLogin

The administrator's login name of the servers in the cluster.

AvailabilityZone

Availability Zone information of the server.

CitusVersion

The Citus extension version of server.

FullyQualifiedDomainName

The fully qualified domain name of a server.

HaState

A state of HA feature for the cluster.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsHAEnabled

If high availability (HA) is enabled or not for the server.

IsPublicIPAccessEnabled

If public access is enabled on server.

IsReadOnly

If server database is set to read-only by system maintenance depending on high disk space usage.

Name

The name of the resource.

(Inherited from ResourceData)
PostgresqlVersion

The major PostgreSQL version of server.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Role

The role of server in the cluster.

ServerEdition

The edition of a server.

State

A state of a cluster/server that is visible to user.

StorageQuotaInMb

The storage of a server in MB.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
VCores

The vCores count of a server.

Applies to