This commit is contained in:
rickle-msft 2018-01-08 13:51:09 -08:00
Родитель 7ba8069728
Коммит 4b28f5b325
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -223,8 +223,8 @@ func leasePeriodPointer(period int32) (p *int32) {
return nil
}
// Undelete undeletes the blob.
// For more information, see https://docs.microsoft.com/rest/api/storageservices/lease-blob.
// Undelete restores the contents and metadata of a soft-deleted blob and any associated soft-deleted snapshots.
// For more information, see https://docs.microsoft.com/rest/api/storageservices/undelete-blob.
func (b BlobURL) Undelete(ctx context.Context) (*BlobsUndeleteResponse, error) {
return b.blobClient.Undelete(ctx, nil, nil)
}