CosmosDBForPostgreSqlRoleData(String) Constructor     
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 CosmosDBForPostgreSqlRoleData.
public CosmosDBForPostgreSqlRoleData(string password);new Azure.ResourceManager.CosmosDBForPostgreSql.CosmosDBForPostgreSqlRoleData : string -> Azure.ResourceManager.CosmosDBForPostgreSql.CosmosDBForPostgreSqlRoleDataPublic Sub New (password As String)Parameters
- password
- String
The password of the cluster role.
Exceptions
password is null.