ConfidentialLedgerInner Class

public final class ConfidentialLedgerInner
extends Resource

Confidential Ledger. Contains the properties of Confidential Ledger Resource.

Constructor Summary

Constructor Description
ConfidentialLedgerInner()

Creates an instance of ConfidentialLedgerInner class.

Method Summary

Modifier and Type Method and Description
LedgerProperties properties()

Get the properties property: LedgerProperties Properties of Confidential Ledger Resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

ConfidentialLedgerInner withLocation(String location)
ConfidentialLedgerInner withProperties(LedgerProperties properties)

Set the properties property: LedgerProperties Properties of Confidential Ledger Resource.

ConfidentialLedgerInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

ConfidentialLedgerInner

public ConfidentialLedgerInner()

Creates an instance of ConfidentialLedgerInner class.

Method Details

properties

public LedgerProperties properties()

Get the properties property: LedgerProperties Properties of Confidential Ledger Resource.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withLocation

public ConfidentialLedgerInner withLocation(String location)

Overrides:

ConfidentialLedgerInner.withLocation(String location)

Parameters:

location

withProperties

public ConfidentialLedgerInner withProperties(LedgerProperties properties)

Set the properties property: LedgerProperties Properties of Confidential Ledger Resource.

Parameters:

properties - the properties value to set.

Returns:

the ConfidentialLedgerInner object itself.

withTags

public ConfidentialLedgerInner withTags(Map tags)

Overrides:

ConfidentialLedgerInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to