Udostępnij za pośrednictwem


VideoAnalyzerIdentity Constructors

Definition

Overloads

VideoAnalyzerIdentity()

Initializes a new instance of the VideoAnalyzerIdentity class.

VideoAnalyzerIdentity(String, IDictionary<String,UserAssignedManagedIdentity>)

Initializes a new instance of the VideoAnalyzerIdentity class.

VideoAnalyzerIdentity()

Initializes a new instance of the VideoAnalyzerIdentity class.

public VideoAnalyzerIdentity ();
Public Sub New ()

Applies to

VideoAnalyzerIdentity(String, IDictionary<String,UserAssignedManagedIdentity>)

Initializes a new instance of the VideoAnalyzerIdentity class.

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)

Parameters

type
String

The identity type.

userAssignedIdentities
IDictionary<String,UserAssignedManagedIdentity>

The User Assigned Managed Identities.

Applies to