ResourceIdentityUserAssignedIdentities 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-assigned identities associated with the resource. The user-assigned identity dictionary keys 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.AppConfiguration.Models.Api20220501.ResourceIdentityUserAssignedIdentitiesTypeConverter))]
public class ResourceIdentityUserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities, Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IUserIdentity>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ResourceIdentityUserAssignedIdentitiesTypeConverter))>]
type ResourceIdentityUserAssignedIdentities = class
interface IResourceIdentityUserAssignedIdentities
interface IJsonSerializable
interface IAssociativeArray<IUserIdentity>
Public Class ResourceIdentityUserAssignedIdentities
Implements IAssociativeArray(Of IUserIdentity), IResourceIdentityUserAssignedIdentities
- Inheritance
-
ResourceIdentityUserAssignedIdentities
- Attributes
- Implements
Constructors
ResourceIdentityUserAssignedIdentities() |
Creates an new ResourceIdentityUserAssignedIdentities instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IUserIdentity) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceIdentityUserAssignedIdentities. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceIdentityUserAssignedIdentities. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IResourceIdentityUserAssignedIdentities. |
FromJsonString(String) |
Creates a new instance of ResourceIdentityUserAssignedIdentities, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceIdentityUserAssignedIdentities into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IUserIdentity) |
Operators
Implicit(ResourceIdentityUserAssignedIdentities to Dictionary<String,IUserIdentity>) |
Explicit Interface Implementations
IAssociativeArray<IUserIdentity>.AdditionalProperties | |
IAssociativeArray<IUserIdentity>.Count | |
IAssociativeArray<IUserIdentity>.Keys | |
IAssociativeArray<IUserIdentity>.Values |