ServicePrincipalCreateParameters 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
ServicePrincipalCreateParameters() | |
ServicePrincipalCreateParameters(String, Boolean, IList<KeyCredential>, IList<PasswordCredential>) |
ServicePrincipalCreateParameters()
public ServicePrincipalCreateParameters ();
Public Sub New ()
Applies to
ServicePrincipalCreateParameters(String, Boolean, IList<KeyCredential>, IList<PasswordCredential>)
public ServicePrincipalCreateParameters (string appId, bool accountEnabled, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.KeyCredential> keyCredentials = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential> passwordCredentials = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipalCreateParameters : string * bool * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.KeyCredential> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential> -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipalCreateParameters
Public Sub New (appId As String, accountEnabled As Boolean, Optional keyCredentials As IList(Of KeyCredential) = Nothing, Optional passwordCredentials As IList(Of PasswordCredential) = Nothing)
Parameters
- appId
- String
- accountEnabled
- Boolean
- keyCredentials
- IList<KeyCredential>
- passwordCredentials
- IList<PasswordCredential>