PostgreSqlFlexibleServerConfigurationData Class

Definition

A class representing the PostgreSqlFlexibleServerConfiguration data model. Represents a Configuration.

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

Constructors

PostgreSqlFlexibleServerConfigurationData()

Initializes a new instance of PostgreSqlFlexibleServerConfigurationData.

Properties

AllowedValues

Allowed values of the configuration.

DataType

Data type of the configuration.

DefaultValue

Default value of the configuration.

Description

Description of the configuration.

DocumentationLink

Configuration documentation link.

Id

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

(Inherited from ResourceData)
IsConfigPendingRestart

Configuration is pending restart or not.

IsDynamicConfig

Configuration dynamic or static.

IsReadOnly

Configuration read-only or not.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

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

(Inherited from ResourceData)
Source

Source of the configuration.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Unit

Configuration unit.

Value

Value of the configuration.

Explicit Interface Implementations

IJsonModel<PostgreSqlFlexibleServerConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to