你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServicePrincipalInformation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ServicePrincipalInformationTypeConverter))]
public interface IServicePrincipalInformation : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ServicePrincipalInformationTypeConverter))>]
type IServicePrincipalInformation = interface
    interface IJsonSerializable
Public Interface IServicePrincipalInformation
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to