Udostępnij za pośrednictwem


UserAssignedServiceIdentity Class

Definition

Managed service identity (user assigned identities)

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20221001Preview.UserAssignedServiceIdentityTypeConverter))]
public class UserAssignedServiceIdentity : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20221001Preview.IUserAssignedServiceIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20221001Preview.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.Models.Api20221001Preview.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