Skip to main content

edge_modules

Overview

Nameedge_modules
TypeResource
Idazure.video_analyzer.edge_modules

Fields

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, edgeModuleName, resourceGroupName, subscriptionIdRetrieves an existing edge module resource with the given name.
listSELECTaccountName, resourceGroupName, subscriptionIdList all existing edge module resources, along with their JSON representations.
create_or_updateINSERTaccountName, edgeModuleName, resourceGroupName, subscriptionIdCreates a new edge module or updates an existing one. An edge module resource enables a single instance of an Azure Video Analyzer IoT edge module to interact with the Video Analyzer Account. This is used for authorization and also to make sure that the particular edge module instance only has access to the data it requires from the Azure Video Analyzer service. A new edge module resource should be created for every new instance of an Azure Video Analyzer edge module deployed to you Azure IoT edge environment. Edge module resources can be deleted if the specific module is not in use anymore.
deleteDELETEaccountName, edgeModuleName, resourceGroupName, subscriptionIdDeletes an existing edge module resource. Deleting the edge module resource will prevent an Azure Video Analyzer IoT edge module which was previously initiated with the module provisioning token from communicating with the cloud.
_listEXECaccountName, resourceGroupName, subscriptionIdList all existing edge module resources, along with their JSON representations.