Share via


CosmosDBForPostgreSqlClusterServerData Class

Definition

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

public class CosmosDBForPostgreSqlClusterServerData : Azure.ResourceManager.Models.ResourceData
public class CosmosDBForPostgreSqlClusterServerData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDBForPostgreSql.CosmosDBForPostgreSqlClusterServerData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDBForPostgreSql.CosmosDBForPostgreSqlClusterServerData>
type CosmosDBForPostgreSqlClusterServerData = class
    inherit ResourceData
type CosmosDBForPostgreSqlClusterServerData = class
    inherit ResourceData
    interface IJsonModel<CosmosDBForPostgreSqlClusterServerData>
    interface IPersistableModel<CosmosDBForPostgreSqlClusterServerData>
Public Class CosmosDBForPostgreSqlClusterServerData
Inherits ResourceData
Public Class CosmosDBForPostgreSqlClusterServerData
Inherits ResourceData
Implements IJsonModel(Of CosmosDBForPostgreSqlClusterServerData), IPersistableModel(Of CosmosDBForPostgreSqlClusterServerData)
Inheritance
CosmosDBForPostgreSqlClusterServerData
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<CosmosDBForPostgreSqlClusterServerData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CosmosDBForPostgreSqlClusterServerData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBForPostgreSqlClusterServerData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBForPostgreSqlClusterServerData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CosmosDBForPostgreSqlClusterServerData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to