ConfidentialLedger Class
Definition
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.
Confidential Ledger. Contains the properties of Confidential Ledger Resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ConfidentialLedgerTypeConverter))]
public class ConfidentialLedger : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IConfidentialLedger, Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ConfidentialLedgerTypeConverter))>]
type ConfidentialLedger = class
interface IConfidentialLedger
interface IJsonSerializable
interface IResource
interface IResourceLocation
interface ITags1
interface IValidates
Public Class ConfidentialLedger
Implements IConfidentialLedger, IValidates
- Inheritance
-
ConfidentialLedger
- Attributes
- Implements
Constructors
ConfidentialLedger() |
Creates an new ConfidentialLedger instance. |
Properties
AadBasedSecurityPrincipal |
Array of all AAD based Security Principals. |
CertBasedSecurityPrincipal |
Array of all cert based Security Principals. |
Id |
Fully qualified resource Id for the resource. |
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. |
Name |
Name of the Resource. |
ProvisioningState |
Provisioning state of Ledger Resource |
SystemData |
Metadata pertaining to creation and last modification of the resource |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Additional tags for Confidential Ledger |
Type |
The type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfidentialLedger. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfidentialLedger. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IConfidentialLedger. |
FromJsonString(String) |
Creates a new instance of ConfidentialLedger, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfidentialLedger into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |