ConfidentialLedgerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. confidentialledger. fluent. models. ConfidentialLedgerInner
- com.
- com.
public final class ConfidentialLedgerInner
extends ProxyResource
Confidential Ledger. Contains the properties of Confidential Ledger Resource.
Constructor Summary
Constructor | Description |
---|---|
ConfidentialLedgerInner() |
Creates an instance of Confidential |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Confidential |
fromJson(JsonReader jsonReader)
Reads an instance of Confidential |
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. |
Ledger |
properties()
Get the properties property: Properties of Confidential Ledger Resource. |
System |
systemData()
Get the system |
Map<String,String> |
tags()
Get the tags property: Additional tags for Confidential Ledger. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Confidential |
withLocation(String location)
Set the location property: The Azure location where the Confidential Ledger is running. |
Confidential |
withProperties(LedgerProperties properties)
Set the properties property: Properties of Confidential Ledger Resource. |
Confidential |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ConfidentialLedgerInner.id()Returns:
location
public String location()
Get the location property: The Azure location where the Confidential Ledger is running.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ConfidentialLedgerInner.name()Returns:
properties
public LedgerProperties properties()
Get the properties property: Properties of Confidential Ledger Resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
tags
public Map
Get the tags property: Additional tags for Confidential Ledger.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ConfidentialLedgerInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ConfidentialLedgerInner.type()Returns:
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:
Returns:
withProperties
public ConfidentialLedgerInner withProperties(LedgerProperties properties)
Set the properties property: Properties of Confidential Ledger Resource.
Parameters:
Returns:
withTags
public ConfidentialLedgerInner withTags(Map
Set the tags property: Additional tags for Confidential Ledger.
Parameters:
Returns:
Applies to
Azure SDK for Java