Azure Video Analyzer Edge Module
This page shows how to write Terraform and Azure Resource Manager for Video Analyzer Edge Module and write them securely.
azurerm_video_analyzer_edge_module (Terraform)
The Edge Module in Video Analyzer can be configured in Terraform with the resource name azurerm_video_analyzer_edge_module
. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
The following arguments are supported:
name
- (Required) Specifies the name of the Video Analyzer Edge Module. Changing this forces a new resource to be created.resource_group_name
- (Required) The name of the resource group in which to create the Video Analyzer Edge Module. Changing this forces a new resource to be created.video_analyzer_name
- (Required) The name of the Video Analyzer in which to create the Edge Module. Changing this forces a new resource to be created.
The following attributes are exported:
id
- The ID of the Video Analyzer Edge Module.
Explanation in Terraform Registry
Manages a Video Analyzer Edge Module.
Microsoft.Media/videoAnalyzers/edgeModules (Azure Resource Manager)
The videoAnalyzers/edgeModules in Microsoft.Media can be configured in Azure Resource Manager with the resource name Microsoft.Media/videoAnalyzers/edgeModules
. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.