Documentation ¶
Index ¶
- func PossibleValuesForCommandState() []string
- func PossibleValuesForServiceProvisioningState() []string
- func PossibleValuesForServiceScalability() []string
- func PossibleValuesForTaskState() []string
- func ValidateProjectID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateResourceGroupID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error)
- type AvailableServiceSku
- type AvailableServiceSkuCapacity
- type AvailableServiceSkuOperationPredicate
- type AvailableServiceSkuSku
- type CommandProperties
- type CommandState
- type DataMigrationService
- type DataMigrationServiceOperationPredicate
- type DataMigrationServiceProperties
- type DataMigrationServiceStatusResponse
- type ODataError
- type ProjectId
- type ProjectTask
- type ProjectTaskOperationPredicate
- type ProjectTaskProperties
- type ResourceGroupId
- type ServiceId
- type ServiceProvisioningState
- type ServiceResourceClient
- func (c ServiceResourceClient) ServiceTasksList(ctx context.Context, id ServiceId, options ServiceTasksListOperationOptions) (resp ServiceTasksListOperationResponse, err error)
- func (c ServiceResourceClient) ServiceTasksListComplete(ctx context.Context, id ServiceId, options ServiceTasksListOperationOptions) (ServiceTasksListCompleteResult, error)
- func (c ServiceResourceClient) ServiceTasksListCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ServiceTasksListOperationOptions, ...) (resp ServiceTasksListCompleteResult, err error)
- func (c ServiceResourceClient) ServicesCheckStatus(ctx context.Context, id ServiceId) (result ServicesCheckStatusOperationResponse, err error)
- func (c ServiceResourceClient) ServicesCreateOrUpdate(ctx context.Context, id ServiceId, input DataMigrationService) (result ServicesCreateOrUpdateOperationResponse, err error)
- func (c ServiceResourceClient) ServicesCreateOrUpdateThenPoll(ctx context.Context, id ServiceId, input DataMigrationService) error
- func (c ServiceResourceClient) ServicesDelete(ctx context.Context, id ServiceId, options ServicesDeleteOperationOptions) (result ServicesDeleteOperationResponse, err error)
- func (c ServiceResourceClient) ServicesDeleteThenPoll(ctx context.Context, id ServiceId, options ServicesDeleteOperationOptions) error
- func (c ServiceResourceClient) ServicesGet(ctx context.Context, id ServiceId) (result ServicesGetOperationResponse, err error)
- func (c ServiceResourceClient) ServicesList(ctx context.Context, id commonids.SubscriptionId) (resp ServicesListOperationResponse, err error)
- func (c ServiceResourceClient) ServicesListByResourceGroup(ctx context.Context, id ResourceGroupId) (resp ServicesListByResourceGroupOperationResponse, err error)
- func (c ServiceResourceClient) ServicesListByResourceGroupComplete(ctx context.Context, id ResourceGroupId) (ServicesListByResourceGroupCompleteResult, error)
- func (c ServiceResourceClient) ServicesListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id ResourceGroupId, ...) (resp ServicesListByResourceGroupCompleteResult, err error)
- func (c ServiceResourceClient) ServicesListComplete(ctx context.Context, id commonids.SubscriptionId) (ServicesListCompleteResult, error)
- func (c ServiceResourceClient) ServicesListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp ServicesListCompleteResult, err error)
- func (c ServiceResourceClient) ServicesListSkus(ctx context.Context, id ServiceId) (resp ServicesListSkusOperationResponse, err error)
- func (c ServiceResourceClient) ServicesListSkusComplete(ctx context.Context, id ServiceId) (ServicesListSkusCompleteResult, error)
- func (c ServiceResourceClient) ServicesListSkusCompleteMatchingPredicate(ctx context.Context, id ServiceId, ...) (resp ServicesListSkusCompleteResult, err error)
- func (c ServiceResourceClient) ServicesStart(ctx context.Context, id ServiceId) (result ServicesStartOperationResponse, err error)
- func (c ServiceResourceClient) ServicesStartThenPoll(ctx context.Context, id ServiceId) error
- func (c ServiceResourceClient) ServicesStop(ctx context.Context, id ServiceId) (result ServicesStopOperationResponse, err error)
- func (c ServiceResourceClient) ServicesStopThenPoll(ctx context.Context, id ServiceId) error
- func (c ServiceResourceClient) ServicesUpdate(ctx context.Context, id ServiceId, input DataMigrationService) (result ServicesUpdateOperationResponse, err error)
- func (c ServiceResourceClient) ServicesUpdateThenPoll(ctx context.Context, id ServiceId, input DataMigrationService) error
- func (c ServiceResourceClient) TasksList(ctx context.Context, id ProjectId, options TasksListOperationOptions) (resp TasksListOperationResponse, err error)
- func (c ServiceResourceClient) TasksListComplete(ctx context.Context, id ProjectId, options TasksListOperationOptions) (TasksListCompleteResult, error)
- func (c ServiceResourceClient) TasksListCompleteMatchingPredicate(ctx context.Context, id ProjectId, options TasksListOperationOptions, ...) (resp TasksListCompleteResult, err error)
- type ServiceScalability
- type ServiceSku
- type ServiceTasksListCompleteResult
- type ServiceTasksListOperationOptions
- type ServiceTasksListOperationResponse
- type ServicesCheckStatusOperationResponse
- type ServicesCreateOrUpdateOperationResponse
- type ServicesDeleteOperationOptions
- type ServicesDeleteOperationResponse
- type ServicesGetOperationResponse
- type ServicesListByResourceGroupCompleteResult
- type ServicesListByResourceGroupOperationResponse
- type ServicesListCompleteResult
- type ServicesListOperationResponse
- type ServicesListSkusCompleteResult
- type ServicesListSkusOperationResponse
- type ServicesStartOperationResponse
- type ServicesStopOperationResponse
- type ServicesUpdateOperationResponse
- type TaskState
- type TasksListCompleteResult
- type TasksListOperationOptions
- type TasksListOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForCommandState ¶
func PossibleValuesForCommandState() []string
func PossibleValuesForServiceProvisioningState ¶
func PossibleValuesForServiceProvisioningState() []string
func PossibleValuesForServiceScalability ¶
func PossibleValuesForServiceScalability() []string
func PossibleValuesForTaskState ¶
func PossibleValuesForTaskState() []string
func ValidateProjectID ¶
ValidateProjectID checks that 'input' can be parsed as a Project ID
func ValidateResourceGroupID ¶
ValidateResourceGroupID checks that 'input' can be parsed as a Resource Group ID
func ValidateServiceID ¶
ValidateServiceID checks that 'input' can be parsed as a Service ID
Types ¶
type AvailableServiceSku ¶
type AvailableServiceSku struct { Capacity *AvailableServiceSkuCapacity `json:"capacity,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Sku *AvailableServiceSkuSku `json:"sku,omitempty"` }
type AvailableServiceSkuCapacity ¶
type AvailableServiceSkuCapacity struct { Default *int64 `json:"default,omitempty"` Maximum *int64 `json:"maximum,omitempty"` Minimum *int64 `json:"minimum,omitempty"` ScaleType *ServiceScalability `json:"scaleType,omitempty"` }
type AvailableServiceSkuOperationPredicate ¶
type AvailableServiceSkuOperationPredicate struct {
ResourceType *string
}
func (AvailableServiceSkuOperationPredicate) Matches ¶
func (p AvailableServiceSkuOperationPredicate) Matches(input AvailableServiceSku) bool
type AvailableServiceSkuSku ¶
type CommandProperties ¶
type CommandProperties struct { CommandType string `json:"commandType"` Errors *[]ODataError `json:"errors,omitempty"` State *CommandState `json:"state,omitempty"` }
type CommandState ¶
type CommandState string
const ( CommandStateAccepted CommandState = "Accepted" CommandStateFailed CommandState = "Failed" CommandStateRunning CommandState = "Running" CommandStateSucceeded CommandState = "Succeeded" CommandStateUnknown CommandState = "Unknown" )
type DataMigrationService ¶
type DataMigrationService struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *DataMigrationServiceProperties `json:"properties,omitempty"` Sku *ServiceSku `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type DataMigrationServiceOperationPredicate ¶
type DataMigrationServiceOperationPredicate struct { Etag *string Id *string Kind *string Location *string Name *string Type *string }
func (DataMigrationServiceOperationPredicate) Matches ¶
func (p DataMigrationServiceOperationPredicate) Matches(input DataMigrationService) bool
type DataMigrationServiceProperties ¶
type DataMigrationServiceProperties struct { ProvisioningState *ServiceProvisioningState `json:"provisioningState,omitempty"` PublicKey *string `json:"publicKey,omitempty"` VirtualNicId *string `json:"virtualNicId,omitempty"` VirtualSubnetId string `json:"virtualSubnetId"` }
type ODataError ¶
type ODataError struct { Code *string `json:"code,omitempty"` Details *[]ODataError `json:"details,omitempty"` Message *string `json:"message,omitempty"` }
type ProjectId ¶
type ProjectId struct { SubscriptionId string ResourceGroupName string ServiceName string ProjectName string }
ProjectId is a struct representing the Resource ID for a Project
func NewProjectID ¶
func NewProjectID(subscriptionId string, resourceGroupName string, serviceName string, projectName string) ProjectId
NewProjectID returns a new ProjectId struct
func ParseProjectID ¶
ParseProjectID parses 'input' into a ProjectId
func ParseProjectIDInsensitively ¶
ParseProjectIDInsensitively parses 'input' case-insensitively into a ProjectId note: this method should only be used for API response data and not user input
func (ProjectId) Segments ¶
func (id ProjectId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Project ID
type ProjectTask ¶
type ProjectTask struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ProjectTaskProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type ProjectTaskOperationPredicate ¶
func (ProjectTaskOperationPredicate) Matches ¶
func (p ProjectTaskOperationPredicate) Matches(input ProjectTask) bool
type ProjectTaskProperties ¶
type ProjectTaskProperties struct { ClientData *map[string]string `json:"clientData,omitempty"` Commands *[]CommandProperties `json:"commands,omitempty"` Errors *[]ODataError `json:"errors,omitempty"` State *TaskState `json:"state,omitempty"` TaskType string `json:"taskType"` }
type ResourceGroupId ¶
ResourceGroupId is a struct representing the Resource ID for a Resource Group
func NewResourceGroupID ¶
func NewResourceGroupID(subscriptionId string, resourceGroupName string) ResourceGroupId
NewResourceGroupID returns a new ResourceGroupId struct
func ParseResourceGroupID ¶
func ParseResourceGroupID(input string) (*ResourceGroupId, error)
ParseResourceGroupID parses 'input' into a ResourceGroupId
func ParseResourceGroupIDInsensitively ¶
func ParseResourceGroupIDInsensitively(input string) (*ResourceGroupId, error)
ParseResourceGroupIDInsensitively parses 'input' case-insensitively into a ResourceGroupId note: this method should only be used for API response data and not user input
func (ResourceGroupId) ID ¶
func (id ResourceGroupId) ID() string
ID returns the formatted Resource Group ID
func (ResourceGroupId) Segments ¶
func (id ResourceGroupId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Resource Group ID
func (ResourceGroupId) String ¶
func (id ResourceGroupId) String() string
String returns a human-readable description of this Resource Group ID
type ServiceId ¶
ServiceId is a struct representing the Resource ID for a Service
func NewServiceID ¶
NewServiceID returns a new ServiceId struct
func ParseServiceID ¶
ParseServiceID parses 'input' into a ServiceId
func ParseServiceIDInsensitively ¶
ParseServiceIDInsensitively parses 'input' case-insensitively into a ServiceId note: this method should only be used for API response data and not user input
func (ServiceId) Segments ¶
func (id ServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Service ID
type ServiceProvisioningState ¶
type ServiceProvisioningState string
const ( ServiceProvisioningStateAccepted ServiceProvisioningState = "Accepted" ServiceProvisioningStateDeleting ServiceProvisioningState = "Deleting" ServiceProvisioningStateDeploying ServiceProvisioningState = "Deploying" ServiceProvisioningStateFailed ServiceProvisioningState = "Failed" ServiceProvisioningStateFailedToStart ServiceProvisioningState = "FailedToStart" ServiceProvisioningStateFailedToStop ServiceProvisioningState = "FailedToStop" ServiceProvisioningStateStarting ServiceProvisioningState = "Starting" ServiceProvisioningStateStopped ServiceProvisioningState = "Stopped" ServiceProvisioningStateStopping ServiceProvisioningState = "Stopping" ServiceProvisioningStateSucceeded ServiceProvisioningState = "Succeeded" )
type ServiceResourceClient ¶
type ServiceResourceClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewServiceResourceClientWithBaseURI ¶
func NewServiceResourceClientWithBaseURI(endpoint string) ServiceResourceClient
func (ServiceResourceClient) ServiceTasksList ¶
func (c ServiceResourceClient) ServiceTasksList(ctx context.Context, id ServiceId, options ServiceTasksListOperationOptions) (resp ServiceTasksListOperationResponse, err error)
ServiceTasksList ...
func (ServiceResourceClient) ServiceTasksListComplete ¶
func (c ServiceResourceClient) ServiceTasksListComplete(ctx context.Context, id ServiceId, options ServiceTasksListOperationOptions) (ServiceTasksListCompleteResult, error)
ServiceTasksListComplete retrieves all of the results into a single object
func (ServiceResourceClient) ServiceTasksListCompleteMatchingPredicate ¶
func (c ServiceResourceClient) ServiceTasksListCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ServiceTasksListOperationOptions, predicate ProjectTaskOperationPredicate) (resp ServiceTasksListCompleteResult, err error)
ServiceTasksListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ServiceResourceClient) ServicesCheckStatus ¶
func (c ServiceResourceClient) ServicesCheckStatus(ctx context.Context, id ServiceId) (result ServicesCheckStatusOperationResponse, err error)
ServicesCheckStatus ...
func (ServiceResourceClient) ServicesCreateOrUpdate ¶
func (c ServiceResourceClient) ServicesCreateOrUpdate(ctx context.Context, id ServiceId, input DataMigrationService) (result ServicesCreateOrUpdateOperationResponse, err error)
ServicesCreateOrUpdate ...
func (ServiceResourceClient) ServicesCreateOrUpdateThenPoll ¶
func (c ServiceResourceClient) ServicesCreateOrUpdateThenPoll(ctx context.Context, id ServiceId, input DataMigrationService) error
ServicesCreateOrUpdateThenPoll performs ServicesCreateOrUpdate then polls until it's completed
func (ServiceResourceClient) ServicesDelete ¶
func (c ServiceResourceClient) ServicesDelete(ctx context.Context, id ServiceId, options ServicesDeleteOperationOptions) (result ServicesDeleteOperationResponse, err error)
ServicesDelete ...
func (ServiceResourceClient) ServicesDeleteThenPoll ¶
func (c ServiceResourceClient) ServicesDeleteThenPoll(ctx context.Context, id ServiceId, options ServicesDeleteOperationOptions) error
ServicesDeleteThenPoll performs ServicesDelete then polls until it's completed
func (ServiceResourceClient) ServicesGet ¶
func (c ServiceResourceClient) ServicesGet(ctx context.Context, id ServiceId) (result ServicesGetOperationResponse, err error)
ServicesGet ...
func (ServiceResourceClient) ServicesList ¶
func (c ServiceResourceClient) ServicesList(ctx context.Context, id commonids.SubscriptionId) (resp ServicesListOperationResponse, err error)
ServicesList ...
func (ServiceResourceClient) ServicesListByResourceGroup ¶
func (c ServiceResourceClient) ServicesListByResourceGroup(ctx context.Context, id ResourceGroupId) (resp ServicesListByResourceGroupOperationResponse, err error)
ServicesListByResourceGroup ...
func (ServiceResourceClient) ServicesListByResourceGroupComplete ¶
func (c ServiceResourceClient) ServicesListByResourceGroupComplete(ctx context.Context, id ResourceGroupId) (ServicesListByResourceGroupCompleteResult, error)
ServicesListByResourceGroupComplete retrieves all of the results into a single object
func (ServiceResourceClient) ServicesListByResourceGroupCompleteMatchingPredicate ¶
func (c ServiceResourceClient) ServicesListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id ResourceGroupId, predicate DataMigrationServiceOperationPredicate) (resp ServicesListByResourceGroupCompleteResult, err error)
ServicesListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ServiceResourceClient) ServicesListComplete ¶
func (c ServiceResourceClient) ServicesListComplete(ctx context.Context, id commonids.SubscriptionId) (ServicesListCompleteResult, error)
ServicesListComplete retrieves all of the results into a single object
func (ServiceResourceClient) ServicesListCompleteMatchingPredicate ¶
func (c ServiceResourceClient) ServicesListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate DataMigrationServiceOperationPredicate) (resp ServicesListCompleteResult, err error)
ServicesListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ServiceResourceClient) ServicesListSkus ¶
func (c ServiceResourceClient) ServicesListSkus(ctx context.Context, id ServiceId) (resp ServicesListSkusOperationResponse, err error)
ServicesListSkus ...
func (ServiceResourceClient) ServicesListSkusComplete ¶
func (c ServiceResourceClient) ServicesListSkusComplete(ctx context.Context, id ServiceId) (ServicesListSkusCompleteResult, error)
ServicesListSkusComplete retrieves all of the results into a single object
func (ServiceResourceClient) ServicesListSkusCompleteMatchingPredicate ¶
func (c ServiceResourceClient) ServicesListSkusCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate AvailableServiceSkuOperationPredicate) (resp ServicesListSkusCompleteResult, err error)
ServicesListSkusCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ServiceResourceClient) ServicesStart ¶
func (c ServiceResourceClient) ServicesStart(ctx context.Context, id ServiceId) (result ServicesStartOperationResponse, err error)
ServicesStart ...
func (ServiceResourceClient) ServicesStartThenPoll ¶
func (c ServiceResourceClient) ServicesStartThenPoll(ctx context.Context, id ServiceId) error
ServicesStartThenPoll performs ServicesStart then polls until it's completed
func (ServiceResourceClient) ServicesStop ¶
func (c ServiceResourceClient) ServicesStop(ctx context.Context, id ServiceId) (result ServicesStopOperationResponse, err error)
ServicesStop ...
func (ServiceResourceClient) ServicesStopThenPoll ¶
func (c ServiceResourceClient) ServicesStopThenPoll(ctx context.Context, id ServiceId) error
ServicesStopThenPoll performs ServicesStop then polls until it's completed
func (ServiceResourceClient) ServicesUpdate ¶
func (c ServiceResourceClient) ServicesUpdate(ctx context.Context, id ServiceId, input DataMigrationService) (result ServicesUpdateOperationResponse, err error)
ServicesUpdate ...
func (ServiceResourceClient) ServicesUpdateThenPoll ¶
func (c ServiceResourceClient) ServicesUpdateThenPoll(ctx context.Context, id ServiceId, input DataMigrationService) error
ServicesUpdateThenPoll performs ServicesUpdate then polls until it's completed
func (ServiceResourceClient) TasksList ¶
func (c ServiceResourceClient) TasksList(ctx context.Context, id ProjectId, options TasksListOperationOptions) (resp TasksListOperationResponse, err error)
TasksList ...
func (ServiceResourceClient) TasksListComplete ¶
func (c ServiceResourceClient) TasksListComplete(ctx context.Context, id ProjectId, options TasksListOperationOptions) (TasksListCompleteResult, error)
TasksListComplete retrieves all of the results into a single object
func (ServiceResourceClient) TasksListCompleteMatchingPredicate ¶
func (c ServiceResourceClient) TasksListCompleteMatchingPredicate(ctx context.Context, id ProjectId, options TasksListOperationOptions, predicate ProjectTaskOperationPredicate) (resp TasksListCompleteResult, err error)
TasksListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type ServiceScalability ¶
type ServiceScalability string
const ( ServiceScalabilityAutomatic ServiceScalability = "automatic" ServiceScalabilityManual ServiceScalability = "manual" ServiceScalabilityNone ServiceScalability = "none" )
type ServiceSku ¶
type ServiceTasksListCompleteResult ¶
type ServiceTasksListCompleteResult struct {
Items []ProjectTask
}
type ServiceTasksListOperationOptions ¶
type ServiceTasksListOperationOptions struct {
TaskType *string
}
func DefaultServiceTasksListOperationOptions ¶
func DefaultServiceTasksListOperationOptions() ServiceTasksListOperationOptions
type ServiceTasksListOperationResponse ¶
type ServiceTasksListOperationResponse struct { HttpResponse *http.Response Model *[]ProjectTask // contains filtered or unexported fields }
func (ServiceTasksListOperationResponse) HasMore ¶
func (r ServiceTasksListOperationResponse) HasMore() bool
func (ServiceTasksListOperationResponse) LoadMore ¶
func (r ServiceTasksListOperationResponse) LoadMore(ctx context.Context) (resp ServiceTasksListOperationResponse, err error)
type ServicesCheckStatusOperationResponse ¶
type ServicesCheckStatusOperationResponse struct { HttpResponse *http.Response Model *DataMigrationServiceStatusResponse }
type ServicesCreateOrUpdateOperationResponse ¶
type ServicesCreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ServicesDeleteOperationOptions ¶
type ServicesDeleteOperationOptions struct {
DeleteRunningTasks *bool
}
func DefaultServicesDeleteOperationOptions ¶
func DefaultServicesDeleteOperationOptions() ServicesDeleteOperationOptions
type ServicesDeleteOperationResponse ¶
type ServicesDeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ServicesGetOperationResponse ¶
type ServicesGetOperationResponse struct { HttpResponse *http.Response Model *DataMigrationService }
type ServicesListByResourceGroupCompleteResult ¶
type ServicesListByResourceGroupCompleteResult struct {
Items []DataMigrationService
}
type ServicesListByResourceGroupOperationResponse ¶
type ServicesListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]DataMigrationService // contains filtered or unexported fields }
func (ServicesListByResourceGroupOperationResponse) HasMore ¶
func (r ServicesListByResourceGroupOperationResponse) HasMore() bool
func (ServicesListByResourceGroupOperationResponse) LoadMore ¶
func (r ServicesListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp ServicesListByResourceGroupOperationResponse, err error)
type ServicesListCompleteResult ¶
type ServicesListCompleteResult struct {
Items []DataMigrationService
}
type ServicesListOperationResponse ¶
type ServicesListOperationResponse struct { HttpResponse *http.Response Model *[]DataMigrationService // contains filtered or unexported fields }
func (ServicesListOperationResponse) HasMore ¶
func (r ServicesListOperationResponse) HasMore() bool
func (ServicesListOperationResponse) LoadMore ¶
func (r ServicesListOperationResponse) LoadMore(ctx context.Context) (resp ServicesListOperationResponse, err error)
type ServicesListSkusCompleteResult ¶
type ServicesListSkusCompleteResult struct {
Items []AvailableServiceSku
}
type ServicesListSkusOperationResponse ¶
type ServicesListSkusOperationResponse struct { HttpResponse *http.Response Model *[]AvailableServiceSku // contains filtered or unexported fields }
func (ServicesListSkusOperationResponse) HasMore ¶
func (r ServicesListSkusOperationResponse) HasMore() bool
func (ServicesListSkusOperationResponse) LoadMore ¶
func (r ServicesListSkusOperationResponse) LoadMore(ctx context.Context) (resp ServicesListSkusOperationResponse, err error)
type ServicesStartOperationResponse ¶
type ServicesStartOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ServicesStopOperationResponse ¶
type ServicesStopOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ServicesUpdateOperationResponse ¶
type ServicesUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type TaskState ¶
type TaskState string
const ( TaskStateCanceled TaskState = "Canceled" TaskStateFailed TaskState = "Failed" TaskStateFailedInputValidation TaskState = "FailedInputValidation" TaskStateFaulted TaskState = "Faulted" TaskStateQueued TaskState = "Queued" TaskStateRunning TaskState = "Running" TaskStateSucceeded TaskState = "Succeeded" TaskStateUnknown TaskState = "Unknown" )
type TasksListCompleteResult ¶
type TasksListCompleteResult struct {
Items []ProjectTask
}
type TasksListOperationOptions ¶
type TasksListOperationOptions struct {
TaskType *string
}
func DefaultTasksListOperationOptions ¶
func DefaultTasksListOperationOptions() TasksListOperationOptions
type TasksListOperationResponse ¶
type TasksListOperationResponse struct { HttpResponse *http.Response Model *[]ProjectTask // contains filtered or unexported fields }
func (TasksListOperationResponse) HasMore ¶
func (r TasksListOperationResponse) HasMore() bool
func (TasksListOperationResponse) LoadMore ¶
func (r TasksListOperationResponse) LoadMore(ctx context.Context) (resp TasksListOperationResponse, err error)
Source Files ¶
- client.go
- constants.go
- id_project.go
- id_resourcegroup.go
- id_service.go
- method_servicescheckstatus_autorest.go
- method_servicescreateorupdate_autorest.go
- method_servicesdelete_autorest.go
- method_servicesget_autorest.go
- method_serviceslist_autorest.go
- method_serviceslistbyresourcegroup_autorest.go
- method_serviceslistskus_autorest.go
- method_servicesstart_autorest.go
- method_servicesstop_autorest.go
- method_servicesupdate_autorest.go
- method_servicetaskslist_autorest.go
- method_taskslist_autorest.go
- model_availableservicesku.go
- model_availableserviceskucapacity.go
- model_availableserviceskusku.go
- model_commandproperties.go
- model_datamigrationservice.go
- model_datamigrationserviceproperties.go
- model_datamigrationservicestatusresponse.go
- model_odataerror.go
- model_projecttask.go
- model_projecttaskproperties.go
- model_servicesku.go
- predicates.go
- version.go