VideoAnalyzerAccount Constructors

Definition

Overloads

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.

VideoAnalyzerAccount()

Initializes a new instance of the VideoAnalyzerAccount class.

public VideoAnalyzerAccount ();
Public Sub New ()

Applies to

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.

public VideoAnalyzerAccount (string location, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.StorageAccount> storageAccounts, string id = default, string name = default, string type = default, Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.Endpoint> endpoints = default, Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryption encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.IotHub> iotHubs = default, Microsoft.Azure.Management.VideoAnalyzer.Models.PublicNetworkAccess? publicNetworkAccess = default, Microsoft.Azure.Management.VideoAnalyzer.Models.NetworkAccessControl networkAccessControl = default, Microsoft.Azure.Management.VideoAnalyzer.Models.ProvisioningState provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection> privateEndpointConnections = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerIdentity identity = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerAccount : string * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.StorageAccount> * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.Endpoint> * Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryption * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.IotHub> * Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.PublicNetworkAccess> * Microsoft.Azure.Management.VideoAnalyzer.Models.NetworkAccessControl * Microsoft.Azure.Management.VideoAnalyzer.Models.ProvisioningState * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection> * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerIdentity -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerAccount
Public Sub New (location As String, storageAccounts As IList(Of StorageAccount), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional endpoints As IList(Of Endpoint) = Nothing, Optional encryption As AccountEncryption = Nothing, Optional iotHubs As IList(Of IotHub) = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccess) = Nothing, Optional networkAccessControl As NetworkAccessControl = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional identity As VideoAnalyzerIdentity = Nothing)

Parameters

location
String

The geo-location where the resource lives

storageAccounts
IList<StorageAccount>

The storage accounts for this resource.

id
String

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

name
String

The name of the resource

type
String

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

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

endpoints
IList<Endpoint>

The endpoints associated with this resource.

encryption
AccountEncryption

The account encryption properties.

iotHubs
IList<IotHub>

The IoT Hubs for this resource.

publicNetworkAccess
Nullable<PublicNetworkAccess>

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

networkAccessControl
NetworkAccessControl

Network access control for Video Analyzer.

provisioningState
ProvisioningState

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

privateEndpointConnections
IList<PrivateEndpointConnection>

Private Endpoint Connections created under Video Analyzer account.

identity
VideoAnalyzerIdentity

The identities associated to the Video Analyzer resource.

Applies to