operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.mysql.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on this particular object. |
display | object | Display metadata associated with the operation. |
origin | string | The intended executor of the operation. |
properties | object | Additional descriptions for the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available REST API operations. |
check_name_availability_execute | EXEC | locationName, subscriptionId, data__name | Check the availability of name for server |
check_name_availability_without_location_execute | EXEC | subscriptionId, data__name | Check the availability of name for server |
check_virtual_network_subnet_usage_execute | EXEC | locationName, subscriptionId | Get 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
;