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
App |
getAppAttachPackageInfoes()
Gets the App |
|
abstract
App |
getAppAttachPackages()
Gets the App |
|
abstract
Application |
getApplicationGroups()
Gets the Application |
|
abstract
Applications |
getApplications()
Gets the Applications |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Desktops |
getDesktops()
Gets the Desktops |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Host |
getHostPools()
Gets the Host |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Msix |
getMsixImages()
Gets the Msix |
|
abstract
Msix |
getMsixPackages()
Gets the Msix |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
|
abstract
Private |
getPrivateLinkResources()
Gets the Private |
|
abstract
Scaling |
getScalingPlanPersonalSchedules()
Gets the Scaling |
|
abstract
Scaling |
getScalingPlanPooledSchedules()
Gets the Scaling |
|
abstract
Scaling |
getScalingPlans()
Gets the Scaling |
|
abstract
Session |
getSessionHosts()
Gets the Session |
|
abstract
Start |
getStartMenuItems()
Gets the Start |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
User |
getUserSessions()
Gets the User |
|
abstract
Workspaces |
getWorkspaces()
Gets the Workspaces |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getAppAttachPackageInfoes
public abstract AppAttachPackageInfoesClient getAppAttachPackageInfoes()
Gets the AppAttachPackageInfoesClient object to access its operations.
Returns:
getAppAttachPackages
public abstract AppAttachPackagesClient getAppAttachPackages()
Gets the AppAttachPackagesClient object to access its operations.
Returns:
getApplicationGroups
public abstract ApplicationGroupsClient getApplicationGroups()
Gets the ApplicationGroupsClient object to access its operations.
Returns:
getApplications
public abstract ApplicationsClient getApplications()
Gets the ApplicationsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDesktops
public abstract DesktopsClient getDesktops()
Gets the DesktopsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHostPools
public abstract HostPoolsClient getHostPools()
Gets the HostPoolsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMsixImages
public abstract MsixImagesClient getMsixImages()
Gets the MsixImagesClient object to access its operations.
Returns:
getMsixPackages
public abstract MsixPackagesClient getMsixPackages()
Gets the MsixPackagesClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getScalingPlanPersonalSchedules
public abstract ScalingPlanPersonalSchedulesClient getScalingPlanPersonalSchedules()
Gets the ScalingPlanPersonalSchedulesClient object to access its operations.
Returns:
getScalingPlanPooledSchedules
public abstract ScalingPlanPooledSchedulesClient getScalingPlanPooledSchedules()
Gets the ScalingPlanPooledSchedulesClient object to access its operations.
Returns:
getScalingPlans
public abstract ScalingPlansClient getScalingPlans()
Gets the ScalingPlansClient object to access its operations.
Returns:
getSessionHosts
public abstract SessionHostsClient getSessionHosts()
Gets the SessionHostsClient object to access its operations.
Returns:
getStartMenuItems
public abstract StartMenuItemsClient getStartMenuItems()
Gets the StartMenuItemsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns:
getUserSessions
public abstract UserSessionsClient getUserSessions()
Gets the UserSessionsClient object to access its operations.
Returns:
getWorkspaces
public abstract WorkspacesClient getWorkspaces()
Gets the WorkspacesClient object to access its operations.
Returns: