Megosztás a következőn keresztül:


UserAssignedServiceIdentityAutoGenerated 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.Models.Api20230401.UserAssignedServiceIdentityAutoGeneratedTypeConverter))]
public class UserAssignedServiceIdentityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IUserAssignedServiceIdentityAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.UserAssignedServiceIdentityAutoGeneratedTypeConverter))>]
type UserAssignedServiceIdentityAutoGenerated = class
    interface IUserAssignedServiceIdentityAutoGenerated
    interface IJsonSerializable
Public Class UserAssignedServiceIdentityAutoGenerated
Implements IUserAssignedServiceIdentityAutoGenerated
Inheritance
UserAssignedServiceIdentityAutoGenerated
Attributes
Implements

Constructors

UserAssignedServiceIdentityAutoGenerated()

Creates an new UserAssignedServiceIdentityAutoGenerated instance.

Properties

Type

Type of manage identity

UserAssignedIdentity

User assigned identities dictionary

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserAssignedServiceIdentityAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserAssignedServiceIdentityAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserAssignedServiceIdentityAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to