IPartialMinimalTrackedResourceWithIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |