PostgreSqlFlexibleServerPublicNetworkAccessState Struct

Definition

Indicates if public network access is enabled or not.

public readonly struct PostgreSqlFlexibleServerPublicNetworkAccessState : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPublicNetworkAccessState>
type PostgreSqlFlexibleServerPublicNetworkAccessState = struct
Public Structure PostgreSqlFlexibleServerPublicNetworkAccessState
Implements IEquatable(Of PostgreSqlFlexibleServerPublicNetworkAccessState)
Inheritance
PostgreSqlFlexibleServerPublicNetworkAccessState
Implements

Constructors

Name Description
PostgreSqlFlexibleServerPublicNetworkAccessState(String)

Initializes a new instance of PostgreSqlFlexibleServerPublicNetworkAccessState.

Properties

Name Description
Disabled

Public network access is disabled. This means the server cannot be accessed from the public internet, but only via private endpoints.

Enabled

Public network access is enabled. This allows the server to be accessed from the public internet, provided the necessary firewall rule that allows incoming traffic originating from the connecting client is in place. This is compatible with the use of private endpoints to connect to this server.

Methods

Name Description
Equals(PostgreSqlFlexibleServerPublicNetworkAccessState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(PostgreSqlFlexibleServerPublicNetworkAccessState, PostgreSqlFlexibleServerPublicNetworkAccessState)

Determines if two PostgreSqlFlexibleServerPublicNetworkAccessState values are the same.

Implicit(String to Nullable<PostgreSqlFlexibleServerPublicNetworkAccessState>)
Implicit(String to PostgreSqlFlexibleServerPublicNetworkAccessState)

Converts a string to a PostgreSqlFlexibleServerPublicNetworkAccessState.

Inequality(PostgreSqlFlexibleServerPublicNetworkAccessState, PostgreSqlFlexibleServerPublicNetworkAccessState)

Determines if two PostgreSqlFlexibleServerPublicNetworkAccessState values are not the same.

Applies to