Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type ARMBaseModel
- type AccountType
- type Address
- type Alert
- type AlertErrorDetails
- type AlertList
- type AlertListIterator
- type AlertListPage
- type AlertProperties
- type AlertSeverity
- type AlertsClient
- type AsymmetricEncryptedSecret
- type Authentication
- type AuthenticationType
- type AzureContainerDataFormat
- type AzureContainerInfo
- type BandwidthSchedule
- type BandwidthScheduleProperties
- type BandwidthSchedulesClient
- type BandwidthSchedulesCreateOrUpdateFuture
- type BandwidthSchedulesDeleteFuture
- type BandwidthSchedulesList
- type BandwidthSchedulesListIterator
- type BandwidthSchedulesListPage
- type BaseClient
- type BasicRole
- type BasicTrigger
- type ClientAccessRight
- type ClientPermissionType
- type CloudError
- type CloudErrorBody
- type ContactDetails
- type Container
- type ContainerList
- type ContainerListIterator
- type ContainerListPage
- type ContainerProperties
- type ContainerStatus
- type ContainersClient
- type ContainersCreateOrUpdateFuture
- type ContainersDeleteFuture
- type ContainersRefreshFuture
- type DataPolicy
- type DayOfWeek
- type Device
- type DeviceExtendedInfo
- type DeviceExtendedInfoProperties
- type DeviceList
- type DeviceListIterator
- type DeviceListPage
- type DevicePatch
- type DeviceProperties
- type DeviceStatus
- type DeviceType
- type DevicesClient
- type DevicesCreateOrUpdateFuture
- type DevicesCreateOrUpdateSecuritySettingsFuture
- type DevicesDeleteFuture
- type DevicesDownloadUpdatesFuture
- type DevicesInstallUpdatesFuture
- type DevicesScanForUpdatesFuture
- type DownloadPhase
- type EncryptionAlgorithm
- type FileEventTrigger
- type FileSourceInfo
- type FileTriggerProperties
- type InstallRebootBehavior
- type IoTDeviceInfo
- type IoTRole
- type IoTRoleProperties
- type Ipv4Config
- type Ipv6Config
- type Job
- type JobErrorDetails
- type JobErrorItem
- type JobProperties
- type JobStatus
- type JobType
- type JobsClient
- type Kind
- type KindBasicTrigger
- type MetricAggregationType
- type MetricCategory
- type MetricDimensionV1
- type MetricSpecificationV1
- type MetricUnit
- type MonitoringStatus
- type MountPointMap
- type NetworkAdapter
- type NetworkAdapterDHCPStatus
- type NetworkAdapterPosition
- type NetworkAdapterRDMAStatus
- type NetworkAdapterStatus
- type NetworkGroup
- type NetworkSettings
- type NetworkSettingsProperties
- type Node
- type NodeList
- type NodeProperties
- type NodeStatus
- type NodesClient
- type Operation
- type OperationDisplay
- type OperationProperties
- type OperationsClient
- type OperationsList
- type OperationsListIterator
- type OperationsListPage
- type OperationsStatusClient
- type Order
- type OrderList
- type OrderListIterator
- type OrderListPage
- type OrderProperties
- type OrderState
- type OrderStatus
- type OrdersClient
- type OrdersCreateOrUpdateFuture
- type OrdersDeleteFuture
- type PeriodicTimerEventTrigger
- type PeriodicTimerProperties
- type PeriodicTimerSourceInfo
- type PlatformType
- type RawCertificateData
- type RefreshDetails
- type ResourceTypeSku
- type Role
- type RoleList
- type RoleListIterator
- type RoleListPage
- type RoleModel
- type RoleSinkInfo
- type RoleStatus
- type RoleTypes
- type RolesClient
- type RolesCreateOrUpdateFuture
- type RolesDeleteFuture
- type SSLStatus
- type SecuritySettings
- type SecuritySettingsProperties
- type ServiceSpecification
- type Share
- type ShareAccessProtocol
- type ShareAccessRight
- type ShareAccessType
- type ShareList
- type ShareListIterator
- type ShareListPage
- type ShareProperties
- type ShareStatus
- type SharesClient
- type SharesCreateOrUpdateFuture
- type SharesDeleteFuture
- type SharesRefreshFuture
- type Sku
- type SkuCost
- type SkuInformationList
- type SkuLocationInfo
- type SkuName
- type SkuRestriction
- type SkuRestrictionInfo
- type SkuRestrictionReasonCode
- type SkuTier
- type SkusClient
- type StorageAccount
- type StorageAccountCredential
- type StorageAccountCredentialList
- type StorageAccountCredentialListIterator
- type StorageAccountCredentialListPage
- type StorageAccountCredentialProperties
- type StorageAccountCredentialsClient
- type StorageAccountCredentialsCreateOrUpdateFuture
- type StorageAccountCredentialsDeleteFuture
- type StorageAccountList
- type StorageAccountListIterator
- type StorageAccountListPage
- type StorageAccountProperties
- type StorageAccountStatus
- type StorageAccountsClient
- type StorageAccountsCreateOrUpdateFuture
- type StorageAccountsDeleteFuture
- type SymmetricKey
- type TimeGrain
- type TrackingInfo
- type Trigger
- type TriggerList
- type TriggerListIterator
- type TriggerListPage
- type TriggerModel
- type TriggersClient
- type TriggersCreateOrUpdateFuture
- type TriggersDeleteFuture
- type UpdateDownloadProgress
- type UpdateInstallProgress
- type UpdateOperation
- type UpdateOperationStage
- type UpdateSummary
- type UpdateSummaryProperties
- type UploadCertificateRequest
- type UploadCertificateResponse
- type User
- type UserAccessRight
- type UserList
- type UserListIterator
- type UserListPage
- type UserProperties
- type UserType
- type UsersClient
- type UsersCreateOrUpdateFuture
- type UsersDeleteFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ARMBaseModel ¶
type ARMBaseModel = original.ARMBaseModel
type AccountType ¶
type AccountType = original.AccountType
const ( BlobStorage AccountType = original.BlobStorage GeneralPurposeStorage AccountType = original.GeneralPurposeStorage )
func PossibleAccountTypeValues ¶
func PossibleAccountTypeValues() []AccountType
type AlertErrorDetails ¶
type AlertErrorDetails = original.AlertErrorDetails
type AlertListIterator ¶
type AlertListIterator = original.AlertListIterator
func NewAlertListIterator ¶
func NewAlertListIterator(page AlertListPage) AlertListIterator
type AlertProperties ¶
type AlertProperties = original.AlertProperties
type AlertSeverity ¶
type AlertSeverity = original.AlertSeverity
const ( Critical AlertSeverity = original.Critical Informational AlertSeverity = original.Informational Warning AlertSeverity = original.Warning )
func PossibleAlertSeverityValues ¶
func PossibleAlertSeverityValues() []AlertSeverity
type AlertsClient ¶
type AlertsClient = original.AlertsClient
func NewAlertsClient ¶
func NewAlertsClient(subscriptionID string) AlertsClient
func NewAlertsClientWithBaseURI ¶
func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient
type AsymmetricEncryptedSecret ¶
type AsymmetricEncryptedSecret = original.AsymmetricEncryptedSecret
type Authentication ¶
type Authentication = original.Authentication
type AuthenticationType ¶
type AuthenticationType = original.AuthenticationType
const ( AzureActiveDirectory AuthenticationType = original.AzureActiveDirectory Invalid AuthenticationType = original.Invalid )
func PossibleAuthenticationTypeValues ¶
func PossibleAuthenticationTypeValues() []AuthenticationType
type AzureContainerDataFormat ¶
type AzureContainerDataFormat = original.AzureContainerDataFormat
const ( AzureFile AzureContainerDataFormat = original.AzureFile BlockBlob AzureContainerDataFormat = original.BlockBlob PageBlob AzureContainerDataFormat = original.PageBlob )
func PossibleAzureContainerDataFormatValues ¶
func PossibleAzureContainerDataFormatValues() []AzureContainerDataFormat
type AzureContainerInfo ¶
type AzureContainerInfo = original.AzureContainerInfo
type BandwidthSchedule ¶
type BandwidthSchedule = original.BandwidthSchedule
type BandwidthScheduleProperties ¶
type BandwidthScheduleProperties = original.BandwidthScheduleProperties
type BandwidthSchedulesClient ¶
type BandwidthSchedulesClient = original.BandwidthSchedulesClient
func NewBandwidthSchedulesClient ¶
func NewBandwidthSchedulesClient(subscriptionID string) BandwidthSchedulesClient
func NewBandwidthSchedulesClientWithBaseURI ¶
func NewBandwidthSchedulesClientWithBaseURI(baseURI string, subscriptionID string) BandwidthSchedulesClient
type BandwidthSchedulesCreateOrUpdateFuture ¶
type BandwidthSchedulesCreateOrUpdateFuture = original.BandwidthSchedulesCreateOrUpdateFuture
type BandwidthSchedulesDeleteFuture ¶
type BandwidthSchedulesDeleteFuture = original.BandwidthSchedulesDeleteFuture
type BandwidthSchedulesList ¶
type BandwidthSchedulesList = original.BandwidthSchedulesList
type BandwidthSchedulesListIterator ¶
type BandwidthSchedulesListIterator = original.BandwidthSchedulesListIterator
func NewBandwidthSchedulesListIterator ¶
func NewBandwidthSchedulesListIterator(page BandwidthSchedulesListPage) BandwidthSchedulesListIterator
type BandwidthSchedulesListPage ¶
type BandwidthSchedulesListPage = original.BandwidthSchedulesListPage
func NewBandwidthSchedulesListPage ¶
func NewBandwidthSchedulesListPage(getNextPage func(context.Context, BandwidthSchedulesList) (BandwidthSchedulesList, error)) BandwidthSchedulesListPage
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicTrigger ¶
type BasicTrigger = original.BasicTrigger
type ClientAccessRight ¶
type ClientAccessRight = original.ClientAccessRight
type ClientPermissionType ¶
type ClientPermissionType = original.ClientPermissionType
const ( NoAccess ClientPermissionType = original.NoAccess ReadOnly ClientPermissionType = original.ReadOnly ReadWrite ClientPermissionType = original.ReadWrite )
func PossibleClientPermissionTypeValues ¶
func PossibleClientPermissionTypeValues() []ClientPermissionType
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type ContactDetails ¶
type ContactDetails = original.ContactDetails
type ContainerList ¶
type ContainerList = original.ContainerList
type ContainerListIterator ¶
type ContainerListIterator = original.ContainerListIterator
func NewContainerListIterator ¶
func NewContainerListIterator(page ContainerListPage) ContainerListIterator
type ContainerListPage ¶
type ContainerListPage = original.ContainerListPage
func NewContainerListPage ¶
func NewContainerListPage(getNextPage func(context.Context, ContainerList) (ContainerList, error)) ContainerListPage
type ContainerProperties ¶
type ContainerProperties = original.ContainerProperties
type ContainerStatus ¶
type ContainerStatus = original.ContainerStatus
const ( NeedsAttention ContainerStatus = original.NeedsAttention Offline ContainerStatus = original.Offline OK ContainerStatus = original.OK Unknown ContainerStatus = original.Unknown Updating ContainerStatus = original.Updating )
func PossibleContainerStatusValues ¶
func PossibleContainerStatusValues() []ContainerStatus
type ContainersClient ¶
type ContainersClient = original.ContainersClient
func NewContainersClient ¶
func NewContainersClient(subscriptionID string) ContainersClient
func NewContainersClientWithBaseURI ¶
func NewContainersClientWithBaseURI(baseURI string, subscriptionID string) ContainersClient
type ContainersCreateOrUpdateFuture ¶
type ContainersCreateOrUpdateFuture = original.ContainersCreateOrUpdateFuture
type ContainersDeleteFuture ¶
type ContainersDeleteFuture = original.ContainersDeleteFuture
type ContainersRefreshFuture ¶
type ContainersRefreshFuture = original.ContainersRefreshFuture
type DataPolicy ¶
type DataPolicy = original.DataPolicy
const ( Cloud DataPolicy = original.Cloud Local DataPolicy = original.Local )
func PossibleDataPolicyValues ¶
func PossibleDataPolicyValues() []DataPolicy
type DeviceExtendedInfo ¶
type DeviceExtendedInfo = original.DeviceExtendedInfo
type DeviceExtendedInfoProperties ¶
type DeviceExtendedInfoProperties = original.DeviceExtendedInfoProperties
type DeviceList ¶
type DeviceList = original.DeviceList
type DeviceListIterator ¶
type DeviceListIterator = original.DeviceListIterator
func NewDeviceListIterator ¶
func NewDeviceListIterator(page DeviceListPage) DeviceListIterator
type DeviceListPage ¶
type DeviceListPage = original.DeviceListPage
func NewDeviceListPage ¶
func NewDeviceListPage(getNextPage func(context.Context, DeviceList) (DeviceList, error)) DeviceListPage
type DevicePatch ¶
type DevicePatch = original.DevicePatch
type DeviceProperties ¶
type DeviceProperties = original.DeviceProperties
type DeviceStatus ¶
type DeviceStatus = original.DeviceStatus
const ( DeviceStatusDisconnected DeviceStatus = original.DeviceStatusDisconnected DeviceStatusMaintenance DeviceStatus = original.DeviceStatusMaintenance DeviceStatusNeedsAttention DeviceStatus = original.DeviceStatusNeedsAttention DeviceStatusOffline DeviceStatus = original.DeviceStatusOffline DeviceStatusOnline DeviceStatus = original.DeviceStatusOnline DeviceStatusPartiallyDisconnected DeviceStatus = original.DeviceStatusPartiallyDisconnected DeviceStatusReadyToSetup DeviceStatus = original.DeviceStatusReadyToSetup )
func PossibleDeviceStatusValues ¶
func PossibleDeviceStatusValues() []DeviceStatus
type DeviceType ¶
type DeviceType = original.DeviceType
const (
DataBoxEdgeDevice DeviceType = original.DataBoxEdgeDevice
)
func PossibleDeviceTypeValues ¶
func PossibleDeviceTypeValues() []DeviceType
type DevicesClient ¶
type DevicesClient = original.DevicesClient
func NewDevicesClient ¶
func NewDevicesClient(subscriptionID string) DevicesClient
func NewDevicesClientWithBaseURI ¶
func NewDevicesClientWithBaseURI(baseURI string, subscriptionID string) DevicesClient
type DevicesCreateOrUpdateFuture ¶
type DevicesCreateOrUpdateFuture = original.DevicesCreateOrUpdateFuture
type DevicesCreateOrUpdateSecuritySettingsFuture ¶
type DevicesCreateOrUpdateSecuritySettingsFuture = original.DevicesCreateOrUpdateSecuritySettingsFuture
type DevicesDeleteFuture ¶
type DevicesDeleteFuture = original.DevicesDeleteFuture
type DevicesDownloadUpdatesFuture ¶
type DevicesDownloadUpdatesFuture = original.DevicesDownloadUpdatesFuture
type DevicesInstallUpdatesFuture ¶
type DevicesInstallUpdatesFuture = original.DevicesInstallUpdatesFuture
type DevicesScanForUpdatesFuture ¶
type DevicesScanForUpdatesFuture = original.DevicesScanForUpdatesFuture
type DownloadPhase ¶
type DownloadPhase = original.DownloadPhase
const ( DownloadPhaseDownloading DownloadPhase = original.DownloadPhaseDownloading DownloadPhaseInitializing DownloadPhase = original.DownloadPhaseInitializing DownloadPhaseUnknown DownloadPhase = original.DownloadPhaseUnknown DownloadPhaseVerifying DownloadPhase = original.DownloadPhaseVerifying )
func PossibleDownloadPhaseValues ¶
func PossibleDownloadPhaseValues() []DownloadPhase
type EncryptionAlgorithm ¶
type EncryptionAlgorithm = original.EncryptionAlgorithm
const ( AES256 EncryptionAlgorithm = original.AES256 None EncryptionAlgorithm = original.None RSAESPKCS1V15 EncryptionAlgorithm = original.RSAESPKCS1V15 )
func PossibleEncryptionAlgorithmValues ¶
func PossibleEncryptionAlgorithmValues() []EncryptionAlgorithm
type FileEventTrigger ¶
type FileEventTrigger = original.FileEventTrigger
type FileSourceInfo ¶
type FileSourceInfo = original.FileSourceInfo
type FileTriggerProperties ¶
type FileTriggerProperties = original.FileTriggerProperties
type InstallRebootBehavior ¶
type InstallRebootBehavior = original.InstallRebootBehavior
const ( NeverReboots InstallRebootBehavior = original.NeverReboots RequestReboot InstallRebootBehavior = original.RequestReboot RequiresReboot InstallRebootBehavior = original.RequiresReboot )
func PossibleInstallRebootBehaviorValues ¶
func PossibleInstallRebootBehaviorValues() []InstallRebootBehavior
type IoTDeviceInfo ¶
type IoTDeviceInfo = original.IoTDeviceInfo
type IoTRoleProperties ¶
type IoTRoleProperties = original.IoTRoleProperties
type Ipv4Config ¶
type Ipv4Config = original.Ipv4Config
type Ipv6Config ¶
type Ipv6Config = original.Ipv6Config
type JobErrorDetails ¶
type JobErrorDetails = original.JobErrorDetails
type JobErrorItem ¶
type JobErrorItem = original.JobErrorItem
type JobProperties ¶
type JobProperties = original.JobProperties
type JobStatus ¶
const ( JobStatusCanceled JobStatus = original.JobStatusCanceled JobStatusFailed JobStatus = original.JobStatusFailed JobStatusInvalid JobStatus = original.JobStatusInvalid JobStatusPaused JobStatus = original.JobStatusPaused JobStatusRunning JobStatus = original.JobStatusRunning JobStatusScheduled JobStatus = original.JobStatusScheduled JobStatusSucceeded JobStatus = original.JobStatusSucceeded )
func PossibleJobStatusValues ¶
func PossibleJobStatusValues() []JobStatus
type JobType ¶
const ( JobTypeDownloadUpdates JobType = original.JobTypeDownloadUpdates JobTypeInstallUpdates JobType = original.JobTypeInstallUpdates JobTypeInvalid JobType = original.JobTypeInvalid JobTypeRefreshContainer JobType = original.JobTypeRefreshContainer JobTypeScanForUpdates JobType = original.JobTypeScanForUpdates )
func PossibleJobTypeValues ¶
func PossibleJobTypeValues() []JobType
type JobsClient ¶
type JobsClient = original.JobsClient
func NewJobsClient ¶
func NewJobsClient(subscriptionID string) JobsClient
func NewJobsClientWithBaseURI ¶
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient
type Kind ¶
func PossibleKindValues ¶
func PossibleKindValues() []Kind
type KindBasicTrigger ¶
type KindBasicTrigger = original.KindBasicTrigger
const ( KindFileEvent KindBasicTrigger = original.KindFileEvent KindPeriodicTimerEvent KindBasicTrigger = original.KindPeriodicTimerEvent KindTrigger KindBasicTrigger = original.KindTrigger )
func PossibleKindBasicTriggerValues ¶
func PossibleKindBasicTriggerValues() []KindBasicTrigger
type MetricAggregationType ¶
type MetricAggregationType = original.MetricAggregationType
const ( MetricAggregationTypeAverage MetricAggregationType = original.MetricAggregationTypeAverage MetricAggregationTypeCount MetricAggregationType = original.MetricAggregationTypeCount MetricAggregationTypeMaximum MetricAggregationType = original.MetricAggregationTypeMaximum MetricAggregationTypeMinimum MetricAggregationType = original.MetricAggregationTypeMinimum MetricAggregationTypeNone MetricAggregationType = original.MetricAggregationTypeNone MetricAggregationTypeNotSpecified MetricAggregationType = original.MetricAggregationTypeNotSpecified MetricAggregationTypeTotal MetricAggregationType = original.MetricAggregationTypeTotal )
func PossibleMetricAggregationTypeValues ¶
func PossibleMetricAggregationTypeValues() []MetricAggregationType
type MetricCategory ¶
type MetricCategory = original.MetricCategory
const ( Capacity MetricCategory = original.Capacity Transaction MetricCategory = original.Transaction )
func PossibleMetricCategoryValues ¶
func PossibleMetricCategoryValues() []MetricCategory
type MetricDimensionV1 ¶
type MetricDimensionV1 = original.MetricDimensionV1
type MetricSpecificationV1 ¶
type MetricSpecificationV1 = original.MetricSpecificationV1
type MetricUnit ¶
type MetricUnit = original.MetricUnit
const ( Bytes MetricUnit = original.Bytes BytesPerSecond MetricUnit = original.BytesPerSecond Count MetricUnit = original.Count CountPerSecond MetricUnit = original.CountPerSecond Milliseconds MetricUnit = original.Milliseconds NotSpecified MetricUnit = original.NotSpecified Percent MetricUnit = original.Percent Seconds MetricUnit = original.Seconds )
func PossibleMetricUnitValues ¶
func PossibleMetricUnitValues() []MetricUnit
type MonitoringStatus ¶
type MonitoringStatus = original.MonitoringStatus
const ( Disabled MonitoringStatus = original.Disabled Enabled MonitoringStatus = original.Enabled )
func PossibleMonitoringStatusValues ¶
func PossibleMonitoringStatusValues() []MonitoringStatus
type MountPointMap ¶
type MountPointMap = original.MountPointMap
type NetworkAdapter ¶
type NetworkAdapter = original.NetworkAdapter
type NetworkAdapterDHCPStatus ¶
type NetworkAdapterDHCPStatus = original.NetworkAdapterDHCPStatus
const ( NetworkAdapterDHCPStatusDisabled NetworkAdapterDHCPStatus = original.NetworkAdapterDHCPStatusDisabled NetworkAdapterDHCPStatusEnabled NetworkAdapterDHCPStatus = original.NetworkAdapterDHCPStatusEnabled )
func PossibleNetworkAdapterDHCPStatusValues ¶
func PossibleNetworkAdapterDHCPStatusValues() []NetworkAdapterDHCPStatus
type NetworkAdapterPosition ¶
type NetworkAdapterPosition = original.NetworkAdapterPosition
type NetworkAdapterRDMAStatus ¶
type NetworkAdapterRDMAStatus = original.NetworkAdapterRDMAStatus
const ( Capable NetworkAdapterRDMAStatus = original.Capable Incapable NetworkAdapterRDMAStatus = original.Incapable )
func PossibleNetworkAdapterRDMAStatusValues ¶
func PossibleNetworkAdapterRDMAStatusValues() []NetworkAdapterRDMAStatus
type NetworkAdapterStatus ¶
type NetworkAdapterStatus = original.NetworkAdapterStatus
const ( Active NetworkAdapterStatus = original.Active Inactive NetworkAdapterStatus = original.Inactive )
func PossibleNetworkAdapterStatusValues ¶
func PossibleNetworkAdapterStatusValues() []NetworkAdapterStatus
type NetworkGroup ¶
type NetworkGroup = original.NetworkGroup
const ( NetworkGroupNone NetworkGroup = original.NetworkGroupNone NetworkGroupNonRDMA NetworkGroup = original.NetworkGroupNonRDMA NetworkGroupRDMA NetworkGroup = original.NetworkGroupRDMA )
func PossibleNetworkGroupValues ¶
func PossibleNetworkGroupValues() []NetworkGroup
type NetworkSettings ¶
type NetworkSettings = original.NetworkSettings
type NetworkSettingsProperties ¶
type NetworkSettingsProperties = original.NetworkSettingsProperties
type NodeProperties ¶
type NodeProperties = original.NodeProperties
type NodeStatus ¶
type NodeStatus = original.NodeStatus
const ( NodeStatusDown NodeStatus = original.NodeStatusDown NodeStatusRebooting NodeStatus = original.NodeStatusRebooting NodeStatusShuttingDown NodeStatus = original.NodeStatusShuttingDown NodeStatusUnknown NodeStatus = original.NodeStatusUnknown NodeStatusUp NodeStatus = original.NodeStatusUp )
func PossibleNodeStatusValues ¶
func PossibleNodeStatusValues() []NodeStatus
type NodesClient ¶
type NodesClient = original.NodesClient
func NewNodesClient ¶
func NewNodesClient(subscriptionID string) NodesClient
func NewNodesClientWithBaseURI ¶
func NewNodesClientWithBaseURI(baseURI string, subscriptionID string) NodesClient
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationProperties ¶
type OperationProperties = original.OperationProperties
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type OperationsList ¶
type OperationsList = original.OperationsList
type OperationsListIterator ¶
type OperationsListIterator = original.OperationsListIterator
func NewOperationsListIterator ¶
func NewOperationsListIterator(page OperationsListPage) OperationsListIterator
type OperationsListPage ¶
type OperationsListPage = original.OperationsListPage
func NewOperationsListPage ¶
func NewOperationsListPage(getNextPage func(context.Context, OperationsList) (OperationsList, error)) OperationsListPage
type OperationsStatusClient ¶
type OperationsStatusClient = original.OperationsStatusClient
func NewOperationsStatusClient ¶
func NewOperationsStatusClient(subscriptionID string) OperationsStatusClient
func NewOperationsStatusClientWithBaseURI ¶
func NewOperationsStatusClientWithBaseURI(baseURI string, subscriptionID string) OperationsStatusClient
type OrderListIterator ¶
type OrderListIterator = original.OrderListIterator
func NewOrderListIterator ¶
func NewOrderListIterator(page OrderListPage) OrderListIterator
type OrderProperties ¶
type OrderProperties = original.OrderProperties
type OrderState ¶
type OrderState = original.OrderState
const ( Arriving OrderState = original.Arriving AwaitingFulfilment OrderState = original.AwaitingFulfilment AwaitingPreparation OrderState = original.AwaitingPreparation AwaitingReturnShipment OrderState = original.AwaitingReturnShipment AwaitingShipment OrderState = original.AwaitingShipment CollectedAtMicrosoft OrderState = original.CollectedAtMicrosoft Declined OrderState = original.Declined Delivered OrderState = original.Delivered LostDevice OrderState = original.LostDevice ReplacementRequested OrderState = original.ReplacementRequested ReturnInitiated OrderState = original.ReturnInitiated Shipped OrderState = original.Shipped ShippedBack OrderState = original.ShippedBack Untracked OrderState = original.Untracked )
func PossibleOrderStateValues ¶
func PossibleOrderStateValues() []OrderState
type OrderStatus ¶
type OrderStatus = original.OrderStatus
type OrdersClient ¶
type OrdersClient = original.OrdersClient
func NewOrdersClient ¶
func NewOrdersClient(subscriptionID string) OrdersClient
func NewOrdersClientWithBaseURI ¶
func NewOrdersClientWithBaseURI(baseURI string, subscriptionID string) OrdersClient
type OrdersCreateOrUpdateFuture ¶
type OrdersCreateOrUpdateFuture = original.OrdersCreateOrUpdateFuture
type OrdersDeleteFuture ¶
type OrdersDeleteFuture = original.OrdersDeleteFuture
type PeriodicTimerEventTrigger ¶
type PeriodicTimerEventTrigger = original.PeriodicTimerEventTrigger
type PeriodicTimerProperties ¶
type PeriodicTimerProperties = original.PeriodicTimerProperties
type PeriodicTimerSourceInfo ¶
type PeriodicTimerSourceInfo = original.PeriodicTimerSourceInfo
type PlatformType ¶
type PlatformType = original.PlatformType
const ( Linux PlatformType = original.Linux Windows PlatformType = original.Windows )
func PossiblePlatformTypeValues ¶
func PossiblePlatformTypeValues() []PlatformType
type RawCertificateData ¶
type RawCertificateData = original.RawCertificateData
type RefreshDetails ¶
type RefreshDetails = original.RefreshDetails
type ResourceTypeSku ¶
type ResourceTypeSku = original.ResourceTypeSku
type RoleListIterator ¶
type RoleListIterator = original.RoleListIterator
func NewRoleListIterator ¶
func NewRoleListIterator(page RoleListPage) RoleListIterator
type RoleSinkInfo ¶
type RoleSinkInfo = original.RoleSinkInfo
type RoleStatus ¶
type RoleStatus = original.RoleStatus
const ( RoleStatusDisabled RoleStatus = original.RoleStatusDisabled RoleStatusEnabled RoleStatus = original.RoleStatusEnabled )
func PossibleRoleStatusValues ¶
func PossibleRoleStatusValues() []RoleStatus
type RolesClient ¶
type RolesClient = original.RolesClient
func NewRolesClient ¶
func NewRolesClient(subscriptionID string) RolesClient
func NewRolesClientWithBaseURI ¶
func NewRolesClientWithBaseURI(baseURI string, subscriptionID string) RolesClient
type RolesCreateOrUpdateFuture ¶
type RolesCreateOrUpdateFuture = original.RolesCreateOrUpdateFuture
type RolesDeleteFuture ¶
type RolesDeleteFuture = original.RolesDeleteFuture
type SSLStatus ¶
const ( SSLStatusDisabled SSLStatus = original.SSLStatusDisabled SSLStatusEnabled SSLStatus = original.SSLStatusEnabled )
func PossibleSSLStatusValues ¶
func PossibleSSLStatusValues() []SSLStatus
type SecuritySettings ¶
type SecuritySettings = original.SecuritySettings
type SecuritySettingsProperties ¶
type SecuritySettingsProperties = original.SecuritySettingsProperties
type ServiceSpecification ¶
type ServiceSpecification = original.ServiceSpecification
type ShareAccessProtocol ¶
type ShareAccessProtocol = original.ShareAccessProtocol
const ( NFS ShareAccessProtocol = original.NFS SMB ShareAccessProtocol = original.SMB )
func PossibleShareAccessProtocolValues ¶
func PossibleShareAccessProtocolValues() []ShareAccessProtocol
type ShareAccessRight ¶
type ShareAccessRight = original.ShareAccessRight
type ShareAccessType ¶
type ShareAccessType = original.ShareAccessType
const ( Change ShareAccessType = original.Change Custom ShareAccessType = original.Custom Read ShareAccessType = original.Read )
func PossibleShareAccessTypeValues ¶
func PossibleShareAccessTypeValues() []ShareAccessType
type ShareListIterator ¶
type ShareListIterator = original.ShareListIterator
func NewShareListIterator ¶
func NewShareListIterator(page ShareListPage) ShareListIterator
type ShareProperties ¶
type ShareProperties = original.ShareProperties
type ShareStatus ¶
type ShareStatus = original.ShareStatus
const ()
func PossibleShareStatusValues ¶
func PossibleShareStatusValues() []ShareStatus
type SharesClient ¶
type SharesClient = original.SharesClient
func NewSharesClient ¶
func NewSharesClient(subscriptionID string) SharesClient
func NewSharesClientWithBaseURI ¶
func NewSharesClientWithBaseURI(baseURI string, subscriptionID string) SharesClient
type SharesCreateOrUpdateFuture ¶
type SharesCreateOrUpdateFuture = original.SharesCreateOrUpdateFuture
type SharesDeleteFuture ¶
type SharesDeleteFuture = original.SharesDeleteFuture
type SharesRefreshFuture ¶
type SharesRefreshFuture = original.SharesRefreshFuture
type SkuInformationList ¶
type SkuInformationList = original.SkuInformationList
type SkuLocationInfo ¶
type SkuLocationInfo = original.SkuLocationInfo
type SkuName ¶
const ( Edge SkuName = original.Edge Gateway SkuName = original.Gateway TEA1Node SkuName = original.TEA1Node TEA1NodeHeater SkuName = original.TEA1NodeHeater TEA1NodeUPS SkuName = original.TEA1NodeUPS TEA1NodeUPSHeater SkuName = original.TEA1NodeUPSHeater TEA4NodeHeater SkuName = original.TEA4NodeHeater TEA4NodeUPSHeater SkuName = original.TEA4NodeUPSHeater TMA SkuName = original.TMA )
func PossibleSkuNameValues ¶
func PossibleSkuNameValues() []SkuName
type SkuRestriction ¶
type SkuRestriction = original.SkuRestriction
type SkuRestrictionInfo ¶
type SkuRestrictionInfo = original.SkuRestrictionInfo
type SkuRestrictionReasonCode ¶
type SkuRestrictionReasonCode = original.SkuRestrictionReasonCode
const ( NotAvailableForSubscription SkuRestrictionReasonCode = original.NotAvailableForSubscription QuotaID SkuRestrictionReasonCode = original.QuotaID )
func PossibleSkuRestrictionReasonCodeValues ¶
func PossibleSkuRestrictionReasonCodeValues() []SkuRestrictionReasonCode
type SkuTier ¶
func PossibleSkuTierValues ¶
func PossibleSkuTierValues() []SkuTier
type SkusClient ¶
type SkusClient = original.SkusClient
func NewSkusClient ¶
func NewSkusClient(subscriptionID string) SkusClient
func NewSkusClientWithBaseURI ¶
func NewSkusClientWithBaseURI(baseURI string, subscriptionID string) SkusClient
type StorageAccount ¶
type StorageAccount = original.StorageAccount
type StorageAccountCredential ¶
type StorageAccountCredential = original.StorageAccountCredential
type StorageAccountCredentialList ¶
type StorageAccountCredentialList = original.StorageAccountCredentialList
type StorageAccountCredentialListIterator ¶
type StorageAccountCredentialListIterator = original.StorageAccountCredentialListIterator
func NewStorageAccountCredentialListIterator ¶
func NewStorageAccountCredentialListIterator(page StorageAccountCredentialListPage) StorageAccountCredentialListIterator
type StorageAccountCredentialListPage ¶
type StorageAccountCredentialListPage = original.StorageAccountCredentialListPage
func NewStorageAccountCredentialListPage ¶
func NewStorageAccountCredentialListPage(getNextPage func(context.Context, StorageAccountCredentialList) (StorageAccountCredentialList, error)) StorageAccountCredentialListPage
type StorageAccountCredentialProperties ¶
type StorageAccountCredentialProperties = original.StorageAccountCredentialProperties
type StorageAccountCredentialsClient ¶
type StorageAccountCredentialsClient = original.StorageAccountCredentialsClient
func NewStorageAccountCredentialsClient ¶
func NewStorageAccountCredentialsClient(subscriptionID string) StorageAccountCredentialsClient
func NewStorageAccountCredentialsClientWithBaseURI ¶
func NewStorageAccountCredentialsClientWithBaseURI(baseURI string, subscriptionID string) StorageAccountCredentialsClient
type StorageAccountCredentialsCreateOrUpdateFuture ¶
type StorageAccountCredentialsCreateOrUpdateFuture = original.StorageAccountCredentialsCreateOrUpdateFuture
type StorageAccountCredentialsDeleteFuture ¶
type StorageAccountCredentialsDeleteFuture = original.StorageAccountCredentialsDeleteFuture
type StorageAccountList ¶
type StorageAccountList = original.StorageAccountList
type StorageAccountListIterator ¶
type StorageAccountListIterator = original.StorageAccountListIterator
func NewStorageAccountListIterator ¶
func NewStorageAccountListIterator(page StorageAccountListPage) StorageAccountListIterator
type StorageAccountListPage ¶
type StorageAccountListPage = original.StorageAccountListPage
func NewStorageAccountListPage ¶
func NewStorageAccountListPage(getNextPage func(context.Context, StorageAccountList) (StorageAccountList, error)) StorageAccountListPage
type StorageAccountProperties ¶
type StorageAccountProperties = original.StorageAccountProperties
type StorageAccountStatus ¶
type StorageAccountStatus = original.StorageAccountStatus
const ( StorageAccountStatusNeedsAttention StorageAccountStatus = original.StorageAccountStatusNeedsAttention StorageAccountStatusOffline StorageAccountStatus = original.StorageAccountStatusOffline StorageAccountStatusOK StorageAccountStatus = original.StorageAccountStatusOK StorageAccountStatusUnknown StorageAccountStatus = original.StorageAccountStatusUnknown StorageAccountStatusUpdating StorageAccountStatus = original.StorageAccountStatusUpdating )
func PossibleStorageAccountStatusValues ¶
func PossibleStorageAccountStatusValues() []StorageAccountStatus
type StorageAccountsClient ¶
type StorageAccountsClient = original.StorageAccountsClient
func NewStorageAccountsClient ¶
func NewStorageAccountsClient(subscriptionID string) StorageAccountsClient
func NewStorageAccountsClientWithBaseURI ¶
func NewStorageAccountsClientWithBaseURI(baseURI string, subscriptionID string) StorageAccountsClient
type StorageAccountsCreateOrUpdateFuture ¶
type StorageAccountsCreateOrUpdateFuture = original.StorageAccountsCreateOrUpdateFuture
type StorageAccountsDeleteFuture ¶
type StorageAccountsDeleteFuture = original.StorageAccountsDeleteFuture
type SymmetricKey ¶
type SymmetricKey = original.SymmetricKey
type TrackingInfo ¶
type TrackingInfo = original.TrackingInfo
type TriggerList ¶
type TriggerList = original.TriggerList
type TriggerListIterator ¶
type TriggerListIterator = original.TriggerListIterator
func NewTriggerListIterator ¶
func NewTriggerListIterator(page TriggerListPage) TriggerListIterator
type TriggerListPage ¶
type TriggerListPage = original.TriggerListPage
func NewTriggerListPage ¶
func NewTriggerListPage(getNextPage func(context.Context, TriggerList) (TriggerList, error)) TriggerListPage
type TriggerModel ¶
type TriggerModel = original.TriggerModel
type TriggersClient ¶
type TriggersClient = original.TriggersClient
func NewTriggersClient ¶
func NewTriggersClient(subscriptionID string) TriggersClient
func NewTriggersClientWithBaseURI ¶
func NewTriggersClientWithBaseURI(baseURI string, subscriptionID string) TriggersClient
type TriggersCreateOrUpdateFuture ¶
type TriggersCreateOrUpdateFuture = original.TriggersCreateOrUpdateFuture
type TriggersDeleteFuture ¶
type TriggersDeleteFuture = original.TriggersDeleteFuture
type UpdateDownloadProgress ¶
type UpdateDownloadProgress = original.UpdateDownloadProgress
type UpdateInstallProgress ¶
type UpdateInstallProgress = original.UpdateInstallProgress
type UpdateOperation ¶
type UpdateOperation = original.UpdateOperation
const ( UpdateOperationDownload UpdateOperation = original.UpdateOperationDownload UpdateOperationInstall UpdateOperation = original.UpdateOperationInstall UpdateOperationNone UpdateOperation = original.UpdateOperationNone UpdateOperationScan UpdateOperation = original.UpdateOperationScan )
func PossibleUpdateOperationValues ¶
func PossibleUpdateOperationValues() []UpdateOperation
type UpdateOperationStage ¶
type UpdateOperationStage = original.UpdateOperationStage
const ( UpdateOperationStageDownloadComplete UpdateOperationStage = original.UpdateOperationStageDownloadComplete UpdateOperationStageDownloadFailed UpdateOperationStage = original.UpdateOperationStageDownloadFailed UpdateOperationStageDownloadStarted UpdateOperationStage = original.UpdateOperationStageDownloadStarted UpdateOperationStageFailure UpdateOperationStage = original.UpdateOperationStageFailure UpdateOperationStageInitial UpdateOperationStage = original.UpdateOperationStageInitial UpdateOperationStageInstallComplete UpdateOperationStage = original.UpdateOperationStageInstallComplete UpdateOperationStageInstallFailed UpdateOperationStage = original.UpdateOperationStageInstallFailed UpdateOperationStageInstallStarted UpdateOperationStage = original.UpdateOperationStageInstallStarted UpdateOperationStageRebootInitiated UpdateOperationStage = original.UpdateOperationStageRebootInitiated UpdateOperationStageRescanComplete UpdateOperationStage = original.UpdateOperationStageRescanComplete UpdateOperationStageRescanFailed UpdateOperationStage = original.UpdateOperationStageRescanFailed UpdateOperationStageRescanStarted UpdateOperationStage = original.UpdateOperationStageRescanStarted UpdateOperationStageScanComplete UpdateOperationStage = original.UpdateOperationStageScanComplete UpdateOperationStageScanFailed UpdateOperationStage = original.UpdateOperationStageScanFailed UpdateOperationStageScanStarted UpdateOperationStage = original.UpdateOperationStageScanStarted UpdateOperationStageSuccess UpdateOperationStage = original.UpdateOperationStageSuccess UpdateOperationStageUnknown UpdateOperationStage = original.UpdateOperationStageUnknown )
func PossibleUpdateOperationStageValues ¶
func PossibleUpdateOperationStageValues() []UpdateOperationStage
type UpdateSummary ¶
type UpdateSummary = original.UpdateSummary
type UpdateSummaryProperties ¶
type UpdateSummaryProperties = original.UpdateSummaryProperties
type UploadCertificateRequest ¶
type UploadCertificateRequest = original.UploadCertificateRequest
type UploadCertificateResponse ¶
type UploadCertificateResponse = original.UploadCertificateResponse
type UserAccessRight ¶
type UserAccessRight = original.UserAccessRight
type UserListIterator ¶
type UserListIterator = original.UserListIterator
func NewUserListIterator ¶
func NewUserListIterator(page UserListPage) UserListIterator
type UserProperties ¶
type UserProperties = original.UserProperties
type UserType ¶
const ( UserTypeARM UserType = original.UserTypeARM UserTypeLocalManagement UserType = original.UserTypeLocalManagement )
func PossibleUserTypeValues ¶
func PossibleUserTypeValues() []UserType
type UsersClient ¶
type UsersClient = original.UsersClient
func NewUsersClient ¶
func NewUsersClient(subscriptionID string) UsersClient
func NewUsersClientWithBaseURI ¶
func NewUsersClientWithBaseURI(baseURI string, subscriptionID string) UsersClient
type UsersCreateOrUpdateFuture ¶
type UsersCreateOrUpdateFuture = original.UsersCreateOrUpdateFuture
type UsersDeleteFuture ¶
type UsersDeleteFuture = original.UsersDeleteFuture
Click to show internal directories.
Click to hide internal directories.