ManagedCcfBackup Class
- java.
lang. Object - com.
azure. resourcemanager. confidentialledger. models. ManagedCcfBackup
- com.
Implements
public final class ManagedCcfBackup
implements JsonSerializable<ManagedCcfBackup>
Object representing Backup properties of a Managed CCF Resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedCcfBackup() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
restoreRegion()
Get the restore |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uri()
Get the uri property: SAS URI used to access the backup Fileshare. |
| void |
validate()
Validates the instance. |
|
Managed |
withRestoreRegion(String restoreRegion)
Set the restore |
|
Managed |
withUri(String uri)
Set the uri property: SAS URI used to access the backup Fileshare. |
Methods inherited from java.lang.Object
Constructor Details
ManagedCcfBackup
public ManagedCcfBackup()
Creates an instance of ManagedCcfBackup class.
Method Details
fromJson
public static ManagedCcfBackup fromJson(JsonReader jsonReader)
Reads an instance of ManagedCcfBackup from the JsonReader.
Parameters:
Returns:
Throws:
restoreRegion
public String restoreRegion()
Get the restoreRegion property: The region where the backup of the managed CCF resource will eventually be restored to.
Returns:
toJson
uri
public String uri()
Get the uri property: SAS URI used to access the backup Fileshare.
Returns:
validate
public void validate()
Validates the instance.
withRestoreRegion
public ManagedCcfBackup withRestoreRegion(String restoreRegion)
Set the restoreRegion property: The region where the backup of the managed CCF resource will eventually be restored to.
Parameters:
Returns:
withUri
public ManagedCcfBackup withUri(String uri)
Set the uri property: SAS URI used to access the backup Fileshare.
Parameters:
Returns: