VideoAnalyzerUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VideoAnalyzerUpdate() |
VideoAnalyzerUpdate クラスの新しいインスタンスを初期化します。 |
VideoAnalyzerUpdate(IDictionary<String,String>, IList<StorageAccount>, IList<Endpoint>, AccountEncryption, IList<IotHub>, Nullable<PublicNetworkAccess>, NetworkAccessControl, ProvisioningState, IList<PrivateEndpointConnection>, VideoAnalyzerIdentity) |
VideoAnalyzerUpdate クラスの新しいインスタンスを初期化します。 |
VideoAnalyzerUpdate()
VideoAnalyzerUpdate クラスの新しいインスタンスを初期化します。
public VideoAnalyzerUpdate ();
Public Sub New ()
適用対象
VideoAnalyzerUpdate(IDictionary<String,String>, IList<StorageAccount>, IList<Endpoint>, AccountEncryption, IList<IotHub>, Nullable<PublicNetworkAccess>, NetworkAccessControl, ProvisioningState, IList<PrivateEndpointConnection>, VideoAnalyzerIdentity)
VideoAnalyzerUpdate クラスの新しいインスタンスを初期化します。
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)
パラメーター
- tags
- IDictionary<String,String>
リソース タグ。
- storageAccounts
- IList<StorageAccount>
このリソースのストレージ アカウント。
- encryption
- AccountEncryption
アカウント暗号化のプロパティ。
- publicNetworkAccess
- Nullable<PublicNetworkAccess>
Video Analyzer アカウントのリソースに対してパブリック ネットワーク アクセスが許可されているかどうか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- networkAccessControl
- NetworkAccessControl
Video Analyzer のネットワーク アクセス制御。
- provisioningState
- ProvisioningState
Video Analyzer アカウントのプロビジョニング状態。 指定できる値は、'Failed'、'InProgress'、'Succeeded' です。
- privateEndpointConnections
- IList<PrivateEndpointConnection>
Video Analyzer アカウントで作成されたプライベート エンドポイント接続。
- identity
- VideoAnalyzerIdentity
Video Analyzer リソースに関連付けられている ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET