Skip to main content

organizations_elastic_to_azure_subscription_mappings

Creates, updates, deletes, gets or lists a 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

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

Methods

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

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 }}';