你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserAssignedServiceIdentity Class

Definition

Managed service identity (user assigned identities)

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