IIdentityInfoUserAssignedIdentities Interface
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.
C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IdentityInfoUserAssignedIdentitiesTypeConverter))]
public interface IIdentityInfoUserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IUserIdentityProperties>, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IdentityInfoUserAssignedIdentitiesTypeConverter))>]
type IIdentityInfoUserAssignedIdentities = interface
interface IJsonSerializable
interface IAssociativeArray<IUserIdentityProperties>
Public Interface IIdentityInfoUserAssignedIdentities
Implements IAssociativeArray(Of IUserIdentityProperties), IJsonSerializable
- Derived
- Attributes
- Implements
Additional |
(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>) |
Add(String, T) | (Inherited from IAssociativeArray<T>) |
Clear() | (Inherited from IAssociativeArray<T>) |
Contains |
(Inherited from IAssociativeArray<T>) |
Remove(String) | (Inherited from IAssociativeArray<T>) |
To |
(Inherited from IJsonSerializable) |
Try |
(Inherited from IAssociativeArray<T>) |
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |