ServicePrincipalInformation 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.
ServicePrincipalInformation represents the details of the service principal to be used by the cluster during Arc Appliance installation.
public class ServicePrincipalInformation
type ServicePrincipalInformation = class
Public Class ServicePrincipalInformation
- Inheritance
-
ServicePrincipalInformation
Constructors
ServicePrincipalInformation(String, String, String) |
Initializes a new instance of ServicePrincipalInformation. |
Properties
ApplicationId |
The application ID, also known as client ID, of the service principal. |
Password |
The password of the service principal. |
PrincipalId |
The principal ID, also known as the object ID, of the service principal. |
TenantId |
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created. |
Applies to
Azure SDK for .NET