DesktopVirtualizationApiClient Interface

public interface DesktopVirtualizationApiClient

The interface for DesktopVirtualizationApiClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract AppAttachPackageInfoesClient getAppAttachPackageInfoes()

Gets the AppAttachPackageInfoesClient object to access its operations.

abstract AppAttachPackagesClient getAppAttachPackages()

Gets the AppAttachPackagesClient object to access its operations.

abstract ApplicationGroupsClient getApplicationGroups()

Gets the ApplicationGroupsClient object to access its operations.

abstract ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DesktopsClient getDesktops()

Gets the DesktopsClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HostPoolsClient getHostPools()

Gets the HostPoolsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract MsixImagesClient getMsixImages()

Gets the MsixImagesClient object to access its operations.

abstract MsixPackagesClient getMsixPackages()

Gets the MsixPackagesClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract ScalingPlanPersonalSchedulesClient getScalingPlanPersonalSchedules()

Gets the ScalingPlanPersonalSchedulesClient object to access its operations.

abstract ScalingPlanPooledSchedulesClient getScalingPlanPooledSchedules()

Gets the ScalingPlanPooledSchedulesClient object to access its operations.

abstract ScalingPlansClient getScalingPlans()

Gets the ScalingPlansClient object to access its operations.

abstract SessionHostsClient getSessionHosts()

Gets the SessionHostsClient object to access its operations.

abstract StartMenuItemsClient getStartMenuItems()

Gets the StartMenuItemsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract UserSessionsClient getUserSessions()

Gets the UserSessionsClient object to access its operations.

abstract WorkspacesClient getWorkspaces()

Gets the WorkspacesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getAppAttachPackageInfoes

public abstract AppAttachPackageInfoesClient getAppAttachPackageInfoes()

Gets the AppAttachPackageInfoesClient object to access its operations.

Returns:

the AppAttachPackageInfoesClient object.

getAppAttachPackages

public abstract AppAttachPackagesClient getAppAttachPackages()

Gets the AppAttachPackagesClient object to access its operations.

Returns:

the AppAttachPackagesClient object.

getApplicationGroups

public abstract ApplicationGroupsClient getApplicationGroups()

Gets the ApplicationGroupsClient object to access its operations.

Returns:

the ApplicationGroupsClient object.

getApplications

public abstract ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

Returns:

the ApplicationsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDesktops

public abstract DesktopsClient getDesktops()

Gets the DesktopsClient object to access its operations.

Returns:

the DesktopsClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHostPools

public abstract HostPoolsClient getHostPools()

Gets the HostPoolsClient object to access its operations.

Returns:

the HostPoolsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getMsixImages

public abstract MsixImagesClient getMsixImages()

Gets the MsixImagesClient object to access its operations.

Returns:

the MsixImagesClient object.

getMsixPackages

public abstract MsixPackagesClient getMsixPackages()

Gets the MsixPackagesClient object to access its operations.

Returns:

the MsixPackagesClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getScalingPlanPersonalSchedules

public abstract ScalingPlanPersonalSchedulesClient getScalingPlanPersonalSchedules()

Gets the ScalingPlanPersonalSchedulesClient object to access its operations.

Returns:

the ScalingPlanPersonalSchedulesClient object.

getScalingPlanPooledSchedules

public abstract ScalingPlanPooledSchedulesClient getScalingPlanPooledSchedules()

Gets the ScalingPlanPooledSchedulesClient object to access its operations.

Returns:

the ScalingPlanPooledSchedulesClient object.

getScalingPlans

public abstract ScalingPlansClient getScalingPlans()

Gets the ScalingPlansClient object to access its operations.

Returns:

the ScalingPlansClient object.

getSessionHosts

public abstract SessionHostsClient getSessionHosts()

Gets the SessionHostsClient object to access its operations.

Returns:

the SessionHostsClient object.

getStartMenuItems

public abstract StartMenuItemsClient getStartMenuItems()

Gets the StartMenuItemsClient object to access its operations.

Returns:

the StartMenuItemsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

getUserSessions

public abstract UserSessionsClient getUserSessions()

Gets the UserSessionsClient object to access its operations.

Returns:

the UserSessionsClient object.

getWorkspaces

public abstract WorkspacesClient getWorkspaces()

Gets the WorkspacesClient object to access its operations.

Returns:

the WorkspacesClient object.

Applies to