...

Package hybriddata

import "github.com/Azure/azure-sdk-for-go/profiles/latest/hybriddatamanager/mgmt/hybriddata"
Overview
Index
Subdirectories

Overview ▾

Index ▾

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

func UserAgent() string

func Version

func Version() string

type AvailableProviderOperation

type AvailableProviderOperation = original.AvailableProviderOperation

type AvailableProviderOperationDisplay

type AvailableProviderOperationDisplay = original.AvailableProviderOperationDisplay

type AvailableProviderOperations

type AvailableProviderOperations = original.AvailableProviderOperations

type AvailableProviderOperationsIterator

type AvailableProviderOperationsIterator = original.AvailableProviderOperationsIterator

func NewAvailableProviderOperationsIterator

func NewAvailableProviderOperationsIterator(page AvailableProviderOperationsPage) AvailableProviderOperationsIterator

type AvailableProviderOperationsPage

type AvailableProviderOperationsPage = original.AvailableProviderOperationsPage

func NewAvailableProviderOperationsPage

func NewAvailableProviderOperationsPage(cur AvailableProviderOperations, getNextPage func(context.Context, AvailableProviderOperations) (AvailableProviderOperations, error)) AvailableProviderOperationsPage

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type CustomerSecret

type CustomerSecret = original.CustomerSecret

type DataManager

type DataManager = original.DataManager

type DataManagerList

type DataManagerList = original.DataManagerList

type DataManagerUpdateParameter

type DataManagerUpdateParameter = original.DataManagerUpdateParameter

type DataManagersClient

type DataManagersClient = original.DataManagersClient

func NewDataManagersClient

func NewDataManagersClient(subscriptionID string) DataManagersClient

func NewDataManagersClientWithBaseURI

func NewDataManagersClientWithBaseURI(baseURI string, subscriptionID string) DataManagersClient

type DataManagersCreateFuture

type DataManagersCreateFuture = original.DataManagersCreateFuture

type DataManagersDeleteFuture

type DataManagersDeleteFuture = original.DataManagersDeleteFuture

type DataManagersUpdateFuture

type DataManagersUpdateFuture = original.DataManagersUpdateFuture

type DataService

type DataService = original.DataService

type DataServiceList

type DataServiceList = original.DataServiceList

type DataServiceListIterator

type DataServiceListIterator = original.DataServiceListIterator

func NewDataServiceListIterator

func NewDataServiceListIterator(page DataServiceListPage) DataServiceListIterator

type DataServiceListPage

type DataServiceListPage = original.DataServiceListPage

func NewDataServiceListPage

func NewDataServiceListPage(cur DataServiceList, getNextPage func(context.Context, DataServiceList) (DataServiceList, error)) DataServiceListPage

type DataServiceProperties

type DataServiceProperties = original.DataServiceProperties

type DataServicesClient

type DataServicesClient = original.DataServicesClient

func NewDataServicesClient

func NewDataServicesClient(subscriptionID string) DataServicesClient

func NewDataServicesClientWithBaseURI

func NewDataServicesClientWithBaseURI(baseURI string, subscriptionID string) DataServicesClient

type DataStore

type DataStore = original.DataStore

type DataStoreFilter

type DataStoreFilter = original.DataStoreFilter

type DataStoreList

type DataStoreList = original.DataStoreList

type DataStoreListIterator

type DataStoreListIterator = original.DataStoreListIterator

func NewDataStoreListIterator

func NewDataStoreListIterator(page DataStoreListPage) DataStoreListIterator

type DataStoreListPage

type DataStoreListPage = original.DataStoreListPage

func NewDataStoreListPage

func NewDataStoreListPage(cur DataStoreList, getNextPage func(context.Context, DataStoreList) (DataStoreList, error)) DataStoreListPage

type DataStoreProperties

type DataStoreProperties = original.DataStoreProperties

type DataStoreType

type DataStoreType = original.DataStoreType

type DataStoreTypeList

type DataStoreTypeList = original.DataStoreTypeList

type DataStoreTypeListIterator

type DataStoreTypeListIterator = original.DataStoreTypeListIterator

func NewDataStoreTypeListIterator

func NewDataStoreTypeListIterator(page DataStoreTypeListPage) DataStoreTypeListIterator

type DataStoreTypeListPage

type DataStoreTypeListPage = original.DataStoreTypeListPage

func NewDataStoreTypeListPage

func NewDataStoreTypeListPage(cur DataStoreTypeList, getNextPage func(context.Context, DataStoreTypeList) (DataStoreTypeList, error)) DataStoreTypeListPage

type DataStoreTypeProperties

type DataStoreTypeProperties = original.DataStoreTypeProperties

type DataStoreTypesClient

type DataStoreTypesClient = original.DataStoreTypesClient

func NewDataStoreTypesClient

func NewDataStoreTypesClient(subscriptionID string) DataStoreTypesClient

func NewDataStoreTypesClientWithBaseURI

func NewDataStoreTypesClientWithBaseURI(baseURI string, subscriptionID string) DataStoreTypesClient

type DataStoresClient

type DataStoresClient = original.DataStoresClient

func NewDataStoresClient

func NewDataStoresClient(subscriptionID string) DataStoresClient

func NewDataStoresClientWithBaseURI

func NewDataStoresClientWithBaseURI(baseURI string, subscriptionID string) DataStoresClient

type DataStoresCreateOrUpdateFuture

type DataStoresCreateOrUpdateFuture = original.DataStoresCreateOrUpdateFuture

type DataStoresDeleteFuture

type DataStoresDeleteFuture = original.DataStoresDeleteFuture

type DmsBaseObject

type DmsBaseObject = original.DmsBaseObject

type Error

type Error = original.Error

type ErrorDetails

type ErrorDetails = original.ErrorDetails

type IsJobCancellable

type IsJobCancellable = original.IsJobCancellable
const (
    Cancellable    IsJobCancellable = original.Cancellable
    NotCancellable IsJobCancellable = original.NotCancellable
)

func PossibleIsJobCancellableValues

func PossibleIsJobCancellableValues() []IsJobCancellable

type Job

type Job = original.Job

type JobDefinition

type JobDefinition = original.JobDefinition

type JobDefinitionFilter

type JobDefinitionFilter = original.JobDefinitionFilter

type JobDefinitionList

type JobDefinitionList = original.JobDefinitionList

type JobDefinitionListIterator

type JobDefinitionListIterator = original.JobDefinitionListIterator

func NewJobDefinitionListIterator

func NewJobDefinitionListIterator(page JobDefinitionListPage) JobDefinitionListIterator

type JobDefinitionListPage

type JobDefinitionListPage = original.JobDefinitionListPage

func NewJobDefinitionListPage

func NewJobDefinitionListPage(cur JobDefinitionList, getNextPage func(context.Context, JobDefinitionList) (JobDefinitionList, error)) JobDefinitionListPage

type JobDefinitionProperties

type JobDefinitionProperties = original.JobDefinitionProperties

type JobDefinitionsClient

type JobDefinitionsClient = original.JobDefinitionsClient

func NewJobDefinitionsClient

func NewJobDefinitionsClient(subscriptionID string) JobDefinitionsClient

func NewJobDefinitionsClientWithBaseURI

func NewJobDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) JobDefinitionsClient

type JobDefinitionsCreateOrUpdateFuture

type JobDefinitionsCreateOrUpdateFuture = original.JobDefinitionsCreateOrUpdateFuture

type JobDefinitionsDeleteFuture

type JobDefinitionsDeleteFuture = original.JobDefinitionsDeleteFuture

type JobDefinitionsRunFuture

type JobDefinitionsRunFuture = original.JobDefinitionsRunFuture

type JobDetails

type JobDetails = original.JobDetails

type JobFilter

type JobFilter = original.JobFilter

type JobList

type JobList = original.JobList

type JobListIterator

type JobListIterator = original.JobListIterator

func NewJobListIterator

func NewJobListIterator(page JobListPage) JobListIterator

type JobListPage

type JobListPage = original.JobListPage

func NewJobListPage

func NewJobListPage(cur JobList, getNextPage func(context.Context, JobList) (JobList, error)) JobListPage

type JobProperties

type JobProperties = original.JobProperties

type JobStages

type JobStages = original.JobStages

type JobStatus

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

func PossibleJobStatusValues() []JobStatus

type JobsCancelFuture

type JobsCancelFuture = original.JobsCancelFuture

type JobsClient

type JobsClient = original.JobsClient

func NewJobsClient

func NewJobsClient(subscriptionID string) JobsClient

func NewJobsClientWithBaseURI

func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient

type JobsResumeFuture

type JobsResumeFuture = original.JobsResumeFuture

type Key

type Key = original.Key

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type PublicKey

type PublicKey = original.PublicKey

type PublicKeyList

type PublicKeyList = original.PublicKeyList

type PublicKeyListIterator

type PublicKeyListIterator = original.PublicKeyListIterator

func NewPublicKeyListIterator

func NewPublicKeyListIterator(page PublicKeyListPage) PublicKeyListIterator

type PublicKeyListPage

type PublicKeyListPage = original.PublicKeyListPage

func NewPublicKeyListPage

func NewPublicKeyListPage(cur PublicKeyList, getNextPage func(context.Context, PublicKeyList) (PublicKeyList, error)) PublicKeyListPage

type PublicKeyProperties

type PublicKeyProperties = original.PublicKeyProperties

type PublicKeysClient

type PublicKeysClient = original.PublicKeysClient

func NewPublicKeysClient

func NewPublicKeysClient(subscriptionID string) PublicKeysClient

func NewPublicKeysClientWithBaseURI

func NewPublicKeysClientWithBaseURI(baseURI string, subscriptionID string) PublicKeysClient

type Resource

type Resource = original.Resource

type RunLocation

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

func PossibleRunLocationValues() []RunLocation

type RunParameters

type RunParameters = original.RunParameters

type Schedule

type Schedule = original.Schedule

type Sku

type Sku = original.Sku

type State

type State = original.State
const (
    Disabled  State = original.Disabled
    Enabled   State = original.Enabled
    Supported State = original.Supported
)

func PossibleStateValues

func PossibleStateValues() []State

type SupportedAlgorithm

type SupportedAlgorithm = original.SupportedAlgorithm
const (
    SupportedAlgorithmNone      SupportedAlgorithm = original.SupportedAlgorithmNone
    SupportedAlgorithmPlainText SupportedAlgorithm = original.SupportedAlgorithmPlainText
    SupportedAlgorithmRSA15     SupportedAlgorithm = original.SupportedAlgorithmRSA15
    SupportedAlgorithmRSAOAEP   SupportedAlgorithm = original.SupportedAlgorithmRSAOAEP
)

func PossibleSupportedAlgorithmValues

func PossibleSupportedAlgorithmValues() []SupportedAlgorithm

type UserConfirmation

type UserConfirmation = original.UserConfirmation
const (
    NotRequired UserConfirmation = original.NotRequired
    Required    UserConfirmation = original.Required
)

func PossibleUserConfirmationValues

func PossibleUserConfirmationValues() []UserConfirmation

Subdirectories

Name Synopsis
..
hybriddataapi