Skip to main content

servers

Overview

Nameservers
TypeResource
Idazure.mysql.servers

Fields

NameDatatypeDescription
identityobjectProperties to configure Identity for Bring your Own Keys
locationstringThe geo-location where the resource lives
propertiesobjectThe properties of a server.
skuobjectBilling information related properties of a server.
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, subscriptionIdCreates 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.
failoverEXECresourceGroupName, serverName, subscriptionIdManual failover a server.
reset_gtidEXECresourceGroupName, serverName, subscriptionIdResets GTID on a server.
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.