manageddatabaserestoredetails

package
v0.20231214.1160726 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: MPL-2.0 Imports: 10 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2021-11-01/manageddatabaserestoredetails Documentation

The manageddatabaserestoredetails SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2021-11-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/sql/2021-11-01/manageddatabaserestoredetails"

Client Initialization

client := manageddatabaserestoredetails.NewManagedDatabaseRestoreDetailsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ManagedDatabaseRestoreDetailsClient.Get

ctx := context.TODO()
id := manageddatabaserestoredetails.NewSqlManagedInstanceDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "managedInstanceValue", "databaseValue")

read, err := client.Get(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

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 ManagedDatabaseRestoreDetailsClient

type ManagedDatabaseRestoreDetailsClient struct {
	Client *resourcemanager.Client
}

func NewManagedDatabaseRestoreDetailsClientWithBaseURI

func NewManagedDatabaseRestoreDetailsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDatabaseRestoreDetailsClient, error)

func (ManagedDatabaseRestoreDetailsClient) Get

Get ...

type ManagedDatabaseRestoreDetailsProperties

type ManagedDatabaseRestoreDetailsProperties struct {
	BlockReason              *string   `json:"blockReason,omitempty"`
	CurrentRestoringFileName *string   `json:"currentRestoringFileName,omitempty"`
	LastRestoredFileName     *string   `json:"lastRestoredFileName,omitempty"`
	LastRestoredFileTime     *string   `json:"lastRestoredFileTime,omitempty"`
	LastUploadedFileName     *string   `json:"lastUploadedFileName,omitempty"`
	LastUploadedFileTime     *string   `json:"lastUploadedFileTime,omitempty"`
	NumberOfFilesDetected    *int64    `json:"numberOfFilesDetected,omitempty"`
	PercentCompleted         *float64  `json:"percentCompleted,omitempty"`
	Status                   *string   `json:"status,omitempty"`
	UnrestorableFiles        *[]string `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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL