Share via


ManagedServiceIdentityAutoGenerated Class

Definition

Managed service identity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ManagedServiceIdentityAutoGeneratedTypeConverter))]
public class ManagedServiceIdentityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IManagedServiceIdentityAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ManagedServiceIdentityAutoGeneratedTypeConverter))>]
type ManagedServiceIdentityAutoGenerated = class
    interface IManagedServiceIdentityAutoGenerated
    interface IJsonSerializable
Public Class ManagedServiceIdentityAutoGenerated
Implements IManagedServiceIdentityAutoGenerated
Inheritance
ManagedServiceIdentityAutoGenerated
Attributes
Implements

Constructors

ManagedServiceIdentityAutoGenerated()

Creates an new ManagedServiceIdentityAutoGenerated instance.

Properties

PrincipalId

Principal Id of managed service identity.

TenantId

Tenant of managed service identity.

Type

Type of managed service identity.

UserAssignedIdentity

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedServiceIdentityAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedServiceIdentityAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IManagedServiceIdentityAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedServiceIdentityAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to