alerts_externals
Creates, updates, deletes, gets or lists a alerts_externals
resource.
Overview
Name | alerts_externals |
Type | Resource |
Id | azure.cost_management.alerts_externals |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource name. |
eTag | string | eTag 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. |
properties | object | Alert properties. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | externalCloudProviderId, externalCloudProviderType | Lists 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 }}';