Documentation ¶
Index ¶
- func PossibleValuesForCommandState() []string
- type CommandProperties
- type CommandState
- type CommandsClient
- type MigrateMISyncCompleteCommandInput
- type MigrateMISyncCompleteCommandOutput
- type MigrateMISyncCompleteCommandProperties
- type MigrateSyncCompleteCommandInput
- type MigrateSyncCompleteCommandOutput
- type MigrateSyncCompleteCommandProperties
- type ODataError
- type RawCommandPropertiesImpl
- type ReportableException
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForCommandState ¶
func PossibleValuesForCommandState() []string
Types ¶
type CommandProperties ¶
type CommandProperties interface { }
type CommandState ¶
type CommandState string
const ( CommandStateAccepted CommandState = "Accepted" CommandStateFailed CommandState = "Failed" CommandStateRunning CommandState = "Running" CommandStateSucceeded CommandState = "Succeeded" CommandStateUnknown CommandState = "Unknown" )
func (*CommandState) UnmarshalJSON ¶
func (s *CommandState) UnmarshalJSON(bytes []byte) error
type CommandsClient ¶
type CommandsClient struct {
Client *resourcemanager.Client
}
func NewCommandsClientWithBaseURI ¶
func NewCommandsClientWithBaseURI(sdkApi sdkEnv.Api) (*CommandsClient, error)
type MigrateMISyncCompleteCommandInput ¶
type MigrateMISyncCompleteCommandInput struct {
SourceDatabaseName string `json:"sourceDatabaseName"`
}
type MigrateMISyncCompleteCommandOutput ¶
type MigrateMISyncCompleteCommandOutput struct {
Errors *[]ReportableException `json:"errors,omitempty"`
}
type MigrateMISyncCompleteCommandProperties ¶
type MigrateMISyncCompleteCommandProperties struct { Input *MigrateMISyncCompleteCommandInput `json:"input,omitempty"` Output *MigrateMISyncCompleteCommandOutput `json:"output,omitempty"` // Fields inherited from CommandProperties Errors *[]ODataError `json:"errors,omitempty"` State *CommandState `json:"state,omitempty"` }
func (MigrateMISyncCompleteCommandProperties) MarshalJSON ¶
func (s MigrateMISyncCompleteCommandProperties) MarshalJSON() ([]byte, error)
type MigrateSyncCompleteCommandInput ¶
type MigrateSyncCompleteCommandInput struct { CommitTimeStamp *string `json:"commitTimeStamp,omitempty"` DatabaseName string `json:"databaseName"` }
func (*MigrateSyncCompleteCommandInput) GetCommitTimeStampAsTime ¶
func (o *MigrateSyncCompleteCommandInput) GetCommitTimeStampAsTime() (*time.Time, error)
func (*MigrateSyncCompleteCommandInput) SetCommitTimeStampAsTime ¶
func (o *MigrateSyncCompleteCommandInput) SetCommitTimeStampAsTime(input time.Time)
type MigrateSyncCompleteCommandOutput ¶
type MigrateSyncCompleteCommandOutput struct { Errors *[]ReportableException `json:"errors,omitempty"` Id *string `json:"id,omitempty"` }
type MigrateSyncCompleteCommandProperties ¶
type MigrateSyncCompleteCommandProperties struct { Input *MigrateSyncCompleteCommandInput `json:"input,omitempty"` Output *MigrateSyncCompleteCommandOutput `json:"output,omitempty"` // Fields inherited from CommandProperties Errors *[]ODataError `json:"errors,omitempty"` State *CommandState `json:"state,omitempty"` }
func (MigrateSyncCompleteCommandProperties) MarshalJSON ¶
func (s MigrateSyncCompleteCommandProperties) MarshalJSON() ([]byte, error)
type ODataError ¶
type ODataError struct { Code *string `json:"code,omitempty"` Details *[]ODataError `json:"details,omitempty"` Message *string `json:"message,omitempty"` }
type RawCommandPropertiesImpl ¶
RawCommandPropertiesImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
type ReportableException ¶
type ReportableException struct { ActionableMessage *string `json:"actionableMessage,omitempty"` FilePath *string `json:"filePath,omitempty"` HResult *int64 `json:"hResult,omitempty"` LineNumber *string `json:"lineNumber,omitempty"` Message *string `json:"message,omitempty"` StackTrace *string `json:"stackTrace,omitempty"` }
Source Files ¶
- client.go
- constants.go
- model_commandproperties.go
- model_migratemisynccompletecommandinput.go
- model_migratemisynccompletecommandoutput.go
- model_migratemisynccompletecommandproperties.go
- model_migratesynccompletecommandinput.go
- model_migratesynccompletecommandoutput.go
- model_migratesynccompletecommandproperties.go
- model_odataerror.go
- model_reportableexception.go
- version.go
Click to show internal directories.
Click to hide internal directories.