ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerConfigurationData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PostgreSqlFlexibleServerConfigurationData.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerConfigurationData PostgreSqlFlexibleServerConfigurationData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string value = default, string description = default, string defaultValue = default, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerConfigurationDataType? dataType = default, string allowedValues = default, string source = default, bool? isDynamicConfig = default, bool? isReadOnly = default, bool? isConfigPendingRestart = default, string unit = default, string documentationLink = default);
static member PostgreSqlFlexibleServerConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerConfigurationDataType> * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string -> Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerConfigurationData
Public Shared Function PostgreSqlFlexibleServerConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional value As String = Nothing, Optional description As String = Nothing, Optional defaultValue As String = Nothing, Optional dataType As Nullable(Of PostgreSqlFlexibleServerConfigurationDataType) = Nothing, Optional allowedValues As String = Nothing, Optional source As String = Nothing, Optional isDynamicConfig As Nullable(Of Boolean) = Nothing, Optional isReadOnly As Nullable(Of Boolean) = Nothing, Optional isConfigPendingRestart As Nullable(Of Boolean) = Nothing, Optional unit As String = Nothing, Optional documentationLink As String = Nothing) As PostgreSqlFlexibleServerConfigurationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- value
- String
Value of the configuration (also known as server parameter). Required to update the value assigned to a specific modifiable configuration.
- description
- String
Description of the configuration (also known as server parameter).
- defaultValue
- String
Value assigned by default to the configuration (also known as server parameter).
Data type of the configuration (also known as server parameter).
- allowedValues
- String
Allowed values of the configuration (also known as server parameter).
- source
- String
Source of the value assigned to the configuration (also known as server parameter). Required to update the value assigned to a specific modifiable configuration.
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.
Indicates if it's a read-only (true) or modifiable (false) configuration (also known as server parameter).
Indicates if the value assigned to the configuration (also known as server parameter) is pending a server restart for it to take effect.
- unit
- String
Units in which the configuration (also known as server parameter) value is expressed.
- documentationLink
- String
Link pointing to the documentation of the configuration (also known as server parameter).
Returns
A new PostgreSqlFlexibleServerConfigurationData instance for mocking.