BlobRestoreStatusInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. BlobRestoreStatusInner
- com.
Implements
public final class BlobRestoreStatusInner
implements JsonSerializable<BlobRestoreStatusInner>
Blob restore status.
Constructor Summary
Constructor | Description |
---|---|
BlobRestoreStatusInner() |
Creates an instance of Blob |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
failureReason()
Get the failure |
static
Blob |
fromJson(JsonReader jsonReader)
Reads an instance of Blob |
Blob |
parameters()
Get the parameters property: Blob restore request parameters. |
String |
restoreId()
Get the restore |
Blob |
status()
Get the status property: The status of blob restore progress. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
BlobRestoreStatusInner
public BlobRestoreStatusInner()
Creates an instance of BlobRestoreStatusInner class.
Method Details
failureReason
public String failureReason()
Get the failureReason property: Failure reason when blob restore is failed.
Returns:
fromJson
public static BlobRestoreStatusInner fromJson(JsonReader jsonReader)
Reads an instance of BlobRestoreStatusInner from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public BlobRestoreParameters parameters()
Get the parameters property: Blob restore request parameters.
Returns:
restoreId
public String restoreId()
Get the restoreId property: Id for tracking blob restore request.
Returns:
status
public BlobRestoreProgressStatus status()
Get the status property: The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java