organizations_elastic_to_azure_subscription_mappings
Creates, updates, deletes, gets or lists a organizations_elastic_to_azure_subscription_mappings
resource.
Overview
Name | organizations_elastic_to_azure_subscription_mappings |
Type | Resource |
Id | azure_isv.elastic.organizations_elastic_to_azure_subscription_mappings |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Get 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 }}';