AzureResourceManagerCommonTypesManagedServiceIdentityUpdate 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.
Managed service identity (system assigned and/or user assigned identities)
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.AzureResourceManagerCommonTypesManagedServiceIdentityUpdateTypeConverter))]
public class AzureResourceManagerCommonTypesManagedServiceIdentityUpdate : Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IAzureResourceManagerCommonTypesManagedServiceIdentityUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.AzureResourceManagerCommonTypesManagedServiceIdentityUpdateTypeConverter))>]
type AzureResourceManagerCommonTypesManagedServiceIdentityUpdate = class
interface IAzureResourceManagerCommonTypesManagedServiceIdentityUpdate
interface IJsonSerializable
Public Class AzureResourceManagerCommonTypesManagedServiceIdentityUpdate
Implements IAzureResourceManagerCommonTypesManagedServiceIdentityUpdate
- Inheritance
-
AzureResourceManagerCommonTypesManagedServiceIdentityUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AzureResourceManagerCommonTypesManagedServiceIdentityUpdate() |
Creates an new AzureResourceManagerCommonTypesManagedServiceIdentityUpdate instance. |
Properties
| Name | Description |
|---|---|
| Type |
The type of managed identity assigned to this resource. |
| UserAssignedIdentity |
The identities assigned to this resource by the user. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureResourceManagerCommonTypesManagedServiceIdentityUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureResourceManagerCommonTypesManagedServiceIdentityUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IAzureResourceManagerCommonTypesManagedServiceIdentityUpdate. |
| FromJsonString(String) |
Creates a new instance of AzureResourceManagerCommonTypesManagedServiceIdentityUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureResourceManagerCommonTypesManagedServiceIdentityUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |