Share via


PostgreSqlFlexibleServerNetwork Class

Definition

Network properties of a server.

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

Constructors

Name Description
PostgreSqlFlexibleServerNetwork()

Initializes a new instance of PostgreSqlFlexibleServerNetwork.

Properties

Name Description
DelegatedSubnetResourceId

Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.

PrivateDnsZoneArmResourceId

Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone.

PublicNetworkAccess

Indicates if public network access is enabled or not. This is only supported for servers that are not integrated into a virtual network which is owned and provided by customer when server is deployed.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PostgreSqlFlexibleServerNetwork>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerNetwork>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerNetwork>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerNetwork>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerNetwork>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to