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.
Recognized Dictionary value.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.UserAssignedIdentityTypeConverter))]
public class UserAssignedIdentity : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IUserAssignedIdentity
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.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 |
Client Id of user assigned identity |
PrincipalId |
Principal Id of user assigned 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.EventHub.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() |