Skip to main content

servers

Overview

Nameservers
TypeResource
Idazure.postgresql.servers

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
identityobjectInformation describing the identities associated with this application.
locationstringThe geo-location where the resource lives
propertiesobjectThe properties of a server.
skuobjectThe resource model definition representing SKU
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, serverName, subscriptionIdGets information about a server.
listSELECTsubscriptionIdList all the servers in a given subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList all the servers in a given resource group.
createINSERTresourceGroupName, serverName, subscriptionIdCreates a new server.
deleteDELETEresourceGroupName, serverName, subscriptionIdDeletes a server.
_listEXECsubscriptionIdList all the servers in a given subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdList all the servers in a given resource group.
restartEXECresourceGroupName, serverName, subscriptionIdRestarts a server.
startEXECresourceGroupName, serverName, subscriptionIdStarts a server.
stopEXECresourceGroupName, serverName, subscriptionIdStops a server.
updateEXECresourceGroupName, serverName, subscriptionIdUpdates an existing server. The request body can contain one to many of the properties present in the normal server definition.