VideoAnalyzerUpdate Class

Definition

The update operation for a Video Analyzer account.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VideoAnalyzerUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VideoAnalyzerUpdate = class
Public Class VideoAnalyzerUpdate
Inheritance
VideoAnalyzerUpdate
Attributes

Constructors

VideoAnalyzerUpdate()

Initializes a new instance of the VideoAnalyzerUpdate class.

VideoAnalyzerUpdate(IDictionary<String,String>, IList<StorageAccount>, IList<Endpoint>, AccountEncryption, IList<IotHub>, Nullable<PublicNetworkAccess>, NetworkAccessControl, ProvisioningState, IList<PrivateEndpointConnection>, VideoAnalyzerIdentity)

Initializes a new instance of the VideoAnalyzerUpdate class.

Properties

Encryption

Gets or sets the account encryption properties.

Endpoints

Gets the endpoints associated with this resource.

Identity

Gets or sets the identities associated to the Video Analyzer resource.

IotHubs

Gets or sets the IoT Hubs for this resource.

NetworkAccessControl

Gets or sets network access control for Video Analyzer.

PrivateEndpointConnections

Gets private Endpoint Connections created under Video Analyzer account.

ProvisioningState

Gets provisioning state of the Video Analyzer account. Possible values include: 'Failed', 'InProgress', 'Succeeded'

PublicNetworkAccess

Gets or sets whether or not public network access is allowed for resources under the Video Analyzer account. Possible values include: 'Enabled', 'Disabled'

StorageAccounts

Gets or sets the storage accounts for this resource.

Tags

Gets or sets resource tags.

Methods

Validate()

Validate the object.

Applies to