UserAssignedIdentities Class
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.
The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.UserAssignedIdentitiesTypeConverter))]
public class UserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IUserAssignedIdentities
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.UserAssignedIdentitiesTypeConverter))>]
type UserAssignedIdentities = class
interface IUserAssignedIdentities
interface IJsonSerializable
Public Class UserAssignedIdentities
Implements IUserAssignedIdentities
- Inheritance
-
UserAssignedIdentities
- Attributes
- Implements
Constructors
UserAssignedIdentities() |
Creates an new UserAssignedIdentities instance. |
Properties
ClientId |
The client id of user assigned identity. |
PrincipalId |
The principal id of user assigned identity. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserAssignedIdentities. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserAssignedIdentities. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IUserAssignedIdentities. |
FromJsonString(String) |
Creates a new instance of UserAssignedIdentities, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserAssignedIdentities into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |