Documentation
¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type ActionType
- type AutoShutdownProfile
- type AzureEntityResource
- type BaseClient
- type ConnectionProfile
- type ConnectionType
- type CreateOption
- type CreatedByType
- type Credentials
- type EnableState
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type Identity
- type Image
- type ImageProperties
- type ImageReference
- type ImageUpdate
- type ImageUpdateProperties
- type ImagesClient
- type InvitationState
- type InviteBody
- type Lab
- type LabNetworkProfile
- type LabPlan
- type LabPlanNetworkProfile
- type LabPlanProperties
- type LabPlanUpdate
- type LabPlanUpdateProperties
- type LabPlansClient
- type LabPlansCreateOrUpdateFuture
- type LabPlansDeleteFuture
- type LabPlansSaveImageFuture
- type LabPlansUpdateFuture
- type LabProperties
- type LabState
- type LabUpdate
- type LabUpdateProperties
- type LabsClient
- type LabsCreateOrUpdateFuture
- type LabsDeleteFuture
- type LabsPublishFuture
- type LabsSyncGroupFuture
- type LabsUpdateFuture
- type ListUsagesResult
- type ListUsagesResultIterator
- type ListUsagesResultPage
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationResult
- type OperationResultsClient
- type OperationStatus
- type OperationsClient
- type Origin
- type OsState
- type OsType
- type PagedImages
- type PagedImagesIterator
- type PagedImagesPage
- type PagedLabPlans
- type PagedLabPlansIterator
- type PagedLabPlansPage
- type PagedLabServicesSkus
- type PagedLabServicesSkusIterator
- type PagedLabServicesSkusPage
- type PagedLabs
- type PagedLabsIterator
- type PagedLabsPage
- type PagedSchedules
- type PagedSchedulesIterator
- type PagedSchedulesPage
- type PagedUsers
- type PagedUsersIterator
- type PagedUsersPage
- type PagedVirtualMachines
- type PagedVirtualMachinesIterator
- type PagedVirtualMachinesPage
- type Plan
- type ProvisioningState
- type ProxyResource
- type RecurrenceFrequency
- type RecurrencePattern
- type RegistrationState
- type ResetPasswordBody
- type Resource
- type ResourceIdentityType
- type ResourceModelWithAllowedPropertySet
- type ResourceModelWithAllowedPropertySetIdentity
- type ResourceModelWithAllowedPropertySetPlan
- type ResourceModelWithAllowedPropertySetSku
- type RestrictionReasonCode
- type RestrictionType
- type RosterProfile
- type SaveImageBody
- type ScaleType
- type Schedule
- type ScheduleProperties
- type ScheduleUpdate
- type ScheduleUpdateProperties
- type SchedulesClient
- type SchedulesDeleteFuture
- type SecurityProfile
- type ShutdownOnIdleMode
- type Sku
- type SkuCapabilities
- type SkuCapacity
- type SkuCost
- type SkuRestrictions
- type SkuTier
- type SkuTierEnum
- type SkuType
- type SkusClient
- type SupportInfo
- type SystemData
- type TrackedResource
- type TrackedResourceUpdate
- type Usage
- type UsageName
- type UsageUnit
- type UsagesClient
- type User
- type UserProperties
- type UserUpdate
- type UserUpdateProperties
- type UsersClient
- type UsersCreateOrUpdateFuture
- type UsersDeleteFuture
- type UsersInviteFuture
- type UsersUpdateFuture
- type VirtualMachine
- type VirtualMachineAdditionalCapabilities
- type VirtualMachineConnectionProfile
- type VirtualMachineProfile
- type VirtualMachineProperties
- type VirtualMachineState
- type VirtualMachineType
- type VirtualMachinesClient
- type VirtualMachinesRedeployFuture
- type VirtualMachinesReimageFuture
- type VirtualMachinesResetPasswordFuture
- type VirtualMachinesStartFuture
- type VirtualMachinesStopFuture
- type WeekDay
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionType ¶
type ActionType = original.ActionType
const (
ActionTypeInternal ActionType = original.ActionTypeInternal
)
func PossibleActionTypeValues ¶
func PossibleActionTypeValues() []ActionType
type AutoShutdownProfile ¶
type AutoShutdownProfile = original.AutoShutdownProfile
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type ConnectionProfile ¶
type ConnectionProfile = original.ConnectionProfile
type ConnectionType ¶
type ConnectionType = original.ConnectionType
const ( ConnectionTypeNone ConnectionType = original.ConnectionTypeNone ConnectionTypePrivate ConnectionType = original.ConnectionTypePrivate ConnectionTypePublic ConnectionType = original.ConnectionTypePublic )
func PossibleConnectionTypeValues ¶
func PossibleConnectionTypeValues() []ConnectionType
type CreateOption ¶
type CreateOption = original.CreateOption
const ( CreateOptionImage CreateOption = original.CreateOptionImage CreateOptionTemplateVM CreateOption = original.CreateOptionTemplateVM )
func PossibleCreateOptionValues ¶
func PossibleCreateOptionValues() []CreateOption
type CreatedByType ¶
type CreatedByType = original.CreatedByType
const ( CreatedByTypeApplication CreatedByType = original.CreatedByTypeApplication CreatedByTypeKey CreatedByType = original.CreatedByTypeKey CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity CreatedByTypeUser CreatedByType = original.CreatedByTypeUser )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
type Credentials ¶
type Credentials = original.Credentials
type EnableState ¶
type EnableState = original.EnableState
const ( EnableStateDisabled EnableState = original.EnableStateDisabled EnableStateEnabled EnableState = original.EnableStateEnabled )
func PossibleEnableStateValues ¶
func PossibleEnableStateValues() []EnableState
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ImageProperties ¶
type ImageProperties = original.ImageProperties
type ImageReference ¶
type ImageReference = original.ImageReference
type ImageUpdate ¶
type ImageUpdate = original.ImageUpdate
type ImageUpdateProperties ¶
type ImageUpdateProperties = original.ImageUpdateProperties
type ImagesClient ¶
type ImagesClient = original.ImagesClient
func NewImagesClient ¶
func NewImagesClient(subscriptionID string) ImagesClient
func NewImagesClientWithBaseURI ¶
func NewImagesClientWithBaseURI(baseURI string, subscriptionID string) ImagesClient
type InvitationState ¶
type InvitationState = original.InvitationState
const ( InvitationStateFailed InvitationState = original.InvitationStateFailed InvitationStateNotSent InvitationState = original.InvitationStateNotSent InvitationStateSending InvitationState = original.InvitationStateSending InvitationStateSent InvitationState = original.InvitationStateSent )
func PossibleInvitationStateValues ¶
func PossibleInvitationStateValues() []InvitationState
type InviteBody ¶
type InviteBody = original.InviteBody
type LabNetworkProfile ¶
type LabNetworkProfile = original.LabNetworkProfile
type LabPlanNetworkProfile ¶
type LabPlanNetworkProfile = original.LabPlanNetworkProfile
type LabPlanProperties ¶
type LabPlanProperties = original.LabPlanProperties
type LabPlanUpdate ¶
type LabPlanUpdate = original.LabPlanUpdate
type LabPlanUpdateProperties ¶
type LabPlanUpdateProperties = original.LabPlanUpdateProperties
type LabPlansClient ¶
type LabPlansClient = original.LabPlansClient
func NewLabPlansClient ¶
func NewLabPlansClient(subscriptionID string) LabPlansClient
func NewLabPlansClientWithBaseURI ¶
func NewLabPlansClientWithBaseURI(baseURI string, subscriptionID string) LabPlansClient
type LabPlansCreateOrUpdateFuture ¶
type LabPlansCreateOrUpdateFuture = original.LabPlansCreateOrUpdateFuture
type LabPlansDeleteFuture ¶
type LabPlansDeleteFuture = original.LabPlansDeleteFuture
type LabPlansSaveImageFuture ¶
type LabPlansSaveImageFuture = original.LabPlansSaveImageFuture
type LabPlansUpdateFuture ¶
type LabPlansUpdateFuture = original.LabPlansUpdateFuture
type LabProperties ¶
type LabProperties = original.LabProperties
type LabState ¶
const ( LabStateDraft LabState = original.LabStateDraft LabStatePublished LabState = original.LabStatePublished LabStatePublishing LabState = original.LabStatePublishing LabStateScaling LabState = original.LabStateScaling LabStateSyncing LabState = original.LabStateSyncing )
func PossibleLabStateValues ¶
func PossibleLabStateValues() []LabState
type LabUpdateProperties ¶
type LabUpdateProperties = original.LabUpdateProperties
type LabsClient ¶
type LabsClient = original.LabsClient
func NewLabsClient ¶
func NewLabsClient(subscriptionID string) LabsClient
func NewLabsClientWithBaseURI ¶
func NewLabsClientWithBaseURI(baseURI string, subscriptionID string) LabsClient
type LabsCreateOrUpdateFuture ¶
type LabsCreateOrUpdateFuture = original.LabsCreateOrUpdateFuture
type LabsDeleteFuture ¶
type LabsDeleteFuture = original.LabsDeleteFuture
type LabsPublishFuture ¶
type LabsPublishFuture = original.LabsPublishFuture
type LabsSyncGroupFuture ¶
type LabsSyncGroupFuture = original.LabsSyncGroupFuture
type LabsUpdateFuture ¶
type LabsUpdateFuture = original.LabsUpdateFuture
type ListUsagesResult ¶
type ListUsagesResult = original.ListUsagesResult
type ListUsagesResultIterator ¶
type ListUsagesResultIterator = original.ListUsagesResultIterator
func NewListUsagesResultIterator ¶
func NewListUsagesResultIterator(page ListUsagesResultPage) ListUsagesResultIterator
type ListUsagesResultPage ¶
type ListUsagesResultPage = original.ListUsagesResultPage
func NewListUsagesResultPage ¶
func NewListUsagesResultPage(cur ListUsagesResult, getNextPage func(context.Context, ListUsagesResult) (ListUsagesResult, error)) ListUsagesResultPage
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationResult ¶
type OperationResult = original.OperationResult
type OperationResultsClient ¶
type OperationResultsClient = original.OperationResultsClient
func NewOperationResultsClient ¶
func NewOperationResultsClient(subscriptionID string) OperationResultsClient
func NewOperationResultsClientWithBaseURI ¶
func NewOperationResultsClientWithBaseURI(baseURI string, subscriptionID string) OperationResultsClient
type OperationStatus ¶
type OperationStatus = original.OperationStatus
const ( OperationStatusCanceled OperationStatus = original.OperationStatusCanceled OperationStatusFailed OperationStatus = original.OperationStatusFailed OperationStatusInProgress OperationStatus = original.OperationStatusInProgress OperationStatusNotStarted OperationStatus = original.OperationStatusNotStarted OperationStatusSucceeded OperationStatus = original.OperationStatusSucceeded )
func PossibleOperationStatusValues ¶
func PossibleOperationStatusValues() []OperationStatus
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type Origin ¶
const ( OriginSystem Origin = original.OriginSystem OriginUser Origin = original.OriginUser OriginUsersystem Origin = original.OriginUsersystem )
func PossibleOriginValues ¶
func PossibleOriginValues() []Origin
type OsState ¶
const ( OsStateGeneralized OsState = original.OsStateGeneralized OsStateSpecialized OsState = original.OsStateSpecialized )
func PossibleOsStateValues ¶
func PossibleOsStateValues() []OsState
type OsType ¶
const ( OsTypeLinux OsType = original.OsTypeLinux OsTypeWindows OsType = original.OsTypeWindows )
func PossibleOsTypeValues ¶
func PossibleOsTypeValues() []OsType
type PagedImages ¶
type PagedImages = original.PagedImages
type PagedImagesIterator ¶
type PagedImagesIterator = original.PagedImagesIterator
func NewPagedImagesIterator ¶
func NewPagedImagesIterator(page PagedImagesPage) PagedImagesIterator
type PagedImagesPage ¶
type PagedImagesPage = original.PagedImagesPage
func NewPagedImagesPage ¶
func NewPagedImagesPage(cur PagedImages, getNextPage func(context.Context, PagedImages) (PagedImages, error)) PagedImagesPage
type PagedLabPlans ¶
type PagedLabPlans = original.PagedLabPlans
type PagedLabPlansIterator ¶
type PagedLabPlansIterator = original.PagedLabPlansIterator
func NewPagedLabPlansIterator ¶
func NewPagedLabPlansIterator(page PagedLabPlansPage) PagedLabPlansIterator
type PagedLabPlansPage ¶
type PagedLabPlansPage = original.PagedLabPlansPage
func NewPagedLabPlansPage ¶
func NewPagedLabPlansPage(cur PagedLabPlans, getNextPage func(context.Context, PagedLabPlans) (PagedLabPlans, error)) PagedLabPlansPage
type PagedLabServicesSkus ¶
type PagedLabServicesSkus = original.PagedLabServicesSkus
type PagedLabServicesSkusIterator ¶
type PagedLabServicesSkusIterator = original.PagedLabServicesSkusIterator
func NewPagedLabServicesSkusIterator ¶
func NewPagedLabServicesSkusIterator(page PagedLabServicesSkusPage) PagedLabServicesSkusIterator
type PagedLabServicesSkusPage ¶
type PagedLabServicesSkusPage = original.PagedLabServicesSkusPage
func NewPagedLabServicesSkusPage ¶
func NewPagedLabServicesSkusPage(cur PagedLabServicesSkus, getNextPage func(context.Context, PagedLabServicesSkus) (PagedLabServicesSkus, error)) PagedLabServicesSkusPage
type PagedLabsIterator ¶
type PagedLabsIterator = original.PagedLabsIterator
func NewPagedLabsIterator ¶
func NewPagedLabsIterator(page PagedLabsPage) PagedLabsIterator
type PagedSchedules ¶
type PagedSchedules = original.PagedSchedules
type PagedSchedulesIterator ¶
type PagedSchedulesIterator = original.PagedSchedulesIterator
func NewPagedSchedulesIterator ¶
func NewPagedSchedulesIterator(page PagedSchedulesPage) PagedSchedulesIterator
type PagedSchedulesPage ¶
type PagedSchedulesPage = original.PagedSchedulesPage
func NewPagedSchedulesPage ¶
func NewPagedSchedulesPage(cur PagedSchedules, getNextPage func(context.Context, PagedSchedules) (PagedSchedules, error)) PagedSchedulesPage
type PagedUsers ¶
type PagedUsers = original.PagedUsers
type PagedUsersIterator ¶
type PagedUsersIterator = original.PagedUsersIterator
func NewPagedUsersIterator ¶
func NewPagedUsersIterator(page PagedUsersPage) PagedUsersIterator
type PagedUsersPage ¶
type PagedUsersPage = original.PagedUsersPage
func NewPagedUsersPage ¶
func NewPagedUsersPage(cur PagedUsers, getNextPage func(context.Context, PagedUsers) (PagedUsers, error)) PagedUsersPage
type PagedVirtualMachines ¶
type PagedVirtualMachines = original.PagedVirtualMachines
type PagedVirtualMachinesIterator ¶
type PagedVirtualMachinesIterator = original.PagedVirtualMachinesIterator
func NewPagedVirtualMachinesIterator ¶
func NewPagedVirtualMachinesIterator(page PagedVirtualMachinesPage) PagedVirtualMachinesIterator
type PagedVirtualMachinesPage ¶
type PagedVirtualMachinesPage = original.PagedVirtualMachinesPage
func NewPagedVirtualMachinesPage ¶
func NewPagedVirtualMachinesPage(cur PagedVirtualMachines, getNextPage func(context.Context, PagedVirtualMachines) (PagedVirtualMachines, error)) PagedVirtualMachinesPage
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateLocked ProvisioningState = original.ProvisioningStateLocked ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded ProvisioningStateUpdating ProvisioningState = original.ProvisioningStateUpdating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type RecurrenceFrequency ¶
type RecurrenceFrequency = original.RecurrenceFrequency
const ( RecurrenceFrequencyDaily RecurrenceFrequency = original.RecurrenceFrequencyDaily RecurrenceFrequencyWeekly RecurrenceFrequency = original.RecurrenceFrequencyWeekly )
func PossibleRecurrenceFrequencyValues ¶
func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency
type RecurrencePattern ¶
type RecurrencePattern = original.RecurrencePattern
type RegistrationState ¶
type RegistrationState = original.RegistrationState
const ( RegistrationStateNotRegistered RegistrationState = original.RegistrationStateNotRegistered RegistrationStateRegistered RegistrationState = original.RegistrationStateRegistered )
func PossibleRegistrationStateValues ¶
func PossibleRegistrationStateValues() []RegistrationState
type ResetPasswordBody ¶
type ResetPasswordBody = original.ResetPasswordBody
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const (
ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned
)
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type ResourceModelWithAllowedPropertySet ¶
type ResourceModelWithAllowedPropertySet = original.ResourceModelWithAllowedPropertySet
type ResourceModelWithAllowedPropertySetIdentity ¶
type ResourceModelWithAllowedPropertySetIdentity = original.ResourceModelWithAllowedPropertySetIdentity
type ResourceModelWithAllowedPropertySetPlan ¶
type ResourceModelWithAllowedPropertySetPlan = original.ResourceModelWithAllowedPropertySetPlan
type ResourceModelWithAllowedPropertySetSku ¶
type ResourceModelWithAllowedPropertySetSku = original.ResourceModelWithAllowedPropertySetSku
type RestrictionReasonCode ¶
type RestrictionReasonCode = original.RestrictionReasonCode
const ( RestrictionReasonCodeNotAvailableForSubscription RestrictionReasonCode = original.RestrictionReasonCodeNotAvailableForSubscription RestrictionReasonCodeQuotaID RestrictionReasonCode = original.RestrictionReasonCodeQuotaID )
func PossibleRestrictionReasonCodeValues ¶
func PossibleRestrictionReasonCodeValues() []RestrictionReasonCode
type RestrictionType ¶
type RestrictionType = original.RestrictionType
const (
RestrictionTypeLocation RestrictionType = original.RestrictionTypeLocation
)
func PossibleRestrictionTypeValues ¶
func PossibleRestrictionTypeValues() []RestrictionType
type RosterProfile ¶
type RosterProfile = original.RosterProfile
type SaveImageBody ¶
type SaveImageBody = original.SaveImageBody
type ScaleType ¶
const ( ScaleTypeAutomatic ScaleType = original.ScaleTypeAutomatic ScaleTypeManual ScaleType = original.ScaleTypeManual ScaleTypeNone ScaleType = original.ScaleTypeNone )
func PossibleScaleTypeValues ¶
func PossibleScaleTypeValues() []ScaleType
type ScheduleProperties ¶
type ScheduleProperties = original.ScheduleProperties
type ScheduleUpdate ¶
type ScheduleUpdate = original.ScheduleUpdate
type ScheduleUpdateProperties ¶
type ScheduleUpdateProperties = original.ScheduleUpdateProperties
type SchedulesClient ¶
type SchedulesClient = original.SchedulesClient
func NewSchedulesClient ¶
func NewSchedulesClient(subscriptionID string) SchedulesClient
func NewSchedulesClientWithBaseURI ¶
func NewSchedulesClientWithBaseURI(baseURI string, subscriptionID string) SchedulesClient
type SchedulesDeleteFuture ¶
type SchedulesDeleteFuture = original.SchedulesDeleteFuture
type SecurityProfile ¶
type SecurityProfile = original.SecurityProfile
type ShutdownOnIdleMode ¶
type ShutdownOnIdleMode = original.ShutdownOnIdleMode
const ( ShutdownOnIdleModeLowUsage ShutdownOnIdleMode = original.ShutdownOnIdleModeLowUsage ShutdownOnIdleModeNone ShutdownOnIdleMode = original.ShutdownOnIdleModeNone ShutdownOnIdleModeUserAbsence ShutdownOnIdleMode = original.ShutdownOnIdleModeUserAbsence )
func PossibleShutdownOnIdleModeValues ¶
func PossibleShutdownOnIdleModeValues() []ShutdownOnIdleMode
type SkuCapabilities ¶
type SkuCapabilities = original.SkuCapabilities
type SkuCapacity ¶
type SkuCapacity = original.SkuCapacity
type SkuRestrictions ¶
type SkuRestrictions = original.SkuRestrictions
type SkuTier ¶
const ( SkuTierBasic SkuTier = original.SkuTierBasic SkuTierFree SkuTier = original.SkuTierFree SkuTierPremium SkuTier = original.SkuTierPremium SkuTierStandard SkuTier = original.SkuTierStandard )
func PossibleSkuTierValues ¶
func PossibleSkuTierValues() []SkuTier
type SkuTierEnum ¶
type SkuTierEnum = original.SkuTierEnum
const ( SkuTierEnumPremium SkuTierEnum = original.SkuTierEnumPremium SkuTierEnumStandard SkuTierEnum = original.SkuTierEnumStandard )
func PossibleSkuTierEnumValues ¶
func PossibleSkuTierEnumValues() []SkuTierEnum
type SkusClient ¶
type SkusClient = original.SkusClient
func NewSkusClient ¶
func NewSkusClient(subscriptionID string) SkusClient
func NewSkusClientWithBaseURI ¶
func NewSkusClientWithBaseURI(baseURI string, subscriptionID string) SkusClient
type SupportInfo ¶
type SupportInfo = original.SupportInfo
type SystemData ¶
type SystemData = original.SystemData
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type TrackedResourceUpdate ¶
type TrackedResourceUpdate = original.TrackedResourceUpdate
type UsageUnit ¶
const (
UsageUnitCount UsageUnit = original.UsageUnitCount
)
func PossibleUsageUnitValues ¶
func PossibleUsageUnitValues() []UsageUnit
type UsagesClient ¶
type UsagesClient = original.UsagesClient
func NewUsagesClient ¶
func NewUsagesClient(subscriptionID string) UsagesClient
func NewUsagesClientWithBaseURI ¶
func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient
type UserProperties ¶
type UserProperties = original.UserProperties
type UserUpdate ¶
type UserUpdate = original.UserUpdate
type UserUpdateProperties ¶
type UserUpdateProperties = original.UserUpdateProperties
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
type UsersInviteFuture ¶
type UsersInviteFuture = original.UsersInviteFuture
type UsersUpdateFuture ¶
type UsersUpdateFuture = original.UsersUpdateFuture
type VirtualMachine ¶
type VirtualMachine = original.VirtualMachine
type VirtualMachineAdditionalCapabilities ¶
type VirtualMachineAdditionalCapabilities = original.VirtualMachineAdditionalCapabilities
type VirtualMachineConnectionProfile ¶
type VirtualMachineConnectionProfile = original.VirtualMachineConnectionProfile
type VirtualMachineProfile ¶
type VirtualMachineProfile = original.VirtualMachineProfile
type VirtualMachineProperties ¶
type VirtualMachineProperties = original.VirtualMachineProperties
type VirtualMachineState ¶
type VirtualMachineState = original.VirtualMachineState
const ( VirtualMachineStateRedeploying VirtualMachineState = original.VirtualMachineStateRedeploying VirtualMachineStateReimaging VirtualMachineState = original.VirtualMachineStateReimaging VirtualMachineStateResettingPassword VirtualMachineState = original.VirtualMachineStateResettingPassword VirtualMachineStateRunning VirtualMachineState = original.VirtualMachineStateRunning VirtualMachineStateStarting VirtualMachineState = original.VirtualMachineStateStarting VirtualMachineStateStopped VirtualMachineState = original.VirtualMachineStateStopped VirtualMachineStateStopping VirtualMachineState = original.VirtualMachineStateStopping )
func PossibleVirtualMachineStateValues ¶
func PossibleVirtualMachineStateValues() []VirtualMachineState
type VirtualMachineType ¶
type VirtualMachineType = original.VirtualMachineType
const ( VirtualMachineTypeTemplate VirtualMachineType = original.VirtualMachineTypeTemplate VirtualMachineTypeUser VirtualMachineType = original.VirtualMachineTypeUser )
func PossibleVirtualMachineTypeValues ¶
func PossibleVirtualMachineTypeValues() []VirtualMachineType
type VirtualMachinesClient ¶
type VirtualMachinesClient = original.VirtualMachinesClient
func NewVirtualMachinesClient ¶
func NewVirtualMachinesClient(subscriptionID string) VirtualMachinesClient
func NewVirtualMachinesClientWithBaseURI ¶
func NewVirtualMachinesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachinesClient
type VirtualMachinesRedeployFuture ¶
type VirtualMachinesRedeployFuture = original.VirtualMachinesRedeployFuture
type VirtualMachinesReimageFuture ¶
type VirtualMachinesReimageFuture = original.VirtualMachinesReimageFuture
type VirtualMachinesResetPasswordFuture ¶
type VirtualMachinesResetPasswordFuture = original.VirtualMachinesResetPasswordFuture
type VirtualMachinesStartFuture ¶
type VirtualMachinesStartFuture = original.VirtualMachinesStartFuture
type VirtualMachinesStopFuture ¶
type VirtualMachinesStopFuture = original.VirtualMachinesStopFuture
type WeekDay ¶
const ( WeekDayFriday WeekDay = original.WeekDayFriday WeekDayMonday WeekDay = original.WeekDayMonday WeekDaySaturday WeekDay = original.WeekDaySaturday WeekDaySunday WeekDay = original.WeekDaySunday WeekDayThursday WeekDay = original.WeekDayThursday WeekDayTuesday WeekDay = original.WeekDayTuesday WeekDayWednesday WeekDay = original.WeekDayWednesday )
func PossibleWeekDayValues ¶
func PossibleWeekDayValues() []WeekDay
Click to show internal directories.
Click to hide internal directories.