locations_billing_specs
Creates, updates, deletes, gets or lists a locations_billing_specs
resource.
Overview
Name | locations_billing_specs |
Type | Resource |
Id | azure.hdinsight.locations_billing_specs |
Fields
Name | Datatype | Description |
---|---|---|
billingResources | array | The billing and managed disk billing resources for a region. |
vmSizeFilters | array | The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. |
vmSizeProperties | array | The vm size properties. |
vmSizes | array | The virtual machine sizes to include or exclude. |
vmSizesWithEncryptionAtHost | array | The vm sizes which enable encryption at host. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, subscriptionId | Lists the billingSpecs for the specified subscription and location. |
SELECT
examples
Lists the billingSpecs for the specified subscription and location.
SELECT
billingResources,
vmSizeFilters,
vmSizeProperties,
vmSizes,
vmSizesWithEncryptionAtHost
FROM azure.hdinsight.locations_billing_specs
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';