Partager via


VideoAnalyzerAccount Constructeurs

Définition

Surcharges

VideoAnalyzerAccount()

Initialise une nouvelle instance de la classe VideoAnalyzerAccount.

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

Initialise une nouvelle instance de la classe VideoAnalyzerAccount.

VideoAnalyzerAccount()

Initialise une nouvelle instance de la classe VideoAnalyzerAccount.

public VideoAnalyzerAccount ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe VideoAnalyzerAccount.

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)

Paramètres

location
String

Emplacement géographique où réside la ressource

storageAccounts
IList<StorageAccount>

Comptes de stockage pour cette ressource.

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

systemData
SystemData

Métadonnées Azure Resource Manager contenant les informations createdBy et modifiedBy.

tags
IDictionary<String,String>

Balises de ressource.

endpoints
IList<Endpoint>

Points de terminaison associés à cette ressource.

encryption
AccountEncryption

Propriétés de chiffrement de compte.

iotHubs
IList<IotHub>

IoT Hubs pour cette ressource.

publicNetworkAccess
Nullable<PublicNetworkAccess>

Indique si l’accès au réseau public est autorisé ou non pour les ressources sous le compte Video Analyzer. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'

networkAccessControl
NetworkAccessControl

Contrôle d’accès réseau pour Video Analyzer.

provisioningState
ProvisioningState

État d’approvisionnement du compte Video Analyzer. Les valeurs possibles sont les suivantes : 'Failed', 'InProgress', 'Succeeded'

privateEndpointConnections
IList<PrivateEndpointConnection>

Connexions de point de terminaison privé créées sous le compte Video Analyzer.

identity
VideoAnalyzerIdentity

Identités associées à la ressource Video Analyzer.

S’applique à