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.
- description
- String
Description of the configuration.
- defaultValue
- String
Default value of the configuration.
Data type of the configuration.
- allowedValues
- String
Allowed values of the configuration.
- source
- String
Source of the configuration.
- unit
- String
Configuration unit.
- documentationLink
- String
Configuration documentation link.
Returns
A new PostgreSqlFlexibleServerConfigurationData instance for mocking.
Applies to
Azure SDK for .NET