organizations_elastic_to_azure_subscription_mappings
Creates, updates, deletes, gets or lists an 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
The following fields are returned by SELECT
queries:
- get
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
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | subscriptionId | Get 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.
Name | Datatype | Description |
---|---|---|
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
SELECT
examples
- get
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
;