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