ManagedServiceIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter))]
public class ManagedServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IManagedServiceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ManagedServiceIdentityTypeConverter))>]
type ManagedServiceIdentity = class
    interface IManagedServiceIdentity
    interface IJsonSerializable
Public Class ManagedServiceIdentity
Implements IManagedServiceIdentity
Inheritance
ManagedServiceIdentity
Attributes
Implements

Constructors

ManagedServiceIdentity()

Properties

PrincipalId
TenantId
Type
UserAssignedIdentity

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to