Skip to main content

assets

Overview

Nameassets
TypeResource
Idazure.device_registry.assets

Fields

NameDatatypeDescription
extendedLocationobjectThe extended location.
locationstringThe geo-location where the resource lives
propertiesobjectAsset resource properties.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTassetName, resourceGroupName, subscriptionIdRetrieve a single asset.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList all assets in a resource group.
list_by_subscriptionSELECTsubscriptionIdList all assets in a subscription.
create_or_replaceINSERTassetName, resourceGroupName, subscriptionId, data__extendedLocationCreate a new asset or replace an existing asset.
deleteDELETEassetName, resourceGroupName, subscriptionIdDelete an asset.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdList all assets in a resource group.
_list_by_subscriptionEXECsubscriptionIdList all assets in a subscription.
updateEXECassetName, resourceGroupName, subscriptionIdUpdate specific asset properties.