다음을 통해 공유


ManagedIdentityProperties Class

Definition

Managed identity properties retrieved from ARM request headers.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ManagedIdentityPropertiesTypeConverter))]
public class ManagedIdentityProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IManagedIdentityProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ManagedIdentityPropertiesTypeConverter))>]
type ManagedIdentityProperties = class
    interface IManagedIdentityProperties
    interface IJsonSerializable
Public Class ManagedIdentityProperties
Implements IManagedIdentityProperties
Inheritance
ManagedIdentityProperties
Attributes
Implements

Constructors

Name Description
ManagedIdentityProperties()

Creates an new ManagedIdentityProperties instance.

Properties

Name Description
PrincipalId

Principal Id of system-assigned managed identity.

TenantId

Tenant Id of system-assigned managed identity.

Type

Type of the managed identity

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedIdentityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedIdentityProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IManagedIdentityProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedIdentityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to