Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IConfidentialLedgerIdentity Interface
Definition
- Assembly:
- Az.ConfidentialLedger.private.dll
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.ConfidentialLedgerIdentityTypeConverter))]
public interface IConfidentialLedgerIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.ConfidentialLedgerIdentityTypeConverter))>]
type IConfidentialLedgerIdentity = interface
interface IJsonSerializable
Public Interface IConfidentialLedgerIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
