edgegateway

package
v29.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

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 Address

type Address = original.Address

type Alert

type Alert = original.Alert

type AlertErrorDetails

type AlertErrorDetails = original.AlertErrorDetails

type AlertList

type AlertList = original.AlertList

type AlertListIterator

type AlertListIterator = original.AlertListIterator

func NewAlertListIterator

func NewAlertListIterator(page AlertListPage) AlertListIterator

type AlertListPage

type AlertListPage = original.AlertListPage

func NewAlertListPage

func NewAlertListPage(getNextPage func(context.Context, AlertList) (AlertList, error)) AlertListPage

type AlertProperties

type AlertProperties = original.AlertProperties

type AlertSeverity

type AlertSeverity = original.AlertSeverity

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

func PossibleAuthenticationTypeValues

func PossibleAuthenticationTypeValues() []AuthenticationType

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 BandwidthSchedulesDeleteFuture

type BandwidthSchedulesDeleteFuture = original.BandwidthSchedulesDeleteFuture

type BandwidthSchedulesList

type BandwidthSchedulesList = original.BandwidthSchedulesList

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BasicRole

type BasicRole = original.BasicRole

type BasicTrigger

type BasicTrigger = original.BasicTrigger

type ClientAccessRight

type ClientAccessRight = original.ClientAccessRight

type CloudError

type CloudError = original.CloudError

type CloudErrorBody

type CloudErrorBody = original.CloudErrorBody

type ContactDetails

type ContactDetails = original.ContactDetails

type DataBoxEdgeDevice

type DataBoxEdgeDevice = original.DataBoxEdgeDevice

type DataBoxEdgeDeviceExtendedInfo

type DataBoxEdgeDeviceExtendedInfo = original.DataBoxEdgeDeviceExtendedInfo

type DataBoxEdgeDeviceList

type DataBoxEdgeDeviceList = original.DataBoxEdgeDeviceList

type DataBoxEdgeDevicePatch

type DataBoxEdgeDevicePatch = original.DataBoxEdgeDevicePatch

type DataBoxEdgeDeviceProperties

type DataBoxEdgeDeviceProperties = original.DataBoxEdgeDeviceProperties

type DataPolicy

type DataPolicy = original.DataPolicy
const (
	Cloud DataPolicy = original.Cloud
	Local DataPolicy = original.Local
)

func PossibleDataPolicyValues

func PossibleDataPolicyValues() []DataPolicy

type DayOfWeek

type DayOfWeek = original.DayOfWeek

func PossibleDayOfWeekValues

func PossibleDayOfWeekValues() []DayOfWeek

type DeviceType

type DeviceType = original.DeviceType
const (
	DeviceTypeDataBoxEdgeDevice DeviceType = original.DeviceTypeDataBoxEdgeDevice
)

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 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

func PossibleDownloadPhaseValues

func PossibleDownloadPhaseValues() []DownloadPhase

type EncryptionAlgorithm

type EncryptionAlgorithm = original.EncryptionAlgorithm

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

func PossibleInstallRebootBehaviorValues

func PossibleInstallRebootBehaviorValues() []InstallRebootBehavior

type IoTDeviceInfo

type IoTDeviceInfo = original.IoTDeviceInfo

type IoTRole

type IoTRole = original.IoTRole

type IoTRoleProperties

type IoTRoleProperties = original.IoTRoleProperties

type Ipv4Config

type Ipv4Config = original.Ipv4Config

type Ipv6Config

type Ipv6Config = original.Ipv6Config

type Job

type Job = original.Job

type JobErrorDetails

type JobErrorDetails = original.JobErrorDetails

type JobErrorItem

type JobErrorItem = original.JobErrorItem

type JobProperties

type JobProperties = original.JobProperties

type JobStatus

type JobStatus = original.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

type JobType = original.JobType
const (
	JobTypeDownloadUpdates JobType = original.JobTypeDownloadUpdates
	JobTypeInstallUpdates  JobType = original.JobTypeInstallUpdates
	JobTypeInvalid         JobType = original.JobTypeInvalid
	JobTypeRefreshShare    JobType = original.JobTypeRefreshShare
	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

type Kind = original.Kind
const (
	KindIOT  Kind = original.KindIOT
	KindRole Kind = original.KindRole
)

func PossibleKindValues

func PossibleKindValues() []Kind

type KindBasicTrigger

type KindBasicTrigger = original.KindBasicTrigger

func PossibleKindBasicTriggerValues

func PossibleKindBasicTriggerValues() []KindBasicTrigger

type MetricAggregationType

type MetricAggregationType = original.MetricAggregationType

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

func PossibleMetricUnitValues

func PossibleMetricUnitValues() []MetricUnit

type MonitoringStatus

type MonitoringStatus = original.MonitoringStatus

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

func PossibleNetworkAdapterRDMAStatusValues

func PossibleNetworkAdapterRDMAStatusValues() []NetworkAdapterRDMAStatus

type NetworkAdapterStatus

type NetworkAdapterStatus = original.NetworkAdapterStatus

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 Operation

type Operation = original.Operation

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 Order

type Order = original.Order

type OrderList

type OrderList = original.OrderList

type OrderListIterator

type OrderListIterator = original.OrderListIterator

func NewOrderListIterator

func NewOrderListIterator(page OrderListPage) OrderListIterator

type OrderListPage

type OrderListPage = original.OrderListPage

func NewOrderListPage

func NewOrderListPage(getNextPage func(context.Context, OrderList) (OrderList, error)) OrderListPage

type OrderProperties

type OrderProperties = original.OrderProperties

type OrderState

type OrderState = original.OrderState

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 Role

type Role = original.Role

type RoleList

type RoleList = original.RoleList

type RoleListIterator

type RoleListIterator = original.RoleListIterator

func NewRoleListIterator

func NewRoleListIterator(page RoleListPage) RoleListIterator

type RoleListPage

type RoleListPage = original.RoleListPage

func NewRoleListPage

func NewRoleListPage(getNextPage func(context.Context, RoleList) (RoleList, error)) RoleListPage

type RoleModel

type RoleModel = original.RoleModel

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 RoleTypes

type RoleTypes = original.RoleTypes

func PossibleRoleTypesValues

func PossibleRoleTypesValues() []RoleTypes

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

type SSLStatus = original.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 Share

type Share = original.Share

type ShareAccessProtocol

type ShareAccessProtocol = original.ShareAccessProtocol

func PossibleShareAccessProtocolValues

func PossibleShareAccessProtocolValues() []ShareAccessProtocol

type ShareAccessRight

type ShareAccessRight = original.ShareAccessRight

type ShareAccessType

type ShareAccessType = original.ShareAccessType

func PossibleShareAccessTypeValues

func PossibleShareAccessTypeValues() []ShareAccessType

type ShareList

type ShareList = original.ShareList

type ShareListIterator

type ShareListIterator = original.ShareListIterator

func NewShareListIterator

func NewShareListIterator(page ShareListPage) ShareListIterator

type ShareListPage

type ShareListPage = original.ShareListPage

func NewShareListPage

func NewShareListPage(getNextPage func(context.Context, ShareList) (ShareList, error)) ShareListPage

type ShareProperties

type ShareProperties = original.ShareProperties

type ShareStatus

type ShareStatus = original.ShareStatus
const (
	ShareStatusOffline ShareStatus = original.ShareStatusOffline
	ShareStatusOnline  ShareStatus = original.ShareStatusOnline
)

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 Sku

type Sku = original.Sku

type SkuName

type SkuName = original.SkuName
const (
	Edge    SkuName = original.Edge
	Gateway SkuName = original.Gateway
)

func PossibleSkuNameValues

func PossibleSkuNameValues() []SkuName

type SkuTier

type SkuTier = original.SkuTier
const (
	Standard SkuTier = original.Standard
)

func PossibleSkuTierValues

func PossibleSkuTierValues() []SkuTier

type StorageAccountCredential

type StorageAccountCredential = original.StorageAccountCredential

type StorageAccountCredentialList

type StorageAccountCredentialList = original.StorageAccountCredentialList

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 SymmetricKey

type SymmetricKey = original.SymmetricKey

type TimeGrain

type TimeGrain = original.TimeGrain

func PossibleTimeGrainValues

func PossibleTimeGrainValues() []TimeGrain

type TrackingInfo

type TrackingInfo = original.TrackingInfo

type Trigger

type Trigger = original.Trigger

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 User

type User = original.User

type UserAccessRight

type UserAccessRight = original.UserAccessRight

type UserList

type UserList = original.UserList

type UserListIterator

type UserListIterator = original.UserListIterator

func NewUserListIterator

func NewUserListIterator(page UserListPage) UserListIterator

type UserListPage

type UserListPage = original.UserListPage

func NewUserListPage

func NewUserListPage(getNextPage func(context.Context, UserList) (UserList, error)) UserListPage

type UserProperties

type UserProperties = original.UserProperties

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL