VideoAnalyzerUpdate interface
The update operation for a Video Analyzer account.
Properties
encryption | The account encryption properties. |
endpoints | The endpoints associated with this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
identity | The identities associated to the Video Analyzer resource. |
iot |
The IoT Hubs for this resource. |
network |
Network access control for Video Analyzer. |
private |
Private Endpoint Connections created under Video Analyzer account. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the Video Analyzer account. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Whether or not public network access is allowed for resources under the Video Analyzer account. |
storage |
The storage accounts for this resource. |
tags | Resource tags. |
Property Details
encryption
endpoints
The endpoints associated with this resource. NOTE: This property will not be serialized. It can only be populated by the server.
endpoints?: Endpoint[]
Property Value
Endpoint[]
identity
The identities associated to the Video Analyzer resource.
identity?: VideoAnalyzerIdentity
Property Value
iotHubs
networkAccessControl
Network access control for Video Analyzer.
networkAccessControl?: NetworkAccessControl
Property Value
privateEndpointConnections
Private Endpoint Connections created under Video Analyzer account. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the Video Analyzer account. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicNetworkAccess
Whether or not public network access is allowed for resources under the Video Analyzer account.
publicNetworkAccess?: string
Property Value
string
storageAccounts
The storage accounts for this resource.
storageAccounts?: StorageAccount[]
Property Value
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Azure SDK for JavaScript