Share via


PostgreSqlFlexibleServerUserAssignedIdentity Constructor

Definition

Initializes a new instance of PostgreSqlFlexibleServerUserAssignedIdentity.

public PostgreSqlFlexibleServerUserAssignedIdentity (Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType identityType);
new Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerUserAssignedIdentity : Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerUserAssignedIdentity
Public Sub New (identityType As PostgreSqlFlexibleServerIdentityType)

Parameters

identityType
PostgreSqlFlexibleServerIdentityType

the types of identities associated with this resource; currently restricted to 'None and UserAssigned'.

Applies to