Documentation ¶
Index ¶
- type GetOperationResponse
- type ManagedDatabaseRestoreDetailsBackupSetProperties
- func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreFinishedTimestampUtcAsTime() (*time.Time, error)
- func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreStartedTimestampUtcAsTime() (*time.Time, error)
- func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreFinishedTimestampUtcAsTime(input time.Time)
- func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreStartedTimestampUtcAsTime(input time.Time)
- type ManagedDatabaseRestoreDetailsClient
- type ManagedDatabaseRestoreDetailsProperties
- func (o *ManagedDatabaseRestoreDetailsProperties) GetLastRestoredFileTimeAsTime() (*time.Time, error)
- func (o *ManagedDatabaseRestoreDetailsProperties) GetLastUploadedFileTimeAsTime() (*time.Time, error)
- func (o *ManagedDatabaseRestoreDetailsProperties) SetLastRestoredFileTimeAsTime(input time.Time)
- func (o *ManagedDatabaseRestoreDetailsProperties) SetLastUploadedFileTimeAsTime(input time.Time)
- type ManagedDatabaseRestoreDetailsResult
- type ManagedDatabaseRestoreDetailsUnrestorableFileProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedDatabaseRestoreDetailsResult }
type ManagedDatabaseRestoreDetailsBackupSetProperties ¶
type ManagedDatabaseRestoreDetailsBackupSetProperties struct { BackupSizeMB *int64 `json:"backupSizeMB,omitempty"` FirstStripeName *string `json:"firstStripeName,omitempty"` NumberOfStripes *int64 `json:"numberOfStripes,omitempty"` RestoreFinishedTimestampUtc *string `json:"restoreFinishedTimestampUtc,omitempty"` RestoreStartedTimestampUtc *string `json:"restoreStartedTimestampUtc,omitempty"` Status *string `json:"status,omitempty"` }
func (*ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreFinishedTimestampUtcAsTime ¶
func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreFinishedTimestampUtcAsTime() (*time.Time, error)
func (*ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreStartedTimestampUtcAsTime ¶
func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreStartedTimestampUtcAsTime() (*time.Time, error)
func (*ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreFinishedTimestampUtcAsTime ¶
func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreFinishedTimestampUtcAsTime(input time.Time)
func (*ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreStartedTimestampUtcAsTime ¶
func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreStartedTimestampUtcAsTime(input time.Time)
type ManagedDatabaseRestoreDetailsClient ¶
type ManagedDatabaseRestoreDetailsClient struct {
Client *resourcemanager.Client
}
func NewManagedDatabaseRestoreDetailsClientWithBaseURI ¶
func NewManagedDatabaseRestoreDetailsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDatabaseRestoreDetailsClient, error)
func (ManagedDatabaseRestoreDetailsClient) Get ¶
func (c ManagedDatabaseRestoreDetailsClient) Get(ctx context.Context, id commonids.SqlManagedInstanceDatabaseId) (result GetOperationResponse, err error)
Get ...
type ManagedDatabaseRestoreDetailsProperties ¶
type ManagedDatabaseRestoreDetailsProperties struct { BlockReason *string `json:"blockReason,omitempty"` CurrentBackupType *string `json:"currentBackupType,omitempty"` CurrentRestorePlanSizeMB *int64 `json:"currentRestorePlanSizeMB,omitempty"` CurrentRestoredSizeMB *int64 `json:"currentRestoredSizeMB,omitempty"` CurrentRestoringFileName *string `json:"currentRestoringFileName,omitempty"` DiffBackupSets *[]ManagedDatabaseRestoreDetailsBackupSetProperties `json:"diffBackupSets,omitempty"` FullBackupSets *[]ManagedDatabaseRestoreDetailsBackupSetProperties `json:"fullBackupSets,omitempty"` LastRestoredFileName *string `json:"lastRestoredFileName,omitempty"` LastRestoredFileTime *string `json:"lastRestoredFileTime,omitempty"` LastUploadedFileName *string `json:"lastUploadedFileName,omitempty"` LastUploadedFileTime *string `json:"lastUploadedFileTime,omitempty"` LogBackupSets *[]ManagedDatabaseRestoreDetailsBackupSetProperties `json:"logBackupSets,omitempty"` NumberOfFilesDetected *int64 `json:"numberOfFilesDetected,omitempty"` NumberOfFilesQueued *int64 `json:"numberOfFilesQueued,omitempty"` NumberOfFilesRestored *int64 `json:"numberOfFilesRestored,omitempty"` NumberOfFilesRestoring *int64 `json:"numberOfFilesRestoring,omitempty"` NumberOfFilesSkipped *int64 `json:"numberOfFilesSkipped,omitempty"` NumberOfFilesUnrestorable *int64 `json:"numberOfFilesUnrestorable,omitempty"` PercentCompleted *int64 `json:"percentCompleted,omitempty"` Status *string `json:"status,omitempty"` Type *string `json:"type,omitempty"` UnrestorableFiles *[]ManagedDatabaseRestoreDetailsUnrestorableFileProperties `json:"unrestorableFiles,omitempty"` }
func (*ManagedDatabaseRestoreDetailsProperties) GetLastRestoredFileTimeAsTime ¶
func (o *ManagedDatabaseRestoreDetailsProperties) GetLastRestoredFileTimeAsTime() (*time.Time, error)
func (*ManagedDatabaseRestoreDetailsProperties) GetLastUploadedFileTimeAsTime ¶
func (o *ManagedDatabaseRestoreDetailsProperties) GetLastUploadedFileTimeAsTime() (*time.Time, error)
func (*ManagedDatabaseRestoreDetailsProperties) SetLastRestoredFileTimeAsTime ¶
func (o *ManagedDatabaseRestoreDetailsProperties) SetLastRestoredFileTimeAsTime(input time.Time)
func (*ManagedDatabaseRestoreDetailsProperties) SetLastUploadedFileTimeAsTime ¶
func (o *ManagedDatabaseRestoreDetailsProperties) SetLastUploadedFileTimeAsTime(input time.Time)
type ManagedDatabaseRestoreDetailsResult ¶
type ManagedDatabaseRestoreDetailsResult struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagedDatabaseRestoreDetailsProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedDatabaseRestoreDetailsUnrestorableFileProperties ¶
type ManagedDatabaseRestoreDetailsUnrestorableFileProperties struct {
Name *string `json:"name,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.