Skip to main content

organizations_elastic_to_azure_subscription_mappings

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

Overview

Nameorganizations_elastic_to_azure_subscription_mappings
TypeResource
Idazure_isv.elastic.organizations_elastic_to_azure_subscription_mappings

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
propertiesobjectThe properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectsubscriptionIdGet Elastic Organization To Azure Subscription Mapping details for the logged-in user.

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
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

SELECT examples

Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.

SELECT
properties
FROM azure_isv.elastic.organizations_elastic_to_azure_subscription_mappings
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;