Udostępnij za pośrednictwem


ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerUserAssignedIdentity Method

Definition

Initializes a new instance of PostgreSqlFlexibleServerUserAssignedIdentity.

public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerUserAssignedIdentity PostgreSqlFlexibleServerUserAssignedIdentity (System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Models.UserAssignedIdentity> userAssignedIdentities = default, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType identityType = default, Guid? tenantId = default);
static member PostgreSqlFlexibleServerUserAssignedIdentity : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Models.UserAssignedIdentity> * Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType * Nullable<Guid> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerUserAssignedIdentity
Public Shared Function PostgreSqlFlexibleServerUserAssignedIdentity (Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentity) = Nothing, Optional identityType As PostgreSqlFlexibleServerIdentityType = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing) As PostgreSqlFlexibleServerUserAssignedIdentity

Parameters

userAssignedIdentities
IDictionary<String,UserAssignedIdentity>

represents user assigned identities map.

identityType
PostgreSqlFlexibleServerIdentityType

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

tenantId
Nullable<Guid>

Tenant id of the server.

Returns

A new PostgreSqlFlexibleServerUserAssignedIdentity instance for mocking.

Applies to