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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ServicePrincipalInformationTypeConverter))]
public class ServicePrincipalInformation : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServicePrincipalInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ServicePrincipalInformationTypeConverter))>]
type ServicePrincipalInformation = class
interface IServicePrincipalInformation
interface IJsonSerializable
Public Class ServicePrincipalInformation
Implements IServicePrincipalInformation
- Inheritance
-
ServicePrincipalInformation
- Attributes
- Implements
Constructors
ServicePrincipalInformation() |
Creates an new ServicePrincipalInformation instance. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServicePrincipalInformation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServicePrincipalInformation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServicePrincipalInformation. |
FromJsonString(String) |
Creates a new instance of ServicePrincipalInformation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServicePrincipalInformation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |