ArmCosmosDBForPostgreSqlModelFactory.CosmosDBForPostgreSqlServerRoleGroupConfiguration 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 CosmosDBForPostgreSqlServerRoleGroupConfiguration.
public static Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRoleGroupConfiguration CosmosDBForPostgreSqlServerRoleGroupConfiguration(Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRole role = default, string value = default, string defaultValue = default, string source = default);
static member CosmosDBForPostgreSqlServerRoleGroupConfiguration : Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRole * string * string * string -> Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRoleGroupConfiguration
Public Shared Function CosmosDBForPostgreSqlServerRoleGroupConfiguration (Optional role As CosmosDBForPostgreSqlServerRole = Nothing, Optional value As String = Nothing, Optional defaultValue As String = Nothing, Optional source As String = Nothing) As CosmosDBForPostgreSqlServerRoleGroupConfiguration
Parameters
The role of servers in the server role group.
- value
- String
Value of the configuration.
- defaultValue
- String
Default value of the configuration.
- source
- String
Source of the configuration.
Returns
A new CosmosDBForPostgreSqlServerRoleGroupConfiguration instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET