Compartilhar via


ConfidentialLedgerInner Class

public final class ConfidentialLedgerInner
extends ProxyResource

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
static ConfidentialLedgerInner fromJson(JsonReader jsonReader)

Reads an instance of ConfidentialLedgerInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String location()

Get the location property: The Azure location where the Confidential Ledger is running.

String name()

Get the name property: The name of the resource.

LedgerProperties properties()

Get the properties property: Properties of Confidential Ledger Resource.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Map<String,String> tags()

Get the tags property: Additional tags for Confidential Ledger.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

ConfidentialLedgerInner withLocation(String location)

Set the location property: The Azure location where the Confidential Ledger is running.

ConfidentialLedgerInner withProperties(LedgerProperties properties)

Set the properties property: Properties of Confidential Ledger Resource.

ConfidentialLedgerInner withTags(Map<String,String> tags)

Set the tags property: Additional tags for Confidential Ledger.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ConfidentialLedgerInner

public ConfidentialLedgerInner()

Creates an instance of ConfidentialLedgerInner class.

Method Details

fromJson

public static ConfidentialLedgerInner fromJson(JsonReader jsonReader)

Reads an instance of ConfidentialLedgerInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ConfidentialLedgerInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

ConfidentialLedgerInner.id()

Returns:

the id value.

location

public String location()

Get the location property: The Azure location where the Confidential Ledger is running.

Returns:

the location value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ConfidentialLedgerInner.name()

Returns:

the name value.

properties

public LedgerProperties properties()

Get the properties property: Properties of Confidential Ledger Resource.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

tags

public Map tags()

Get the tags property: Additional tags for Confidential Ledger.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ConfidentialLedgerInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ConfidentialLedgerInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withLocation

public ConfidentialLedgerInner withLocation(String location)

Set the location property: The Azure location where the Confidential Ledger is running.

Parameters:

location - the location value to set.

Returns:

the ConfidentialLedgerInner object itself.

withProperties

public ConfidentialLedgerInner withProperties(LedgerProperties properties)

Set the properties property: Properties of Confidential Ledger Resource.

Parameters:

properties - the properties value to set.

Returns:

the ConfidentialLedgerInner object itself.

withTags

public ConfidentialLedgerInner withTags(Map tags)

Set the tags property: Additional tags for Confidential Ledger.

Parameters:

tags - the tags value to set.

Returns:

the ConfidentialLedgerInner object itself.

Applies to