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

IIdentityDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IdentityDetailsTypeConverter))]
public interface IIdentityDetails : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IdentityDetailsTypeConverter))>]
type IIdentityDetails = interface
    interface IJsonSerializable
Public Interface IIdentityDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

Specifies the principal id for the identity for the job.

TenantId

Specifies the tenant id for the identity for the job.

Type

The type of identity

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to