ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent 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.
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.
Returns
A new PostgreSqlFlexibleServerMicrosoftEntraAdministratorCreateOrUpdateContent instance for mocking.