Skip to main content

executes

Creates, updates, deletes, gets or lists an executes resource.

Overview

Nameexecutes
TypeResource
Idazure.mysql.executes

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
privateDnsZoneSuffixstringRepresents the private DNS zone suffix.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet private DNS zone suffix in the cloud.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get private DNS zone suffix in the cloud.

SELECT
privateDnsZoneSuffix
FROM azure.mysql.executes
;