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