Uses of Class
com.azure.resourcemanager.storage.models.BlobRestoreProgressStatus
Packages that use BlobRestoreProgressStatus
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of BlobRestoreProgressStatus in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobRestoreProgressStatusModifier and TypeMethodDescriptionBlobRestoreStatusInner.status()Get the status property: The status of blob restore progress. -
Uses of BlobRestoreProgressStatus in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type BlobRestoreProgressStatus in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classThe status of blob restore progress.Fields in com.azure.resourcemanager.storage.models declared as BlobRestoreProgressStatusModifier and TypeFieldDescriptionstatic final BlobRestoreProgressStatusBlobRestoreProgressStatus.COMPLETEStatic value Complete for BlobRestoreProgressStatus.static final BlobRestoreProgressStatusBlobRestoreProgressStatus.FAILEDStatic value Failed for BlobRestoreProgressStatus.static final BlobRestoreProgressStatusBlobRestoreProgressStatus.IN_PROGRESSStatic value InProgress for BlobRestoreProgressStatus.Methods in com.azure.resourcemanager.storage.models that return BlobRestoreProgressStatusModifier and TypeMethodDescriptionstatic BlobRestoreProgressStatusBlobRestoreProgressStatus.fromString(String name) Creates or finds a BlobRestoreProgressStatus from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type BlobRestoreProgressStatusModifier and TypeMethodDescriptionstatic Collection<BlobRestoreProgressStatus> BlobRestoreProgressStatus.values()Gets known BlobRestoreProgressStatus values.