Skip to main content

update_locations

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

Overview

Nameupdate_locations
TypeResource
Idazure_stack.update_admin.update_locations

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
current_oem_versiontextfield from the properties object
current_versiontextfield from the properties object
hardware_modeltextfield from the properties object
last_checkedtextfield from the properties object
last_updatedtextfield from the properties object
locationtextRegion location of resource.
oem_familytextfield from the properties object
package_versionstextfield from the properties object
resourceGroupNametextfield from the properties object
statetextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key-value pairs.
typetextType of resource.
updateLocationtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, subscriptionId, updateLocationGet an update location based on name.
listSELECTresourceGroupName, subscriptionIdGet the list of update locations.

SELECT examples

Get the list of update locations.

SELECT
id,
name,
current_oem_version,
current_version,
hardware_model,
last_checked,
last_updated,
location,
oem_family,
package_versions,
resourceGroupName,
state,
subscriptionId,
tags,
type,
updateLocation
FROM azure_stack.update_admin.vw_update_locations
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';