Share via


PostgreSqlFlexibleServerConfiguration.IsDynamicConfig Property

Definition

Indicates if it's a dynamic (true) or static (false) configuration (also known as server parameter). Static server parameters require a server restart after changing the value assigned to them, for the change to take effect. Dynamic server parameters do not require a server restart after changing the value assigned to them, for the change to take effect.

public Azure.Provisioning.BicepValue<bool> IsDynamicConfig { get; }
member this.IsDynamicConfig : Azure.Provisioning.BicepValue<bool>
Public ReadOnly Property IsDynamicConfig As BicepValue(Of Boolean)

Property Value

Applies to