Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccountCopyLogDetails
- type AccountCredentialDetails
- type AddressType
- type AddressValidationOutput
- type AddressValidationProperties
- type AddressValidationStatus
- type ArmBaseObject
- type AvailableSkuRequest
- type AvailableSkusResult
- type AvailableSkusResultIterator
- type AvailableSkusResultPage
- type BaseClient
- type BasicCopyLogDetails
- type BasicJobDetails
- type BasicJobSecrets
- type CabinetJobSecrets
- type CabinetPodSecret
- type CancellationReason
- type ContactDetails
- type CopyLogDetails
- type CopyLogDetailsType
- type CopyProgress
- type CopyStatus
- type DestinationAccountDetails
- type DestinationToServiceLocationMap
- type DeviceIssueType
- type DeviceType
- type DiskCopyLogDetails
- type DiskCopyProgress
- type DiskJobDetails
- type DiskJobSecrets
- type DiskSecret
- type Error
- type GetCopyLogsURIOutput
- type IssueType
- type JobDetails
- type JobDetailsType
- type JobErrorDetails
- type JobProperties
- type JobResource
- type JobResourceList
- type JobResourceListIterator
- type JobResourceListPage
- type JobResourceUpdateParameter
- type JobSecrets
- type JobSecretsType
- type JobStages
- type JobsClient
- type JobsCreateFuture
- type JobsUpdateFuture
- type NotificationPreference
- type NotificationStageName
- type Operation
- type OperationDisplay
- type OperationList
- type OperationListIterator
- type OperationListPage
- type OperationsClient
- type PackageShippingDetails
- type PodJobDetails
- type PodJobSecrets
- type PodSecret
- type ReportIssueDetails
- type Resource
- type ServiceClient
- type ShareCredentialDetails
- type ShipmentPickUpRequest
- type ShipmentPickUpResponse
- type ShippingAddress
- type ShippingLabelDetails
- type Sku
- type SkuCapacity
- type SkuCost
- type SkuInformation
- type SkuProperties
- type StageName
- type StageStatus
- type UnencryptedSecrets
- type UpdateJobDetails
- type UpdateJobProperties
- type ValidateAddress
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountCopyLogDetails ¶
type AccountCopyLogDetails = original.AccountCopyLogDetails
type AccountCredentialDetails ¶
type AccountCredentialDetails = original.AccountCredentialDetails
type AddressType ¶
type AddressType = original.AddressType
const ( Commercial AddressType = original.Commercial None AddressType = original.None Residential AddressType = original.Residential )
func PossibleAddressTypeValues ¶
func PossibleAddressTypeValues() []AddressType
type AddressValidationOutput ¶
type AddressValidationOutput = original.AddressValidationOutput
type AddressValidationProperties ¶
type AddressValidationProperties = original.AddressValidationProperties
type AddressValidationStatus ¶
type AddressValidationStatus = original.AddressValidationStatus
const ( Ambiguous AddressValidationStatus = original.Ambiguous Invalid AddressValidationStatus = original.Invalid Valid AddressValidationStatus = original.Valid )
func PossibleAddressValidationStatusValues ¶
func PossibleAddressValidationStatusValues() []AddressValidationStatus
type ArmBaseObject ¶
type ArmBaseObject = original.ArmBaseObject
type AvailableSkuRequest ¶
type AvailableSkuRequest = original.AvailableSkuRequest
type AvailableSkusResult ¶
type AvailableSkusResult = original.AvailableSkusResult
type AvailableSkusResultIterator ¶
type AvailableSkusResultIterator = original.AvailableSkusResultIterator
type AvailableSkusResultPage ¶
type AvailableSkusResultPage = original.AvailableSkusResultPage
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicCopyLogDetails ¶
type BasicCopyLogDetails = original.BasicCopyLogDetails
type BasicJobDetails ¶
type BasicJobDetails = original.BasicJobDetails
type BasicJobSecrets ¶
type BasicJobSecrets = original.BasicJobSecrets
type CabinetJobSecrets ¶
type CabinetJobSecrets = original.CabinetJobSecrets
type CabinetPodSecret ¶
type CabinetPodSecret = original.CabinetPodSecret
type CancellationReason ¶
type CancellationReason = original.CancellationReason
type ContactDetails ¶
type ContactDetails = original.ContactDetails
type CopyLogDetails ¶
type CopyLogDetails = original.CopyLogDetails
type CopyLogDetailsType ¶
type CopyLogDetailsType = original.CopyLogDetailsType
const ( CopyLogDetailsTypeCopyLogDetails CopyLogDetailsType = original.CopyLogDetailsTypeCopyLogDetails CopyLogDetailsTypeDisk CopyLogDetailsType = original.CopyLogDetailsTypeDisk CopyLogDetailsTypePod CopyLogDetailsType = original.CopyLogDetailsTypePod )
func PossibleCopyLogDetailsTypeValues ¶
func PossibleCopyLogDetailsTypeValues() []CopyLogDetailsType
type CopyProgress ¶
type CopyProgress = original.CopyProgress
type CopyStatus ¶
type CopyStatus = original.CopyStatus
const ( Completed CopyStatus = original.Completed CompletedWithErrors CopyStatus = original.CompletedWithErrors Failed CopyStatus = original.Failed InProgress CopyStatus = original.InProgress NotStarted CopyStatus = original.NotStarted )
func PossibleCopyStatusValues ¶
func PossibleCopyStatusValues() []CopyStatus
type DestinationAccountDetails ¶
type DestinationAccountDetails = original.DestinationAccountDetails
type DestinationToServiceLocationMap ¶
type DestinationToServiceLocationMap = original.DestinationToServiceLocationMap
type DeviceIssueType ¶
type DeviceIssueType = original.DeviceIssueType
const ( DeviceHealthCheckShowFailures DeviceIssueType = original.DeviceHealthCheckShowFailures DeviceNotBootingUp DeviceIssueType = original.DeviceNotBootingUp DeviceTampering DeviceIssueType = original.DeviceTampering Misc DeviceIssueType = original.Misc NICsAreNotWorking DeviceIssueType = original.NICsAreNotWorking )
func PossibleDeviceIssueTypeValues ¶
func PossibleDeviceIssueTypeValues() []DeviceIssueType
type DeviceType ¶
type DeviceType = original.DeviceType
const ( Cabinet DeviceType = original.Cabinet Disk DeviceType = original.Disk Pod DeviceType = original.Pod )
func PossibleDeviceTypeValues ¶
func PossibleDeviceTypeValues() []DeviceType
type DiskCopyLogDetails ¶
type DiskCopyLogDetails = original.DiskCopyLogDetails
type DiskCopyProgress ¶
type DiskCopyProgress = original.DiskCopyProgress
type DiskJobDetails ¶
type DiskJobDetails = original.DiskJobDetails
type DiskJobSecrets ¶
type DiskJobSecrets = original.DiskJobSecrets
type DiskSecret ¶
type DiskSecret = original.DiskSecret
type GetCopyLogsURIOutput ¶
type GetCopyLogsURIOutput = original.GetCopyLogsURIOutput
type IssueType ¶
const ( CredentialNotWorking IssueType = original.CredentialNotWorking DeviceFailure IssueType = original.DeviceFailure DeviceMismatch IssueType = original.DeviceMismatch ValidationStringMismatch IssueType = original.ValidationStringMismatch )
func PossibleIssueTypeValues ¶
func PossibleIssueTypeValues() []IssueType
type JobDetails ¶
type JobDetails = original.JobDetails
type JobDetailsType ¶
type JobDetailsType = original.JobDetailsType
const ( JobDetailsTypeDisk JobDetailsType = original.JobDetailsTypeDisk JobDetailsTypeJobDetails JobDetailsType = original.JobDetailsTypeJobDetails JobDetailsTypePod JobDetailsType = original.JobDetailsTypePod )
func PossibleJobDetailsTypeValues ¶
func PossibleJobDetailsTypeValues() []JobDetailsType
type JobErrorDetails ¶
type JobErrorDetails = original.JobErrorDetails
type JobProperties ¶
type JobProperties = original.JobProperties
type JobResource ¶
type JobResource = original.JobResource
type JobResourceList ¶
type JobResourceList = original.JobResourceList
type JobResourceListIterator ¶
type JobResourceListIterator = original.JobResourceListIterator
type JobResourceListPage ¶
type JobResourceListPage = original.JobResourceListPage
type JobResourceUpdateParameter ¶
type JobResourceUpdateParameter = original.JobResourceUpdateParameter
type JobSecrets ¶
type JobSecrets = original.JobSecrets
type JobSecretsType ¶
type JobSecretsType = original.JobSecretsType
const ( JobSecretsTypeCabinet JobSecretsType = original.JobSecretsTypeCabinet JobSecretsTypeDisk JobSecretsType = original.JobSecretsTypeDisk JobSecretsTypeJobSecrets JobSecretsType = original.JobSecretsTypeJobSecrets JobSecretsTypePod JobSecretsType = original.JobSecretsTypePod )
func PossibleJobSecretsTypeValues ¶
func PossibleJobSecretsTypeValues() []JobSecretsType
type JobsClient ¶
type JobsClient = original.JobsClient
func NewJobsClient ¶
func NewJobsClient(subscriptionID string) JobsClient
func NewJobsClientWithBaseURI ¶
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient
type JobsCreateFuture ¶
type JobsCreateFuture = original.JobsCreateFuture
type JobsUpdateFuture ¶
type JobsUpdateFuture = original.JobsUpdateFuture
type NotificationPreference ¶
type NotificationPreference = original.NotificationPreference
type NotificationStageName ¶
type NotificationStageName = original.NotificationStageName
const ( AtAzureDC NotificationStageName = original.AtAzureDC DataCopy NotificationStageName = original.DataCopy Delivered NotificationStageName = original.Delivered DevicePrepared NotificationStageName = original.DevicePrepared Dispatched NotificationStageName = original.Dispatched PickedUp NotificationStageName = original.PickedUp )
func PossibleNotificationStageNameValues ¶
func PossibleNotificationStageNameValues() []NotificationStageName
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationList ¶
type OperationList = original.OperationList
type OperationListIterator ¶
type OperationListIterator = original.OperationListIterator
type OperationListPage ¶
type OperationListPage = original.OperationListPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PackageShippingDetails ¶
type PackageShippingDetails = original.PackageShippingDetails
type PodJobDetails ¶
type PodJobDetails = original.PodJobDetails
type PodJobSecrets ¶
type PodJobSecrets = original.PodJobSecrets
type ReportIssueDetails ¶
type ReportIssueDetails = original.ReportIssueDetails
type ServiceClient ¶
type ServiceClient = original.ServiceClient
func NewServiceClient ¶
func NewServiceClient(subscriptionID string) ServiceClient
func NewServiceClientWithBaseURI ¶
func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient
type ShareCredentialDetails ¶
type ShareCredentialDetails = original.ShareCredentialDetails
type ShipmentPickUpRequest ¶
type ShipmentPickUpRequest = original.ShipmentPickUpRequest
type ShipmentPickUpResponse ¶
type ShipmentPickUpResponse = original.ShipmentPickUpResponse
type ShippingAddress ¶
type ShippingAddress = original.ShippingAddress
type ShippingLabelDetails ¶
type ShippingLabelDetails = original.ShippingLabelDetails
type SkuCapacity ¶
type SkuCapacity = original.SkuCapacity
type SkuInformation ¶
type SkuInformation = original.SkuInformation
type SkuProperties ¶
type SkuProperties = original.SkuProperties
type StageName ¶
const ( StageNameAborted StageName = original.StageNameAborted StageNameAtAzureDC StageName = original.StageNameAtAzureDC StageNameCancelled StageName = original.StageNameCancelled StageNameCompleted StageName = original.StageNameCompleted StageNameCompletedWithErrors StageName = original.StageNameCompletedWithErrors StageNameDataCopy StageName = original.StageNameDataCopy StageNameDelivered StageName = original.StageNameDelivered StageNameDeviceOrdered StageName = original.StageNameDeviceOrdered StageNameDevicePrepared StageName = original.StageNameDevicePrepared StageNameDispatched StageName = original.StageNameDispatched StageNameFailedIssueDetectedAtAzureDC StageName = original.StageNameFailedIssueDetectedAtAzureDC StageNameFailedIssueReportedAtCustomer StageName = original.StageNameFailedIssueReportedAtCustomer StageNamePickedUp StageName = original.StageNamePickedUp )
func PossibleStageNameValues ¶
func PossibleStageNameValues() []StageName
type StageStatus ¶
type StageStatus = original.StageStatus
const ( StageStatusCancelled StageStatus = original.StageStatusCancelled StageStatusCancelling StageStatus = original.StageStatusCancelling StageStatusFailed StageStatus = original.StageStatusFailed StageStatusInProgress StageStatus = original.StageStatusInProgress StageStatusNone StageStatus = original.StageStatusNone StageStatusSucceeded StageStatus = original.StageStatusSucceeded StageStatusSucceededWithErrors StageStatus = original.StageStatusSucceededWithErrors )
func PossibleStageStatusValues ¶
func PossibleStageStatusValues() []StageStatus
type UnencryptedSecrets ¶
type UnencryptedSecrets = original.UnencryptedSecrets
type UpdateJobDetails ¶
type UpdateJobDetails = original.UpdateJobDetails
type UpdateJobProperties ¶
type UpdateJobProperties = original.UpdateJobProperties
type ValidateAddress ¶
type ValidateAddress = original.ValidateAddress
Click to show internal directories.
Click to hide internal directories.