Share via


ManagedIdentityCredential Constructors

Definition

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.

annotations
IList<Object>

List of tags that can be used for describing the Credential.

resourceId
String

The resource id of user assigned managed identity

Applies to