VideoAnalyzerArgs

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}

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
val accountName: Output<String>? = null

The Video Analyzer account name.

Link copied to clipboard
val encryption: Output<AccountEncryptionArgs>? = null

The account encryption properties.

Link copied to clipboard
val identity: Output<VideoAnalyzerIdentityArgs>? = null

The identities associated to the Video Analyzer resource.

Link copied to clipboard
val iotHubs: Output<List<IotHubArgs>>? = null

The IoT Hubs for this resource.

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard

Network access control for Video Analyzer.

Link copied to clipboard
val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null

Whether or not public network access is allowed for resources under the Video Analyzer account.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The storage accounts for this resource.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): VideoAnalyzerArgs