Share via


IIdentityPropertiesUserAssignedIdentities Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IdentityPropertiesUserAssignedIdentitiesTypeConverter))]
public interface IIdentityPropertiesUserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IUserIdentityProperties>, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IdentityPropertiesUserAssignedIdentitiesTypeConverter))>]
type IIdentityPropertiesUserAssignedIdentities = interface
    interface IJsonSerializable
    interface IAssociativeArray<IUserIdentityProperties>
Public Interface IIdentityPropertiesUserAssignedIdentities
Implements IAssociativeArray(Of IUserIdentityProperties), IJsonSerializable
Derived
Attributes
Implements

Properties

AdditionalProperties (Inherited from IAssociativeArray<T>)
Count (Inherited from IAssociativeArray<T>)
Item[String] (Inherited from IAssociativeArray<T>)
Keys (Inherited from IAssociativeArray<T>)
Values (Inherited from IAssociativeArray<T>)

Methods

Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to