Package hybriddata
- Constants
- func UserAgent() string
- func Version() string
- type AvailableProviderOperation
- type AvailableProviderOperationDisplay
- type AvailableProviderOperations
- type AvailableProviderOperationsIterator
- func NewAvailableProviderOperationsIterator(page AvailableProviderOperationsPage) AvailableProviderOperationsIterator
- type AvailableProviderOperationsPage
- func NewAvailableProviderOperationsPage(cur AvailableProviderOperations, getNextPage func(context.Context, AvailableProviderOperations) (AvailableProviderOperations, error)) AvailableProviderOperationsPage
- type BaseClient
- func New(subscriptionID string) BaseClient
- func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
- type CustomerSecret
- type DataManager
- type DataManagerList
- type DataManagerUpdateParameter
- type DataManagersClient
- func NewDataManagersClient(subscriptionID string) DataManagersClient
- func NewDataManagersClientWithBaseURI(baseURI string, subscriptionID string) DataManagersClient
- type DataManagersCreateFuture
- type DataManagersDeleteFuture
- type DataManagersUpdateFuture
- type DataService
- type DataServiceList
- type DataServiceListIterator
- func NewDataServiceListIterator(page DataServiceListPage) DataServiceListIterator
- type DataServiceListPage
- func NewDataServiceListPage(cur DataServiceList, getNextPage func(context.Context, DataServiceList) (DataServiceList, error)) DataServiceListPage
- type DataServiceProperties
- type DataServicesClient
- func NewDataServicesClient(subscriptionID string) DataServicesClient
- func NewDataServicesClientWithBaseURI(baseURI string, subscriptionID string) DataServicesClient
- type DataStore
- type DataStoreFilter
- type DataStoreList
- type DataStoreListIterator
- func NewDataStoreListIterator(page DataStoreListPage) DataStoreListIterator
- type DataStoreListPage
- func NewDataStoreListPage(cur DataStoreList, getNextPage func(context.Context, DataStoreList) (DataStoreList, error)) DataStoreListPage
- type DataStoreProperties
- type DataStoreType
- type DataStoreTypeList
- type DataStoreTypeListIterator
- func NewDataStoreTypeListIterator(page DataStoreTypeListPage) DataStoreTypeListIterator
- type DataStoreTypeListPage
- func NewDataStoreTypeListPage(cur DataStoreTypeList, getNextPage func(context.Context, DataStoreTypeList) (DataStoreTypeList, error)) DataStoreTypeListPage
- type DataStoreTypeProperties
- type DataStoreTypesClient
- func NewDataStoreTypesClient(subscriptionID string) DataStoreTypesClient
- func NewDataStoreTypesClientWithBaseURI(baseURI string, subscriptionID string) DataStoreTypesClient
- type DataStoresClient
- func NewDataStoresClient(subscriptionID string) DataStoresClient
- func NewDataStoresClientWithBaseURI(baseURI string, subscriptionID string) DataStoresClient
- type DataStoresCreateOrUpdateFuture
- type DataStoresDeleteFuture
- type DmsBaseObject
- type Error
- type ErrorDetails
- type IsJobCancellable
- func PossibleIsJobCancellableValues() []IsJobCancellable
- type Job
- type JobDefinition
- type JobDefinitionFilter
- type JobDefinitionList
- type JobDefinitionListIterator
- func NewJobDefinitionListIterator(page JobDefinitionListPage) JobDefinitionListIterator
- type JobDefinitionListPage
- func NewJobDefinitionListPage(cur JobDefinitionList, getNextPage func(context.Context, JobDefinitionList) (JobDefinitionList, error)) JobDefinitionListPage
- type JobDefinitionProperties
- type JobDefinitionsClient
- func NewJobDefinitionsClient(subscriptionID string) JobDefinitionsClient
- func NewJobDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) JobDefinitionsClient
- type JobDefinitionsCreateOrUpdateFuture
- type JobDefinitionsDeleteFuture
- type JobDefinitionsRunFuture
- type JobDetails
- type JobFilter
- type JobList
- type JobListIterator
- func NewJobListIterator(page JobListPage) JobListIterator
- type JobListPage
- func NewJobListPage(cur JobList, getNextPage func(context.Context, JobList) (JobList, error)) JobListPage
- type JobProperties
- type JobStages
- type JobStatus
- func PossibleJobStatusValues() []JobStatus
- type JobsCancelFuture
- type JobsClient
- func NewJobsClient(subscriptionID string) JobsClient
- func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient
- type JobsResumeFuture
- type Key
- type OperationsClient
- func NewOperationsClient(subscriptionID string) OperationsClient
- func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
- type PublicKey
- type PublicKeyList
- type PublicKeyListIterator
- func NewPublicKeyListIterator(page PublicKeyListPage) PublicKeyListIterator
- type PublicKeyListPage
- func NewPublicKeyListPage(cur PublicKeyList, getNextPage func(context.Context, PublicKeyList) (PublicKeyList, error)) PublicKeyListPage
- type PublicKeyProperties
- type PublicKeysClient
- func NewPublicKeysClient(subscriptionID string) PublicKeysClient
- func NewPublicKeysClientWithBaseURI(baseURI string, subscriptionID string) PublicKeysClient
- type Resource
- type RunLocation
- func PossibleRunLocationValues() []RunLocation
- type RunParameters
- type Schedule
- type Sku
- type State
- func PossibleStateValues() []State
- type SupportedAlgorithm
- func PossibleSupportedAlgorithmValues() []SupportedAlgorithm
- type UserConfirmation
- func PossibleUserConfirmationValues() []UserConfirmation
Package files
models.go
Constants
const (
DefaultBaseURI = original.DefaultBaseURI
)
func UserAgent() string
func Version() string
type AvailableProviderOperation = original.AvailableProviderOperation
type AvailableProviderOperationDisplay = original.AvailableProviderOperationDisplay
type AvailableProviderOperations = original.AvailableProviderOperations
type AvailableProviderOperationsIterator = original.AvailableProviderOperationsIterator
func NewAvailableProviderOperationsIterator(page AvailableProviderOperationsPage) AvailableProviderOperationsIterator
type AvailableProviderOperationsPage = original.AvailableProviderOperationsPage
func NewAvailableProviderOperationsPage(cur AvailableProviderOperations, getNextPage func(context.Context, AvailableProviderOperations) (AvailableProviderOperations, error)) AvailableProviderOperationsPage
type BaseClient = original.BaseClient
func New(subscriptionID string) BaseClient
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CustomerSecret = original.CustomerSecret
type DataManager = original.DataManager
type DataManagerList = original.DataManagerList
type DataManagerUpdateParameter = original.DataManagerUpdateParameter
type DataManagersClient = original.DataManagersClient
func NewDataManagersClient(subscriptionID string) DataManagersClient
func NewDataManagersClientWithBaseURI(baseURI string, subscriptionID string) DataManagersClient
type DataManagersCreateFuture = original.DataManagersCreateFuture
type DataManagersDeleteFuture = original.DataManagersDeleteFuture
type DataManagersUpdateFuture = original.DataManagersUpdateFuture
type DataService = original.DataService
type DataServiceList = original.DataServiceList
type DataServiceListIterator = original.DataServiceListIterator
func NewDataServiceListIterator(page DataServiceListPage) DataServiceListIterator
type DataServiceListPage = original.DataServiceListPage
func NewDataServiceListPage(cur DataServiceList, getNextPage func(context.Context, DataServiceList) (DataServiceList, error)) DataServiceListPage
type DataServiceProperties = original.DataServiceProperties
type DataServicesClient = original.DataServicesClient
func NewDataServicesClient(subscriptionID string) DataServicesClient
func NewDataServicesClientWithBaseURI(baseURI string, subscriptionID string) DataServicesClient
type DataStore = original.DataStore
type DataStoreFilter = original.DataStoreFilter
type DataStoreList = original.DataStoreList
type DataStoreListIterator = original.DataStoreListIterator
func NewDataStoreListIterator(page DataStoreListPage) DataStoreListIterator
type DataStoreListPage = original.DataStoreListPage
func NewDataStoreListPage(cur DataStoreList, getNextPage func(context.Context, DataStoreList) (DataStoreList, error)) DataStoreListPage
type DataStoreProperties = original.DataStoreProperties
type DataStoreType = original.DataStoreType
type DataStoreTypeList = original.DataStoreTypeList
type DataStoreTypeListIterator = original.DataStoreTypeListIterator
func NewDataStoreTypeListIterator(page DataStoreTypeListPage) DataStoreTypeListIterator
type DataStoreTypeListPage = original.DataStoreTypeListPage
func NewDataStoreTypeListPage(cur DataStoreTypeList, getNextPage func(context.Context, DataStoreTypeList) (DataStoreTypeList, error)) DataStoreTypeListPage
type DataStoreTypeProperties = original.DataStoreTypeProperties
type DataStoreTypesClient = original.DataStoreTypesClient
func NewDataStoreTypesClient(subscriptionID string) DataStoreTypesClient
func NewDataStoreTypesClientWithBaseURI(baseURI string, subscriptionID string) DataStoreTypesClient
type DataStoresClient = original.DataStoresClient
func NewDataStoresClient(subscriptionID string) DataStoresClient
func NewDataStoresClientWithBaseURI(baseURI string, subscriptionID string) DataStoresClient
type DataStoresCreateOrUpdateFuture = original.DataStoresCreateOrUpdateFuture
type DataStoresDeleteFuture = original.DataStoresDeleteFuture
type DmsBaseObject = original.DmsBaseObject
type Error = original.Error
type ErrorDetails = original.ErrorDetails
type IsJobCancellable = original.IsJobCancellable
const (
Cancellable IsJobCancellable = original.Cancellable
NotCancellable IsJobCancellable = original.NotCancellable
)
func PossibleIsJobCancellableValues() []IsJobCancellable
type Job = original.Job
type JobDefinition = original.JobDefinition
type JobDefinitionFilter = original.JobDefinitionFilter
type JobDefinitionList = original.JobDefinitionList
type JobDefinitionListIterator = original.JobDefinitionListIterator
func NewJobDefinitionListIterator(page JobDefinitionListPage) JobDefinitionListIterator
type JobDefinitionListPage = original.JobDefinitionListPage
func NewJobDefinitionListPage(cur JobDefinitionList, getNextPage func(context.Context, JobDefinitionList) (JobDefinitionList, error)) JobDefinitionListPage
type JobDefinitionProperties = original.JobDefinitionProperties
type JobDefinitionsClient = original.JobDefinitionsClient
func NewJobDefinitionsClient(subscriptionID string) JobDefinitionsClient
func NewJobDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) JobDefinitionsClient
type JobDefinitionsCreateOrUpdateFuture = original.JobDefinitionsCreateOrUpdateFuture
type JobDefinitionsDeleteFuture = original.JobDefinitionsDeleteFuture
type JobDefinitionsRunFuture = original.JobDefinitionsRunFuture
type JobDetails = original.JobDetails
type JobFilter = original.JobFilter
type JobList = original.JobList
type JobListIterator = original.JobListIterator
func NewJobListIterator(page JobListPage) JobListIterator
type JobListPage = original.JobListPage
func NewJobListPage(cur JobList, getNextPage func(context.Context, JobList) (JobList, error)) JobListPage
type JobProperties = original.JobProperties
type JobStages = original.JobStages
type JobStatus = original.JobStatus
const (
Cancelled JobStatus = original.Cancelled
Cancelling JobStatus = original.Cancelling
Failed JobStatus = original.Failed
InProgress JobStatus = original.InProgress
None JobStatus = original.None
PartiallySucceeded JobStatus = original.PartiallySucceeded
Succeeded JobStatus = original.Succeeded
WaitingForAction JobStatus = original.WaitingForAction
)
func PossibleJobStatusValues() []JobStatus
type JobsCancelFuture = original.JobsCancelFuture
type JobsClient = original.JobsClient
func NewJobsClient(subscriptionID string) JobsClient
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient
type JobsResumeFuture = original.JobsResumeFuture
type Key = original.Key
type OperationsClient = original.OperationsClient
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PublicKey = original.PublicKey
type PublicKeyList = original.PublicKeyList
type PublicKeyListIterator = original.PublicKeyListIterator
func NewPublicKeyListIterator(page PublicKeyListPage) PublicKeyListIterator
type PublicKeyListPage = original.PublicKeyListPage
func NewPublicKeyListPage(cur PublicKeyList, getNextPage func(context.Context, PublicKeyList) (PublicKeyList, error)) PublicKeyListPage
type PublicKeyProperties = original.PublicKeyProperties
type PublicKeysClient = original.PublicKeysClient
func NewPublicKeysClient(subscriptionID string) PublicKeysClient
func NewPublicKeysClientWithBaseURI(baseURI string, subscriptionID string) PublicKeysClient
type Resource = original.Resource
type RunLocation = original.RunLocation
const (
RunLocationAustraliaeast RunLocation = original.RunLocationAustraliaeast
RunLocationAustraliasoutheast RunLocation = original.RunLocationAustraliasoutheast
RunLocationBrazilsouth RunLocation = original.RunLocationBrazilsouth
RunLocationCanadacentral RunLocation = original.RunLocationCanadacentral
RunLocationCanadaeast RunLocation = original.RunLocationCanadaeast
RunLocationCentralindia RunLocation = original.RunLocationCentralindia
RunLocationCentralus RunLocation = original.RunLocationCentralus
RunLocationEastasia RunLocation = original.RunLocationEastasia
RunLocationEastus RunLocation = original.RunLocationEastus
RunLocationEastus2 RunLocation = original.RunLocationEastus2
RunLocationJapaneast RunLocation = original.RunLocationJapaneast
RunLocationJapanwest RunLocation = original.RunLocationJapanwest
RunLocationKoreacentral RunLocation = original.RunLocationKoreacentral
RunLocationKoreasouth RunLocation = original.RunLocationKoreasouth
RunLocationNone RunLocation = original.RunLocationNone
RunLocationNorthcentralus RunLocation = original.RunLocationNorthcentralus
RunLocationNortheurope RunLocation = original.RunLocationNortheurope
RunLocationSouthcentralus RunLocation = original.RunLocationSouthcentralus
RunLocationSoutheastasia RunLocation = original.RunLocationSoutheastasia
RunLocationSouthindia RunLocation = original.RunLocationSouthindia
RunLocationUksouth RunLocation = original.RunLocationUksouth
RunLocationUkwest RunLocation = original.RunLocationUkwest
RunLocationWestcentralus RunLocation = original.RunLocationWestcentralus
RunLocationWesteurope RunLocation = original.RunLocationWesteurope
RunLocationWestindia RunLocation = original.RunLocationWestindia
RunLocationWestus RunLocation = original.RunLocationWestus
RunLocationWestus2 RunLocation = original.RunLocationWestus2
)
func PossibleRunLocationValues() []RunLocation
type RunParameters = original.RunParameters
type Schedule = original.Schedule
type Sku = original.Sku
type State = original.State
const (
Disabled State = original.Disabled
Enabled State = original.Enabled
Supported State = original.Supported
)
func PossibleStateValues() []State
type SupportedAlgorithm = original.SupportedAlgorithm
const (
SupportedAlgorithmNone SupportedAlgorithm = original.SupportedAlgorithmNone
SupportedAlgorithmPlainText SupportedAlgorithm = original.SupportedAlgorithmPlainText
SupportedAlgorithmRSA15 SupportedAlgorithm = original.SupportedAlgorithmRSA15
SupportedAlgorithmRSAOAEP SupportedAlgorithm = original.SupportedAlgorithmRSAOAEP
)
func PossibleSupportedAlgorithmValues() []SupportedAlgorithm
type UserConfirmation = original.UserConfirmation
const (
NotRequired UserConfirmation = original.NotRequired
Required UserConfirmation = original.Required
)
func PossibleUserConfirmationValues() []UserConfirmation
Subdirectories