VideoAnalyzerAccount Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
VideoAnalyzerAccount() |
Initialisiert eine neue instance der VideoAnalyzerAccount-Klasse. |
VideoAnalyzerAccount(String, IList<StorageAccount>, String, String, String, SystemData, IDictionary<String,String>, IList<Endpoint>, AccountEncryption, IList<IotHub>, Nullable<PublicNetworkAccess>, NetworkAccessControl, ProvisioningState, IList<PrivateEndpointConnection>, VideoAnalyzerIdentity) |
Initialisiert eine neue instance der VideoAnalyzerAccount-Klasse. |
VideoAnalyzerAccount()
Initialisiert eine neue instance der VideoAnalyzerAccount-Klasse.
public VideoAnalyzerAccount();
Public Sub New ()
Gilt für:
VideoAnalyzerAccount(String, IList<StorageAccount>, String, String, String, SystemData, IDictionary<String,String>, IList<Endpoint>, AccountEncryption, IList<IotHub>, Nullable<PublicNetworkAccess>, NetworkAccessControl, ProvisioningState, IList<PrivateEndpointConnection>, VideoAnalyzerIdentity)
Initialisiert eine neue instance der VideoAnalyzerAccount-Klasse.
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)
Parameter
- location
- String
Der geografische Standort, an dem sich die Ressource befindet
- storageAccounts
- IList<StorageAccount>
Die Speicherkonten für diese Ressource.
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
Azure Resource Manager-Metadaten mit createdBy- und modifiedBy-Informationen.
- tags
- IDictionary<String,String>
Ressourcentags.
- encryption
- AccountEncryption
Die Eigenschaften der Kontoverschlüsselung.
- publicNetworkAccess
- Nullable<PublicNetworkAccess>
Gibt an, ob der Zugriff auf öffentliche Netzwerke für Ressourcen unter dem Video Analyzer-Konto zulässig ist. Mögliche Werte: "Enabled", "Disabled"
- networkAccessControl
- NetworkAccessControl
Netzwerkzugriffssteuerung für Video Analyzer.
- provisioningState
- ProvisioningState
Bereitstellungsstatus des Video Analyzer-Kontos. Mögliche Werte: "Failed", "InProgress", "Succeeded"
- privateEndpointConnections
- IList<PrivateEndpointConnection>
Private Endpunktverbindungen, die unter dem Video Analyzer-Konto erstellt wurden.
- identity
- VideoAnalyzerIdentity
Die Identitäten, die der Video Analyzer-Ressource zugeordnet sind.
Gilt für:
Azure SDK for .NET