Compartilhar via


UserAssignedServiceIdentity Class

Definition

Managed service identity (user assigned identities)

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

Constructors

Name Description
UserAssignedServiceIdentity()

Creates an new UserAssignedServiceIdentity instance.

Properties

Name Description
Type

Type of manage identity

UserAssignedIdentity

User assigned identities dictionary

Methods

Name Description
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.SapVirtualInstance.Models.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