Skip to main content

servers

Overview

Nameservers
TypeResource
Idazure.maria_db.servers

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectThe properties of a server.
skuobjectThe resource model definition representing SKU
tagsobjectResource tags.

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, subscriptionId, data__location, data__propertiesCreates a new server or updates an existing server. The update action will overwrite the existing 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 stopped server.
stopEXECresourceGroupName, serverName, subscriptionIdStops a running server.
updateEXECresourceGroupName, serverName, subscriptionIdUpdates an existing server. The request body can contain one to many of the properties present in the normal server definition.