ServicePrincipalCredential 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
ServicePrincipalCredential() |
Initializes a new instance of the ServicePrincipalCredential class. |
ServicePrincipalCredential(IDictionary<String,Object>, String, IList<Object>, Object, AzureKeyVaultSecretReference, Object) |
Initializes a new instance of the ServicePrincipalCredential class. |
ServicePrincipalCredential()
Initializes a new instance of the ServicePrincipalCredential class.
public ServicePrincipalCredential ();
Public Sub New ()
Applies to
ServicePrincipalCredential(IDictionary<String,Object>, String, IList<Object>, Object, AzureKeyVaultSecretReference, Object)
Initializes a new instance of the ServicePrincipalCredential class.
public ServicePrincipalCredential (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<object> annotations = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference servicePrincipalKey = default, object tenant = default);
new Microsoft.Azure.Management.DataFactory.Models.ServicePrincipalCredential : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<obj> * obj * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * obj -> Microsoft.Azure.Management.DataFactory.Models.ServicePrincipalCredential
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As AzureKeyVaultSecretReference = Nothing, Optional tenant As Object = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Credential description.
- servicePrincipalId
- Object
The app ID of the service principal used to authenticate
- servicePrincipalKey
- AzureKeyVaultSecretReference
The key of the service principal used to authenticate.
- tenant
- Object
The ID of the tenant to which the service principal belongs
Applies to
Azure SDK for .NET