ManagedLedgerDigestUploadsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedLedgerDigestUploadsInner
- com.
- com.
public final class ManagedLedgerDigestUploadsInner
extends ProxyResource
Azure SQL Database ledger digest upload settings.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedLedgerDigestUploadsInner() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
digestStorageEndpoint()
Get the digest |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Managed |
state()
Get the state property: Specifies the state of ledger digest upload. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Managed |
withDigestStorageEndpoint(String digestStorageEndpoint)
Set the digest |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedLedgerDigestUploadsInner
public ManagedLedgerDigestUploadsInner()
Creates an instance of ManagedLedgerDigestUploadsInner class.
Method Details
digestStorageEndpoint
public String digestStorageEndpoint()
Get the digestStorageEndpoint property: The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger.
Returns:
fromJson
public static ManagedLedgerDigestUploadsInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedLedgerDigestUploadsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedLedgerDigestUploadsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedLedgerDigestUploadsInner.name()Returns:
state
public ManagedLedgerDigestUploadsState state()
Get the state property: Specifies the state of ledger digest upload.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedLedgerDigestUploadsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedLedgerDigestUploadsInner.type()Returns:
validate
public void validate()
Validates the instance.
withDigestStorageEndpoint
public ManagedLedgerDigestUploadsInner withDigestStorageEndpoint(String digestStorageEndpoint)
Set the digestStorageEndpoint property: The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger.
Parameters:
Returns: