Video Analyzer Args
data class VideoAnalyzerArgs(val accountName: Output<String>? = null, val encryption: Output<AccountEncryptionArgs>? = null, val identity: Output<VideoAnalyzerIdentityArgs>? = null, val iotHubs: Output<List<IotHubArgs>>? = null, val location: Output<String>? = null, val networkAccessControl: Output<NetworkAccessControlArgs>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val storageAccounts: Output<List<StorageAccountArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<VideoAnalyzerArgs>
The Video Analyzer account. Uses Azure REST API version 2021-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-11-01-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:videoanalyzer:VideoAnalyzer contosomovies /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(accountName: Output<String>? = null, encryption: Output<AccountEncryptionArgs>? = null, identity: Output<VideoAnalyzerIdentityArgs>? = null, iotHubs: Output<List<IotHubArgs>>? = null, location: Output<String>? = null, networkAccessControl: Output<NetworkAccessControlArgs>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, storageAccounts: Output<List<StorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
The Video Analyzer account name.
Link copied to clipboard
The account encryption properties.
Link copied to clipboard
The identities associated to the Video Analyzer resource.
Link copied to clipboard
The IoT Hubs for this resource.
Link copied to clipboard
Network access control for Video Analyzer.
Link copied to clipboard
Whether or not public network access is allowed for resources under the Video Analyzer account.
Link copied to clipboard
The name of the resource group. The name is case insensitive.
Link copied to clipboard
The storage accounts for this resource.