Skip to main content

and_associate_ip_filters

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

Overview

Nameand_associate_ip_filters
TypeResource
Idazure_isv.elastic.and_associate_ip_filters

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
createINSERTmonitorName, resourceGroupName, subscriptionId

INSERT example

Use the following StackQL query and manifest file to create a new and_associate_ip_filters resource.

/*+ create */
INSERT INTO azure_isv.elastic.and_associate_ip_filters (
monitorName,
resourceGroupName,
subscriptionId
)
SELECT
'{{ monitorName }}',
'{{ resourceGroupName }}',
'{{ subscriptionId }}'
;