VideoAnalyzer type

The Video Analyzer account.

type VideoAnalyzer = TrackedResource & {
  encryption?: AccountEncryption
  endpoints?: Endpoint[]
  identity?: VideoAnalyzerIdentity
  iotHubs?: IotHub[]
  networkAccessControl?: NetworkAccessControl
  privateEndpointConnections?: PrivateEndpointConnection[]
  provisioningState?: ProvisioningState
  publicNetworkAccess?: PublicNetworkAccess
  storageAccounts?: StorageAccount[]
}