Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.mysql.operations

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object.
displayobjectDisplay metadata associated with the operation.
originstringThe intended executor of the operation.
propertiesobjectAdditional descriptions for the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available REST API operations.
check_name_availability_executeEXEClocationName, subscriptionId, data__nameCheck the availability of name for server
check_name_availability_without_location_executeEXECsubscriptionId, data__nameCheck the availability of name for server
check_virtual_network_subnet_usage_executeEXEClocationName, subscriptionIdGet virtual network subnet usage for a given vNet resource id.

SELECT examples

Lists all of the available REST API operations.

SELECT
name,
display,
origin,
properties
FROM azure.mysql.operations
;