Share via


ResourceTypeIdentityManagement Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceTypeIdentityManagementTypeConverter))]
public class ResourceTypeIdentityManagement : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceTypeIdentityManagement, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceTypeIdentityManagementTypeConverter))>]
type ResourceTypeIdentityManagement = class
    interface IResourceTypeIdentityManagement
    interface IJsonSerializable
    interface IIdentityManagement
    interface IValidates
Public Class ResourceTypeIdentityManagement
Implements IResourceTypeIdentityManagement, IValidates
Inheritance
ResourceTypeIdentityManagement
Attributes
Implements

Constructors

ResourceTypeIdentityManagement()

Creates an new ResourceTypeIdentityManagement instance.

Properties

Type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceTypeIdentityManagement.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceTypeIdentityManagement.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceTypeIdentityManagement.

FromJsonString(String)

Creates a new instance of ResourceTypeIdentityManagement, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceTypeIdentityManagement into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to