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

ResourceIdentity Class

Definition

Msi identity details of the resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ResourceIdentityTypeConverter))]
public class ResourceIdentity : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IResourceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ResourceIdentityTypeConverter))>]
type ResourceIdentity = class
    interface IResourceIdentity
    interface IJsonSerializable
Public Class ResourceIdentity
Implements IResourceIdentity
Inheritance
ResourceIdentity
Attributes
Implements

Constructors

ResourceIdentity()

Creates an new ResourceIdentity instance.

Properties

PrincipalId

Service Principal Id backing the Msi

TenantId

Home Tenant Id

Type

Identity type

UserAssignedIdentity

User Assigned Identities

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IResourceIdentity.

FromJsonString(String)

Creates a new instance of ResourceIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to