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. Azure REST API version: 2021-11-01-preview. Prior API version in Azure Native 1.x: 2021-05-01-preview. Other available API versions: 2021-05-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
fun VideoAnalyzerArgs(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)