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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET