Share via


ConfidentialLedgerIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.ConfidentialLedgerIdentityTypeConverter))]
public class ConfidentialLedgerIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.IConfidentialLedgerIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.ConfidentialLedgerIdentityTypeConverter))>]
type ConfidentialLedgerIdentity = class
    interface IConfidentialLedgerIdentity
    interface IJsonSerializable
Public Class ConfidentialLedgerIdentity
Implements IConfidentialLedgerIdentity
Inheritance
ConfidentialLedgerIdentity
Attributes
Implements

Constructors

ConfidentialLedgerIdentity()

Creates an new ConfidentialLedgerIdentity instance.

Properties

Id

Resource identity path

LedgerName

Name of the Confidential Ledger

ResourceGroupName

The name of the resource group.

SubscriptionId

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfidentialLedgerIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfidentialLedgerIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.IConfidentialLedgerIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfidentialLedgerIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to