ConfidentialLedgerBackupResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. confidentialledger. fluent. models. ConfidentialLedgerBackupResponseInner
- com.
public final class ConfidentialLedgerBackupResponseInner
Object representing the backup response of a Confidential Ledger Resource.
Constructor Summary
Constructor | Description |
---|---|
ConfidentialLedgerBackupResponseInner() |
Creates an instance of Confidential |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
message()
Get the message property: Response body stating if the ledger is being backed up. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConfidentialLedgerBackupResponseInner
public ConfidentialLedgerBackupResponseInner()
Creates an instance of ConfidentialLedgerBackupResponseInner class.
Method Details
message
public String message()
Get the message property: Response body stating if the ledger is being backed up.
Returns:
the message value.
validate
public void validate()
Validates the instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java