次の方法で共有


VideoAnalyzerUpdate コンストラクター

定義

オーバーロード

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>

このリソースのストレージ アカウント。

endpoints
IList<Endpoint>

このリソースに関連付けられているエンドポイント。

encryption
AccountEncryption

アカウント暗号化のプロパティ。

iotHubs
IList<IotHub>

このリソースの IoT Hubs。

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。

適用対象