Description | : Creates a new server. |
Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId}
{
subscriptionId:
string
,
resourceGroupName:
string
,
serverName:
string
,
objectId:
string
,
api-version:
string
,
parameters:
}
{
,
properties:
}
{
,
principalType:
enum
,
principalName:
string
,
tenantId:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
principalType:
enum
,
principalName:
string
,
objectId:
string
,
tenantId:
string
,
}
⚐ Response (201)
{
properties:
}
{
,
principalType:
enum
,
principalName:
string
,
objectId:
string
,
tenantId:
string
,
}
⚐ Response (202)
{
location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}