Share via


UserAssignedServiceIdentity Class

Definition

A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.UserAssignedServiceIdentityTypeConverter))]
public class UserAssignedServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IUserAssignedServiceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.UserAssignedServiceIdentityTypeConverter))>]
type UserAssignedServiceIdentity = class
    interface IUserAssignedServiceIdentity
    interface IJsonSerializable
Public Class UserAssignedServiceIdentity
Implements IUserAssignedServiceIdentity
Inheritance
UserAssignedServiceIdentity
Attributes
Implements

Constructors

UserAssignedServiceIdentity()

Creates an new UserAssignedServiceIdentity instance.

Properties

Type

Type of manage identity

UserAssignedIdentity

User assigned identities dictionary

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserAssignedServiceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserAssignedServiceIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IUserAssignedServiceIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserAssignedServiceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to