ConfidentialLedgerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. confidentialledger. fluent. models. ConfidentialLedgerInner
- com.
- com.
- com.
public final class ConfidentialLedgerInner
extends Resource
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 |
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 |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Confidential |
withLocation(String location) |
Confidential |
withProperties(LedgerProperties properties)
Set the properties property: Properties of Confidential Ledger Resource. |
Confidential |
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
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:
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: Azure Resource Manager metadata containing createdBy and modifiedBy information.
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)
Overrides:
ConfidentialLedgerInner.withLocation(String location)Parameters:
withProperties
public ConfidentialLedgerInner withProperties(LedgerProperties properties)
Set the properties property: Properties of Confidential Ledger Resource.
Parameters:
Returns:
withTags
public ConfidentialLedgerInner withTags(Map
Overrides:
ConfidentialLedgerInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java