Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type BasicAuthentication
- type BasicHTTPAuthentication
- type ClientCertAuthentication
- type DayOfWeek
- type HTTPAuthentication
- type HTTPRequest
- type JobAction
- type JobActionType
- type JobCollectionDefinition
- type JobCollectionListResult
- type JobCollectionListResultIterator
- type JobCollectionListResultPage
- type JobCollectionProperties
- type JobCollectionQuota
- type JobCollectionState
- type JobCollectionsClient
- type JobCollectionsDeleteFuture
- type JobCollectionsDisableFuture
- type JobCollectionsEnableFuture
- type JobDefinition
- type JobErrorAction
- type JobExecutionStatus
- type JobHistoryActionName
- type JobHistoryDefinition
- type JobHistoryDefinitionProperties
- type JobHistoryFilter
- type JobHistoryListResult
- type JobHistoryListResultIterator
- type JobHistoryListResultPage
- type JobListResult
- type JobListResultIterator
- type JobListResultPage
- type JobMaxRecurrence
- type JobProperties
- type JobRecurrence
- type JobRecurrenceSchedule
- type JobRecurrenceScheduleMonthlyOccurrence
- type JobScheduleDay
- type JobState
- type JobStateFilter
- type JobStatus
- type JobsClient
- type OAuthAuthentication
- type RecurrenceFrequency
- type RetryPolicy
- type RetryType
- type ServiceBusAuthentication
- type ServiceBusAuthenticationType
- type ServiceBusBrokeredMessageProperties
- type ServiceBusMessage
- type ServiceBusQueueMessage
- type ServiceBusTopicMessage
- type ServiceBusTransportType
- type Sku
- type SkuDefinition
- type StorageQueueMessage
- type Type
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicAuthentication ¶
type BasicAuthentication = original.BasicAuthentication
type BasicHTTPAuthentication ¶
type BasicHTTPAuthentication = original.BasicHTTPAuthentication
type ClientCertAuthentication ¶
type ClientCertAuthentication = original.ClientCertAuthentication
type HTTPAuthentication ¶
type HTTPAuthentication = original.HTTPAuthentication
type HTTPRequest ¶
type HTTPRequest = original.HTTPRequest
type JobActionType ¶
type JobActionType = original.JobActionType
const ( HTTP JobActionType = original.HTTP HTTPS JobActionType = original.HTTPS ServiceBusQueue JobActionType = original.ServiceBusQueue ServiceBusTopic JobActionType = original.ServiceBusTopic StorageQueue JobActionType = original.StorageQueue )
func PossibleJobActionTypeValues ¶
func PossibleJobActionTypeValues() []JobActionType
type JobCollectionDefinition ¶
type JobCollectionDefinition = original.JobCollectionDefinition
type JobCollectionListResult ¶
type JobCollectionListResult = original.JobCollectionListResult
type JobCollectionListResultIterator ¶
type JobCollectionListResultIterator = original.JobCollectionListResultIterator
func NewJobCollectionListResultIterator ¶
func NewJobCollectionListResultIterator(page JobCollectionListResultPage) JobCollectionListResultIterator
type JobCollectionListResultPage ¶
type JobCollectionListResultPage = original.JobCollectionListResultPage
func NewJobCollectionListResultPage ¶
func NewJobCollectionListResultPage(getNextPage func(context.Context, JobCollectionListResult) (JobCollectionListResult, error)) JobCollectionListResultPage
type JobCollectionProperties ¶
type JobCollectionProperties = original.JobCollectionProperties
type JobCollectionQuota ¶
type JobCollectionQuota = original.JobCollectionQuota
type JobCollectionState ¶
type JobCollectionState = original.JobCollectionState
const ( Deleted JobCollectionState = original.Deleted Disabled JobCollectionState = original.Disabled Enabled JobCollectionState = original.Enabled Suspended JobCollectionState = original.Suspended )
func PossibleJobCollectionStateValues ¶
func PossibleJobCollectionStateValues() []JobCollectionState
type JobCollectionsClient ¶
type JobCollectionsClient = original.JobCollectionsClient
func NewJobCollectionsClient ¶
func NewJobCollectionsClient(subscriptionID string) JobCollectionsClient
func NewJobCollectionsClientWithBaseURI ¶
func NewJobCollectionsClientWithBaseURI(baseURI string, subscriptionID string) JobCollectionsClient
type JobCollectionsDeleteFuture ¶
type JobCollectionsDeleteFuture = original.JobCollectionsDeleteFuture
type JobCollectionsDisableFuture ¶
type JobCollectionsDisableFuture = original.JobCollectionsDisableFuture
type JobCollectionsEnableFuture ¶
type JobCollectionsEnableFuture = original.JobCollectionsEnableFuture
type JobDefinition ¶
type JobDefinition = original.JobDefinition
type JobErrorAction ¶
type JobErrorAction = original.JobErrorAction
type JobExecutionStatus ¶
type JobExecutionStatus = original.JobExecutionStatus
const ( Completed JobExecutionStatus = original.Completed Failed JobExecutionStatus = original.Failed Postponed JobExecutionStatus = original.Postponed )
func PossibleJobExecutionStatusValues ¶
func PossibleJobExecutionStatusValues() []JobExecutionStatus
type JobHistoryActionName ¶
type JobHistoryActionName = original.JobHistoryActionName
const ( ErrorAction JobHistoryActionName = original.ErrorAction MainAction JobHistoryActionName = original.MainAction )
func PossibleJobHistoryActionNameValues ¶
func PossibleJobHistoryActionNameValues() []JobHistoryActionName
type JobHistoryDefinition ¶
type JobHistoryDefinition = original.JobHistoryDefinition
type JobHistoryDefinitionProperties ¶
type JobHistoryDefinitionProperties = original.JobHistoryDefinitionProperties
type JobHistoryFilter ¶
type JobHistoryFilter = original.JobHistoryFilter
type JobHistoryListResult ¶
type JobHistoryListResult = original.JobHistoryListResult
type JobHistoryListResultIterator ¶
type JobHistoryListResultIterator = original.JobHistoryListResultIterator
func NewJobHistoryListResultIterator ¶
func NewJobHistoryListResultIterator(page JobHistoryListResultPage) JobHistoryListResultIterator
type JobHistoryListResultPage ¶
type JobHistoryListResultPage = original.JobHistoryListResultPage
func NewJobHistoryListResultPage ¶
func NewJobHistoryListResultPage(getNextPage func(context.Context, JobHistoryListResult) (JobHistoryListResult, error)) JobHistoryListResultPage
type JobListResult ¶
type JobListResult = original.JobListResult
type JobListResultIterator ¶
type JobListResultIterator = original.JobListResultIterator
func NewJobListResultIterator ¶
func NewJobListResultIterator(page JobListResultPage) JobListResultIterator
type JobListResultPage ¶
type JobListResultPage = original.JobListResultPage
func NewJobListResultPage ¶
func NewJobListResultPage(getNextPage func(context.Context, JobListResult) (JobListResult, error)) JobListResultPage
type JobMaxRecurrence ¶
type JobMaxRecurrence = original.JobMaxRecurrence
type JobProperties ¶
type JobProperties = original.JobProperties
type JobRecurrence ¶
type JobRecurrence = original.JobRecurrence
type JobRecurrenceSchedule ¶
type JobRecurrenceSchedule = original.JobRecurrenceSchedule
type JobRecurrenceScheduleMonthlyOccurrence ¶
type JobRecurrenceScheduleMonthlyOccurrence = original.JobRecurrenceScheduleMonthlyOccurrence
type JobScheduleDay ¶
type JobScheduleDay = original.JobScheduleDay
const ( JobScheduleDayFriday JobScheduleDay = original.JobScheduleDayFriday JobScheduleDayMonday JobScheduleDay = original.JobScheduleDayMonday JobScheduleDaySaturday JobScheduleDay = original.JobScheduleDaySaturday JobScheduleDaySunday JobScheduleDay = original.JobScheduleDaySunday JobScheduleDayThursday JobScheduleDay = original.JobScheduleDayThursday JobScheduleDayTuesday JobScheduleDay = original.JobScheduleDayTuesday JobScheduleDayWednesday JobScheduleDay = original.JobScheduleDayWednesday )
func PossibleJobScheduleDayValues ¶
func PossibleJobScheduleDayValues() []JobScheduleDay
type JobState ¶
const ( JobStateCompleted JobState = original.JobStateCompleted JobStateDisabled JobState = original.JobStateDisabled JobStateEnabled JobState = original.JobStateEnabled JobStateFaulted JobState = original.JobStateFaulted )
func PossibleJobStateValues ¶
func PossibleJobStateValues() []JobState
type JobStateFilter ¶
type JobStateFilter = original.JobStateFilter
type JobsClient ¶
type JobsClient = original.JobsClient
func NewJobsClient ¶
func NewJobsClient(subscriptionID string) JobsClient
func NewJobsClientWithBaseURI ¶
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient
type OAuthAuthentication ¶
type OAuthAuthentication = original.OAuthAuthentication
type RecurrenceFrequency ¶
type RecurrenceFrequency = original.RecurrenceFrequency
const ( Day RecurrenceFrequency = original.Day Hour RecurrenceFrequency = original.Hour Minute RecurrenceFrequency = original.Minute Month RecurrenceFrequency = original.Month Week RecurrenceFrequency = original.Week )
func PossibleRecurrenceFrequencyValues ¶
func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency
type RetryPolicy ¶
type RetryPolicy = original.RetryPolicy
type RetryType ¶
func PossibleRetryTypeValues ¶
func PossibleRetryTypeValues() []RetryType
type ServiceBusAuthentication ¶
type ServiceBusAuthentication = original.ServiceBusAuthentication
type ServiceBusAuthenticationType ¶
type ServiceBusAuthenticationType = original.ServiceBusAuthenticationType
const ( NotSpecified ServiceBusAuthenticationType = original.NotSpecified )
func PossibleServiceBusAuthenticationTypeValues ¶
func PossibleServiceBusAuthenticationTypeValues() []ServiceBusAuthenticationType
type ServiceBusBrokeredMessageProperties ¶
type ServiceBusBrokeredMessageProperties = original.ServiceBusBrokeredMessageProperties
type ServiceBusMessage ¶
type ServiceBusMessage = original.ServiceBusMessage
type ServiceBusQueueMessage ¶
type ServiceBusQueueMessage = original.ServiceBusQueueMessage
type ServiceBusTopicMessage ¶
type ServiceBusTopicMessage = original.ServiceBusTopicMessage
type ServiceBusTransportType ¶
type ServiceBusTransportType = original.ServiceBusTransportType
const ( ServiceBusTransportTypeAMQP ServiceBusTransportType = original.ServiceBusTransportTypeAMQP ServiceBusTransportTypeNetMessaging ServiceBusTransportType = original.ServiceBusTransportTypeNetMessaging ServiceBusTransportTypeNotSpecified ServiceBusTransportType = original.ServiceBusTransportTypeNotSpecified )
func PossibleServiceBusTransportTypeValues ¶
func PossibleServiceBusTransportTypeValues() []ServiceBusTransportType
type SkuDefinition ¶
type SkuDefinition = original.SkuDefinition
const ( Free SkuDefinition = original.Free P10Premium SkuDefinition = original.P10Premium P20Premium SkuDefinition = original.P20Premium Standard SkuDefinition = original.Standard )
func PossibleSkuDefinitionValues ¶
func PossibleSkuDefinitionValues() []SkuDefinition
type StorageQueueMessage ¶
type StorageQueueMessage = original.StorageQueueMessage
type Type ¶
const ( TypeActiveDirectoryOAuth Type = original.TypeActiveDirectoryOAuth TypeBasic Type = original.TypeBasic TypeClientCertificate Type = original.TypeClientCertificate TypeHTTPAuthentication Type = original.TypeHTTPAuthentication )
func PossibleTypeValues ¶
func PossibleTypeValues() []Type
Click to show internal directories.
Click to hide internal directories.