Skip to main content

saa_s

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

Overview

Namesaa_s
TypeResource
Idazure_isv.newrelicobservability.saa_s

Fields

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
activate_resourceexecsubscription_id, saasGuid, publisherIdResolve the token to get the SaaS resource ID and activate the SaaS resource.

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
subscription_idstring

Lifecycle Methods

Resolve the token to get the SaaS resource ID and activate the SaaS resource.

EXEC azure_isv.newrelicobservability.saa_s.activate_resource 
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"saasGuid": "{{ saasGuid }}",
"publisherId": "{{ publisherId }}"
}'
;