VideoAnalyzerIdentity 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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET