Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobRestoreStatusInner
Packages that use BlobRestoreStatusInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of BlobRestoreStatusInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobRestoreStatusInnerModifier and TypeMethodDescriptionStorageAccountsClient.restoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.StorageAccountsClient.restoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters, com.azure.core.util.Context context) Restore blobs in the specified blob ranges.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type BlobRestoreStatusInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters, com.azure.core.util.Context context) Restore blobs in the specified blob ranges.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters, com.azure.core.util.Context context) Restore blobs in the specified blob ranges.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRangesAsync(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRangesAsync(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.StorageAccountsClient.restoreBlobRangesAsync(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges. -
Uses of BlobRestoreStatusInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobRestoreStatusInnerModifier and TypeMethodDescriptionStorageAccountInner.blobRestoreStatus()Get the blobRestoreStatus property: Blob restore status.StorageAccountPropertiesInner.blobRestoreStatus()Get the blobRestoreStatus property: Blob restore status.static BlobRestoreStatusInnerBlobRestoreStatusInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobRestoreStatusInner from the JsonReader.