desktopvirtualization

package
v48.2.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2020 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 Application

type Application = original.Application

type ApplicationGroup

type ApplicationGroup = original.ApplicationGroup

type ApplicationGroupList

type ApplicationGroupList = original.ApplicationGroupList

type ApplicationGroupPatch

type ApplicationGroupPatch = original.ApplicationGroupPatch

type ApplicationGroupPatchProperties

type ApplicationGroupPatchProperties = original.ApplicationGroupPatchProperties

type ApplicationGroupProperties

type ApplicationGroupProperties = original.ApplicationGroupProperties

type ApplicationGroupType

type ApplicationGroupType = original.ApplicationGroupType
const (
	ApplicationGroupTypeDesktop   ApplicationGroupType = original.ApplicationGroupTypeDesktop
	ApplicationGroupTypeRemoteApp ApplicationGroupType = original.ApplicationGroupTypeRemoteApp
)

func PossibleApplicationGroupTypeValues

func PossibleApplicationGroupTypeValues() []ApplicationGroupType

type ApplicationGroupsClient

type ApplicationGroupsClient = original.ApplicationGroupsClient

func NewApplicationGroupsClient

func NewApplicationGroupsClient(subscriptionID string) ApplicationGroupsClient

func NewApplicationGroupsClientWithBaseURI

func NewApplicationGroupsClientWithBaseURI(baseURI string, subscriptionID string) ApplicationGroupsClient

type ApplicationList

type ApplicationList = original.ApplicationList

type ApplicationListIterator

type ApplicationListIterator = original.ApplicationListIterator

func NewApplicationListIterator

func NewApplicationListIterator(page ApplicationListPage) ApplicationListIterator

type ApplicationListPage

type ApplicationListPage = original.ApplicationListPage

type ApplicationPatch

type ApplicationPatch = original.ApplicationPatch

type ApplicationPatchProperties

type ApplicationPatchProperties = original.ApplicationPatchProperties

type ApplicationProperties

type ApplicationProperties = original.ApplicationProperties

type ApplicationType

type ApplicationType = original.ApplicationType
const (
	ApplicationTypeDesktop   ApplicationType = original.ApplicationTypeDesktop
	ApplicationTypeRemoteApp ApplicationType = original.ApplicationTypeRemoteApp
)

func PossibleApplicationTypeValues

func PossibleApplicationTypeValues() []ApplicationType

type ApplicationsClient

type ApplicationsClient = original.ApplicationsClient

func NewApplicationsClient

func NewApplicationsClient(subscriptionID string) ApplicationsClient

func NewApplicationsClientWithBaseURI

func NewApplicationsClientWithBaseURI(baseURI string, subscriptionID string) ApplicationsClient

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 CloudError

type CloudError = original.CloudError

type CloudErrorProperties added in v48.2.2

type CloudErrorProperties = original.CloudErrorProperties

type CommandLineSetting

type CommandLineSetting = original.CommandLineSetting

func PossibleCommandLineSettingValues

func PossibleCommandLineSettingValues() []CommandLineSetting

type Desktop

type Desktop = original.Desktop

type DesktopList

type DesktopList = original.DesktopList

type DesktopPatch

type DesktopPatch = original.DesktopPatch

type DesktopPatchProperties

type DesktopPatchProperties = original.DesktopPatchProperties

type DesktopProperties

type DesktopProperties = original.DesktopProperties

type DesktopsClient

type DesktopsClient = original.DesktopsClient

func NewDesktopsClient

func NewDesktopsClient(subscriptionID string) DesktopsClient

func NewDesktopsClientWithBaseURI

func NewDesktopsClientWithBaseURI(baseURI string, subscriptionID string) DesktopsClient

type ExpandMsixImage added in v48.2.2

type ExpandMsixImage = original.ExpandMsixImage

type ExpandMsixImageList added in v48.2.2

type ExpandMsixImageList = original.ExpandMsixImageList

type ExpandMsixImageListIterator added in v48.2.2

type ExpandMsixImageListIterator = original.ExpandMsixImageListIterator

func NewExpandMsixImageListIterator added in v48.2.2

func NewExpandMsixImageListIterator(page ExpandMsixImageListPage) ExpandMsixImageListIterator

type ExpandMsixImageListPage added in v48.2.2

type ExpandMsixImageListPage = original.ExpandMsixImageListPage

func NewExpandMsixImageListPage added in v48.2.2

func NewExpandMsixImageListPage(cur ExpandMsixImageList, getNextPage func(context.Context, ExpandMsixImageList) (ExpandMsixImageList, error)) ExpandMsixImageListPage

type ExpandMsixImageProperties added in v48.2.2

type ExpandMsixImageProperties = original.ExpandMsixImageProperties

type HostPool

type HostPool = original.HostPool

type HostPoolList

type HostPoolList = original.HostPoolList

type HostPoolListIterator

type HostPoolListIterator = original.HostPoolListIterator

func NewHostPoolListIterator

func NewHostPoolListIterator(page HostPoolListPage) HostPoolListIterator

type HostPoolListPage

type HostPoolListPage = original.HostPoolListPage

func NewHostPoolListPage

func NewHostPoolListPage(cur HostPoolList, getNextPage func(context.Context, HostPoolList) (HostPoolList, error)) HostPoolListPage

type HostPoolPatch

type HostPoolPatch = original.HostPoolPatch

type HostPoolPatchProperties

type HostPoolPatchProperties = original.HostPoolPatchProperties

type HostPoolProperties

type HostPoolProperties = original.HostPoolProperties

type HostPoolType

type HostPoolType = original.HostPoolType
const (
	Personal HostPoolType = original.Personal
	Pooled   HostPoolType = original.Pooled
)

func PossibleHostPoolTypeValues

func PossibleHostPoolTypeValues() []HostPoolType

type HostPoolsClient

type HostPoolsClient = original.HostPoolsClient

func NewHostPoolsClient

func NewHostPoolsClient(subscriptionID string) HostPoolsClient

func NewHostPoolsClientWithBaseURI

func NewHostPoolsClientWithBaseURI(baseURI string, subscriptionID string) HostPoolsClient

type LoadBalancerType

type LoadBalancerType = original.LoadBalancerType

func PossibleLoadBalancerTypeValues

func PossibleLoadBalancerTypeValues() []LoadBalancerType

type MSIXImageURI added in v48.2.2

type MSIXImageURI = original.MSIXImageURI

type MSIXPackage added in v48.2.2

type MSIXPackage = original.MSIXPackage

type MSIXPackageList added in v48.2.2

type MSIXPackageList = original.MSIXPackageList

type MSIXPackageListIterator added in v48.2.2

type MSIXPackageListIterator = original.MSIXPackageListIterator

func NewMSIXPackageListIterator added in v48.2.2

func NewMSIXPackageListIterator(page MSIXPackageListPage) MSIXPackageListIterator

type MSIXPackageListPage added in v48.2.2

type MSIXPackageListPage = original.MSIXPackageListPage

func NewMSIXPackageListPage added in v48.2.2

func NewMSIXPackageListPage(cur MSIXPackageList, getNextPage func(context.Context, MSIXPackageList) (MSIXPackageList, error)) MSIXPackageListPage

type MSIXPackagePatch added in v48.2.2

type MSIXPackagePatch = original.MSIXPackagePatch

type MSIXPackagePatchProperties added in v48.2.2

type MSIXPackagePatchProperties = original.MSIXPackagePatchProperties

type MSIXPackageProperties added in v48.2.2

type MSIXPackageProperties = original.MSIXPackageProperties

type MSIXPackagesClient added in v48.2.2

type MSIXPackagesClient = original.MSIXPackagesClient

func NewMSIXPackagesClient added in v48.2.2

func NewMSIXPackagesClient(subscriptionID string) MSIXPackagesClient

func NewMSIXPackagesClientWithBaseURI added in v48.2.2

func NewMSIXPackagesClientWithBaseURI(baseURI string, subscriptionID string) MSIXPackagesClient

type MsixImagesClient added in v48.2.2

type MsixImagesClient = original.MsixImagesClient

func NewMsixImagesClient added in v48.2.2

func NewMsixImagesClient(subscriptionID string) MsixImagesClient

func NewMsixImagesClientWithBaseURI added in v48.2.2

func NewMsixImagesClientWithBaseURI(baseURI string, subscriptionID string) MsixImagesClient

type MsixPackageApplications added in v48.2.2

type MsixPackageApplications = original.MsixPackageApplications

type MsixPackageDependencies added in v48.2.2

type MsixPackageDependencies = original.MsixPackageDependencies

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type PreferredAppGroupType

type PreferredAppGroupType = original.PreferredAppGroupType
const (
	PreferredAppGroupTypeDesktop          PreferredAppGroupType = original.PreferredAppGroupTypeDesktop
	PreferredAppGroupTypeNone             PreferredAppGroupType = original.PreferredAppGroupTypeNone
	PreferredAppGroupTypeRailApplications PreferredAppGroupType = original.PreferredAppGroupTypeRailApplications
)

func PossiblePreferredAppGroupTypeValues

func PossiblePreferredAppGroupTypeValues() []PreferredAppGroupType

type ProxyResource

type ProxyResource = original.ProxyResource

type RegistrationInfo

type RegistrationInfo = original.RegistrationInfo

type RegistrationInfoPatch

type RegistrationInfoPatch = original.RegistrationInfoPatch

type RemoteApplicationType added in v48.2.2

type RemoteApplicationType = original.RemoteApplicationType

func PossibleRemoteApplicationTypeValues added in v48.2.2

func PossibleRemoteApplicationTypeValues() []RemoteApplicationType

type Resource

type Resource = original.Resource

type ResourceProviderOperation

type ResourceProviderOperation = original.ResourceProviderOperation

type ResourceProviderOperationDisplay

type ResourceProviderOperationDisplay = original.ResourceProviderOperationDisplay

type ResourceProviderOperationList

type ResourceProviderOperationList = original.ResourceProviderOperationList

type SSOSecretType added in v48.2.2

type SSOSecretType = original.SSOSecretType

func PossibleSSOSecretTypeValues added in v48.2.2

func PossibleSSOSecretTypeValues() []SSOSecretType

type SendMessage

type SendMessage = original.SendMessage

type SessionHost

type SessionHost = original.SessionHost

type SessionHostList

type SessionHostList = original.SessionHostList

type SessionHostListIterator

type SessionHostListIterator = original.SessionHostListIterator

func NewSessionHostListIterator

func NewSessionHostListIterator(page SessionHostListPage) SessionHostListIterator

type SessionHostListPage

type SessionHostListPage = original.SessionHostListPage

type SessionHostPatch

type SessionHostPatch = original.SessionHostPatch

type SessionHostPatchProperties

type SessionHostPatchProperties = original.SessionHostPatchProperties

type SessionHostProperties

type SessionHostProperties = original.SessionHostProperties

type SessionHostsClient

type SessionHostsClient = original.SessionHostsClient

func NewSessionHostsClient

func NewSessionHostsClient(subscriptionID string) SessionHostsClient

func NewSessionHostsClientWithBaseURI

func NewSessionHostsClientWithBaseURI(baseURI string, subscriptionID string) SessionHostsClient

type SessionState

type SessionState = original.SessionState

func PossibleSessionStateValues

func PossibleSessionStateValues() []SessionState

type StartMenuItem

type StartMenuItem = original.StartMenuItem

type StartMenuItemList

type StartMenuItemList = original.StartMenuItemList

type StartMenuItemListIterator

type StartMenuItemListIterator = original.StartMenuItemListIterator

type StartMenuItemProperties

type StartMenuItemProperties = original.StartMenuItemProperties

type StartMenuItemsClient

type StartMenuItemsClient = original.StartMenuItemsClient

func NewStartMenuItemsClient

func NewStartMenuItemsClient(subscriptionID string) StartMenuItemsClient

func NewStartMenuItemsClientWithBaseURI

func NewStartMenuItemsClientWithBaseURI(baseURI string, subscriptionID string) StartMenuItemsClient

type Status

type Status = original.Status
const (
	StatusAvailable     Status = original.StatusAvailable
	StatusDisconnected  Status = original.StatusDisconnected
	StatusShutdown      Status = original.StatusShutdown
	StatusUnavailable   Status = original.StatusUnavailable
	StatusUpgradeFailed Status = original.StatusUpgradeFailed
	StatusUpgrading     Status = original.StatusUpgrading
)

func PossibleStatusValues

func PossibleStatusValues() []Status

type TrackedResource

type TrackedResource = original.TrackedResource

type UpdateState

type UpdateState = original.UpdateState
const (
	UpdateStateFailed    UpdateState = original.UpdateStateFailed
	UpdateStateInitial   UpdateState = original.UpdateStateInitial
	UpdateStatePending   UpdateState = original.UpdateStatePending
	UpdateStateStarted   UpdateState = original.UpdateStateStarted
	UpdateStateSucceeded UpdateState = original.UpdateStateSucceeded
)

func PossibleUpdateStateValues

func PossibleUpdateStateValues() []UpdateState

type UserSession

type UserSession = original.UserSession

type UserSessionList

type UserSessionList = original.UserSessionList

type UserSessionListIterator

type UserSessionListIterator = original.UserSessionListIterator

func NewUserSessionListIterator

func NewUserSessionListIterator(page UserSessionListPage) UserSessionListIterator

type UserSessionListPage

type UserSessionListPage = original.UserSessionListPage

type UserSessionProperties

type UserSessionProperties = original.UserSessionProperties

type UserSessionsClient

type UserSessionsClient = original.UserSessionsClient

func NewUserSessionsClient

func NewUserSessionsClient(subscriptionID string) UserSessionsClient

func NewUserSessionsClientWithBaseURI

func NewUserSessionsClientWithBaseURI(baseURI string, subscriptionID string) UserSessionsClient

type Workspace

type Workspace = original.Workspace

type WorkspaceList

type WorkspaceList = original.WorkspaceList

type WorkspaceListIterator

type WorkspaceListIterator = original.WorkspaceListIterator

func NewWorkspaceListIterator

func NewWorkspaceListIterator(page WorkspaceListPage) WorkspaceListIterator

type WorkspaceListPage

type WorkspaceListPage = original.WorkspaceListPage

func NewWorkspaceListPage

func NewWorkspaceListPage(cur WorkspaceList, getNextPage func(context.Context, WorkspaceList) (WorkspaceList, error)) WorkspaceListPage

type WorkspacePatch

type WorkspacePatch = original.WorkspacePatch

type WorkspacePatchProperties

type WorkspacePatchProperties = original.WorkspacePatchProperties

type WorkspaceProperties

type WorkspaceProperties = original.WorkspaceProperties

type WorkspacesClient

type WorkspacesClient = original.WorkspacesClient

func NewWorkspacesClient

func NewWorkspacesClient(subscriptionID string) WorkspacesClient

func NewWorkspacesClientWithBaseURI

func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) WorkspacesClient

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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