Compartilhar via


ManagedComputeIdentity Class

Definition

Managed compute identity definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedComputeIdentityTypeConverter))]
public class ManagedComputeIdentity : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedComputeIdentity, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedComputeIdentityTypeConverter))>]
type ManagedComputeIdentity = class
    interface IManagedComputeIdentity
    interface IJsonSerializable
    interface IMonitorComputeIdentityBase
    interface IValidates
Public Class ManagedComputeIdentity
Implements IManagedComputeIdentity, IValidates
Inheritance
ManagedComputeIdentity
Attributes
Implements

Constructors

ManagedComputeIdentity()

Creates an new ManagedComputeIdentity instance.

Properties

ComputeIdentityType

[Required] Specifies the type of identity to use within the monitoring jobs.

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedComputeIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedComputeIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedComputeIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedComputeIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to