VideoAnalyzerUpdate Constructors
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.
Overloads
VideoAnalyzerUpdate() |
Initializes a new instance of the VideoAnalyzerUpdate class. |
VideoAnalyzerUpdate(IDictionary<String,String>, IList<StorageAccount>, IList<Endpoint>, AccountEncryption, IList<IotHub>, Nullable<PublicNetworkAccess>, NetworkAccessControl, ProvisioningState, IList<PrivateEndpointConnection>, VideoAnalyzerIdentity) |
Initializes a new instance of the VideoAnalyzerUpdate class. |
VideoAnalyzerUpdate()
Initializes a new instance of the VideoAnalyzerUpdate class.
public VideoAnalyzerUpdate ();
Public Sub New ()
Applies to
VideoAnalyzerUpdate(IDictionary<String,String>, IList<StorageAccount>, IList<Endpoint>, AccountEncryption, IList<IotHub>, Nullable<PublicNetworkAccess>, NetworkAccessControl, ProvisioningState, IList<PrivateEndpointConnection>, VideoAnalyzerIdentity)
Initializes a new instance of the VideoAnalyzerUpdate class.
public VideoAnalyzerUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.StorageAccount> storageAccounts = 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.VideoAnalyzerUpdate : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.StorageAccount> * 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.VideoAnalyzerUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional storageAccounts As IList(Of StorageAccount) = 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
- tags
- IDictionary<String,String>
Resource tags.
- storageAccounts
- IList<StorageAccount>
The storage accounts for this resource.
- encryption
- AccountEncryption
The account encryption properties.
- 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
Azure SDK for .NET