Compartir a través de


HybridIdentityMetadataProperties Class

Definition

Defines the resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridIdentityMetadataPropertiesTypeConverter))]
public class HybridIdentityMetadataProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridIdentityMetadataProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridIdentityMetadataPropertiesTypeConverter))>]
type HybridIdentityMetadataProperties = class
    interface IHybridIdentityMetadataProperties
    interface IJsonSerializable
Public Class HybridIdentityMetadataProperties
Implements IHybridIdentityMetadataProperties
Inheritance
HybridIdentityMetadataProperties
Attributes
Implements

Constructors

HybridIdentityMetadataProperties()

Creates an new HybridIdentityMetadataProperties instance.

Properties

IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The identity type.

PublicKey

The Public Key.

VMId

The unique identifier for the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HybridIdentityMetadataProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HybridIdentityMetadataProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridIdentityMetadataProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HybridIdentityMetadataProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to