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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET