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

IPartialMinimalTrackedResourceWithIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.PartialMinimalTrackedResourceWithIdentityTypeConverter))]
public interface IPartialMinimalTrackedResourceWithIdentity : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IPartialMinimalTrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.PartialMinimalTrackedResourceWithIdentityTypeConverter))>]
type IPartialMinimalTrackedResourceWithIdentity = interface
    interface IJsonSerializable
    interface IPartialMinimalTrackedResource
Public Interface IPartialMinimalTrackedResourceWithIdentity
Implements IPartialMinimalTrackedResource
Derived
Attributes
Implements

Properties

IdentityType

Managed service identity (system assigned and/or user assigned identities)

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.

Tag

Resource tags.

(Inherited from IPartialMinimalTrackedResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to