LedgerDigestUploadsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. LedgerDigestUploadsInner
- com.
- com.
public final class LedgerDigestUploadsInner
extends ProxyResource
Azure SQL Database ledger digest upload settings.
Constructor Summary
Constructor | Description |
---|---|
LedgerDigestUploadsInner() |
Creates an instance of Ledger |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
digestStorageEndpoint()
Get the digest |
static
Ledger |
fromJson(JsonReader jsonReader)
Reads an instance of Ledger |
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 |
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. |
Ledger |
withDigestStorageEndpoint(String digestStorageEndpoint)
Set the digest |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
LedgerDigestUploadsInner
public LedgerDigestUploadsInner()
Creates an instance of LedgerDigestUploadsInner 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 LedgerDigestUploadsInner fromJson(JsonReader jsonReader)
Reads an instance of LedgerDigestUploadsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
LedgerDigestUploadsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
LedgerDigestUploadsInner.name()Returns:
state
public LedgerDigestUploadsState state()
Get the state property: Specifies the state of ledger digest upload.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LedgerDigestUploadsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
LedgerDigestUploadsInner.type()Returns:
validate
public void validate()
Validates the instance.
withDigestStorageEndpoint
public LedgerDigestUploadsInner 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:
Applies to
Azure SDK for Java