Share via


CosmosDBForPostgreSqlServerRoleGroupConfiguration Constructor

Definition

Initializes a new instance of CosmosDBForPostgreSqlServerRoleGroupConfiguration.

public CosmosDBForPostgreSqlServerRoleGroupConfiguration(Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRole role, string value);
new Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRoleGroupConfiguration : Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRole * string -> Azure.ResourceManager.CosmosDBForPostgreSql.Models.CosmosDBForPostgreSqlServerRoleGroupConfiguration
Public Sub New (role As CosmosDBForPostgreSqlServerRole, value As String)

Parameters

role
CosmosDBForPostgreSqlServerRole

The role of servers in the server role group.

value
String

Value of the configuration.

Exceptions

value is null.

Applies to