你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VideoAnalyzerIdentity 构造函数

定义

重载

VideoAnalyzerIdentity()

初始化 VideoAnalyzerIdentity 类的新实例。

VideoAnalyzerIdentity(String, IDictionary<String,UserAssignedManagedIdentity>)

初始化 VideoAnalyzerIdentity 类的新实例。

VideoAnalyzerIdentity()

初始化 VideoAnalyzerIdentity 类的新实例。

public VideoAnalyzerIdentity ();
Public Sub New ()

适用于

VideoAnalyzerIdentity(String, IDictionary<String,UserAssignedManagedIdentity>)

初始化 VideoAnalyzerIdentity 类的新实例。

public VideoAnalyzerIdentity (string type, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.VideoAnalyzer.Models.UserAssignedManagedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerIdentity : string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.VideoAnalyzer.Models.UserAssignedManagedIdentity> -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerIdentity
Public Sub New (type As String, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedManagedIdentity) = Nothing)

参数

type
String

标识类型。

userAssignedIdentities
IDictionary<String,UserAssignedManagedIdentity>

用户分配的托管标识。

适用于