ServicePrincipal 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
ServicePrincipal() | |
ServicePrincipal(String, String, String, String) |
ServicePrincipal()
public ServicePrincipal ();
Public Sub New ()
Applies to
ServicePrincipal(String, String, String, String)
public ServicePrincipal (string principalId = default, string clientId = default, string tenantId = default, string type = default);
new Microsoft.Azure.Commands.Sql.Common.ServicePrincipal : string * string * string * string -> Microsoft.Azure.Commands.Sql.Common.ServicePrincipal
Public Sub New (Optional principalId As String = Nothing, Optional clientId As String = Nothing, Optional tenantId As String = Nothing, Optional type As String = Nothing)
Parameters
- principalId
- String
- clientId
- String
- tenantId
- String
- type
- String