ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerUserAssignedIdentity 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 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'.
Returns
A new PostgreSqlFlexibleServerUserAssignedIdentity instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET