ManagedIdentityCredential 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
ManagedIdentityCredential() |
Initializes a new instance of the ManagedIdentityCredential class. |
ManagedIdentityCredential(IDictionary<String,Object>, String, IList<Object>, String) |
Initializes a new instance of the ManagedIdentityCredential class. |
ManagedIdentityCredential()
Initializes a new instance of the ManagedIdentityCredential class.
public ManagedIdentityCredential ();
Public Sub New ()
Applies to
ManagedIdentityCredential(IDictionary<String,Object>, String, IList<Object>, String)
Initializes a new instance of the ManagedIdentityCredential class.
public ManagedIdentityCredential (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<object> annotations = default, string resourceId = default);
new Microsoft.Azure.Management.DataFactory.Models.ManagedIdentityCredential : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<obj> * string -> Microsoft.Azure.Management.DataFactory.Models.ManagedIdentityCredential
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional resourceId As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Credential description.
- resourceId
- String
The resource id of user assigned managed identity
Applies to
Azure SDK for .NET