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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET