Share via


VideoAnalyzerAccount Class

Definition

The Video Analyzer account.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VideoAnalyzerAccount : Microsoft.Azure.Management.VideoAnalyzer.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VideoAnalyzerAccount = class
    inherit TrackedResource
Public Class VideoAnalyzerAccount
Inherits TrackedResource
Inheritance
VideoAnalyzerAccount
Attributes

Constructors

VideoAnalyzerAccount()

Initializes a new instance of the VideoAnalyzerAccount class.

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

Initializes a new instance of the VideoAnalyzerAccount class.

Properties

Encryption

Gets or sets the account encryption properties.

Endpoints

Gets the endpoints associated with this resource.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Identity

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

IotHubs

Gets or sets the IoT Hubs for this resource.

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from 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.

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to