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.
Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this volume group. The key is the ARM resource identifier of the identity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.UserAssignedIdentitiesTypeConverter))]
public class UserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IUserAssignedIdentities, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IUserAssignedIdentity>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.UserAssignedIdentitiesTypeConverter))>]
type UserAssignedIdentities = class
interface IUserAssignedIdentities
interface IJsonSerializable
interface IAssociativeArray<IUserAssignedIdentity>
Public Class UserAssignedIdentities
Implements IAssociativeArray(Of IUserAssignedIdentity), IUserAssignedIdentities
- Inheritance
-
UserAssignedIdentities
- Attributes
- Implements
Constructors
UserAssignedIdentities() |
Creates an new UserAssignedIdentities instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IUserAssignedIdentity) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
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.App.Models.IUserAssignedIdentities. |
FromJsonString(String) |
Creates a new instance of UserAssignedIdentities, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserAssignedIdentities into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IUserAssignedIdentity) |
Operators
Implicit(UserAssignedIdentities to Dictionary<String,IUserAssignedIdentity>) |