Skip to main content

locations_billing_specs

Creates, updates, deletes, gets or lists a locations_billing_specs resource.

Overview

Namelocations_billing_specs
TypeResource
Idazure.hdinsight.locations_billing_specs

Fields

NameDatatypeDescription
billingResourcesarrayThe billing and managed disk billing resources for a region.
vmSizeFiltersarrayThe virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set.
vmSizePropertiesarrayThe vm size properties.
vmSizesarrayThe virtual machine sizes to include or exclude.
vmSizesWithEncryptionAtHostarrayThe vm sizes which enable encryption at host.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdLists 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 }}';