UserAssignedIdentity 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.
UserAssignedIdentity for the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.UserAssignedIdentityTypeConverter))]
public class UserAssignedIdentity : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IUserAssignedIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.UserAssignedIdentityTypeConverter))>]
type UserAssignedIdentity = class
interface IUserAssignedIdentity
interface IJsonSerializable
Public Class UserAssignedIdentity
Implements IUserAssignedIdentity
- Inheritance
-
UserAssignedIdentity
- Attributes
- Implements
Constructors
UserAssignedIdentity() |
Creates an new UserAssignedIdentity instance. |
Properties
ClientId |
The client ID of the identity. |
PrincipalId |
The principal ID of the identity. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserAssignedIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserAssignedIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IUserAssignedIdentity. |
FromJsonString(String) |
Creates a new instance of UserAssignedIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserAssignedIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |