ManagedIdentityCredential Class
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.
Managed identity credential.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ManagedIdentity")]
public class ManagedIdentityCredential : Microsoft.Azure.Management.DataFactory.Models.Credential
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ManagedIdentity")>]
type ManagedIdentityCredential = class
inherit Credential
Public Class ManagedIdentityCredential
Inherits Credential
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Credential) |
Annotations |
Gets or sets list of tags that can be used for describing the Credential. (Inherited from Credential) |
Description |
Gets or sets credential description. (Inherited from Credential) |
ResourceId |
Gets or sets the resource id of user assigned managed identity |
Applies to
Azure SDK for .NET