UserAssignedServiceIdentityAutoGenerated 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 (user assigned identities)
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20221001Preview.UserAssignedServiceIdentityAutoGeneratedTypeConverter))]
public class UserAssignedServiceIdentityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20221001Preview.IUserAssignedServiceIdentityAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20221001Preview.UserAssignedServiceIdentityAutoGeneratedTypeConverter))>]
type UserAssignedServiceIdentityAutoGenerated = class
interface IUserAssignedServiceIdentityAutoGenerated
interface IJsonSerializable
Public Class UserAssignedServiceIdentityAutoGenerated
Implements IUserAssignedServiceIdentityAutoGenerated
- Inheritance
-
UserAssignedServiceIdentityAutoGenerated
- Attributes
- Implements
Constructors
UserAssignedServiceIdentityAutoGenerated() |
Creates an new UserAssignedServiceIdentityAutoGenerated instance. |
Properties
Type |
Type of manage identity |
UserAssignedIdentity |
User assigned identities dictionary |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserAssignedServiceIdentityAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserAssignedServiceIdentityAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20221001Preview.IUserAssignedServiceIdentityAutoGenerated. |
FromJsonString(String) |
Creates a new instance of UserAssignedServiceIdentityAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserAssignedServiceIdentityAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |