ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent Method

Definition

public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType? principalType = default, string principalName = default, Guid? tenantId = default);
static member PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent : Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType> * string * Nullable<Guid> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent
Public Shared Function PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent (Optional principalType As Nullable(Of PostgreSqlFlexibleServerPrincipalType) = Nothing, Optional principalName As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing) As PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent

Parameters

principalType
Nullable<PostgreSqlFlexibleServerPrincipalType>

Type of Microsoft Entra principal to which the server administrator is associated.

principalName
String

Name of the Microsoft Entra principal.

tenantId
Nullable<Guid>

Identifier of the tenant in which the Microsoft Entra principal exists.

Returns

A new PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent instance for mocking.

Applies to