Skip to main content

alerts_externals

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

Overview

Namealerts_externals
TypeResource
Idazure.cost_management.alerts_externals

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource name.
eTagstringeTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
propertiesobjectAlert properties.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTexternalCloudProviderId, externalCloudProviderTypeLists the Alerts for external cloud provider type defined.

SELECT examples

Lists the Alerts for external cloud provider type defined.

SELECT
id,
name,
eTag,
properties,
type
FROM azure.cost_management.alerts_externals
WHERE externalCloudProviderId = '{{ externalCloudProviderId }}'
AND externalCloudProviderType = '{{ externalCloudProviderType }}';