BlobRestoreParameters Classe
Blob restaurar parâmetros.
Todos os parâmetros necessários devem ser povoados para serem enviados para Azure.
- Herança
-
azure.mgmt.storage._serialization.ModelBlobRestoreParameters
Construtor
BlobRestoreParameters(*, time_to_restore: datetime, blob_ranges: List[_models.BlobRestoreRange], **kwargs)
Variáveis
- time_to_restore
- datetime
Restaurar a bolha no tempo especificado. Obrigatório.
- blob_ranges
- list[BlobRestoreRange]
Blob range para restaurar. Obrigatório.