VideoAnalyzerAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A 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
- Attributes
Constructors
VideoAnalyzerAccount() |
Initializes a new instance of the VideoAnalyzerAccount class. |
VideoAnalyzerAccount(String, String, String, String, IDictionary<String,String>, IList<StorageAccount>, IList<Endpoint>, AccountEncryption, SystemData, VideoAnalyzerIdentity) |
Initializes a new instance of the VideoAnalyzerAccount class. |
Properties
Encryption |
Gets or sets the account encryption properties. |
Endpoints |
Gets the list of 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 set of managed identities associated with the Video Analyzer 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) |
StorageAccounts |
Gets or sets the storage accounts for this resource. |
SystemData |
Gets the system data of the Video Analyzer account. |
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. |