Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IConfidentialLedger 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.ConfidentialLedgerTypeConverter))]
public interface IConfidentialLedger : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.IResource, Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.IResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.ITags1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.ConfidentialLedgerTypeConverter))>]
type IConfidentialLedger = interface
interface IJsonSerializable
interface IResource
interface IResourceLocation
interface ITags1
Public Interface IConfidentialLedger
Implements IResource, IResourceLocation, ITags1
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AadBasedSecurityPrincipal |
Array of all AAD based Security Principals. |
| CertBasedSecurityPrincipal |
Array of all cert based Security Principals. |
| Id |
Fully qualified resource Id for the resource. (Inherited from IResource) |
| IdentityServiceUri |
Endpoint for accessing network identity. |
| LedgerInternalNamespace |
Internal namespace for the Ledger |
| LedgerName |
Unique name for the Confidential Ledger. |
| LedgerType |
Type of Confidential Ledger |
| LedgerUri |
Endpoint for calling Ledger Service. |
| Location |
The Azure location where the Confidential Ledger is running. (Inherited from IResourceLocation) |
| Name |
Name of the Resource. (Inherited from IResource) |
| ProvisioningState |
Provisioning state of Ledger Resource |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
| Tag |
Additional tags for Confidential Ledger (Inherited from ITags1) |
| Type |
The type of the resource. (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
