@azure/arm-desktopvirtualization 1.0.0-beta.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -14
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +2105 -1945
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsCreateOrUpdateSample.js +12 -8
- package/dist-esm/samples-dev/applicationGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/applicationGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsGetSample.js +12 -4
- package/dist-esm/samples-dev/applicationGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsListByResourceGroupSample.js +19 -5
- package/dist-esm/samples-dev/applicationGroupsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsListBySubscriptionSample.js +11 -3
- package/dist-esm/samples-dev/applicationGroupsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/applicationGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +12 -4
- package/dist-esm/samples-dev/applicationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsListSample.js +21 -5
- package/dist-esm/samples-dev/applicationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/applicationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/desktopsGetSample.js +12 -4
- package/dist-esm/samples-dev/desktopsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/desktopsListSample.js +21 -5
- package/dist-esm/samples-dev/desktopsListSample.js.map +1 -1
- package/dist-esm/samples-dev/desktopsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/desktopsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsCreateOrUpdateSample.js +21 -9
- package/dist-esm/samples-dev/hostPoolsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/hostPoolsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsGetSample.js +12 -4
- package/dist-esm/samples-dev/hostPoolsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsListByResourceGroupSample.js +21 -5
- package/dist-esm/samples-dev/hostPoolsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsListSample.js +20 -4
- package/dist-esm/samples-dev/hostPoolsListSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsRetrieveRegistrationTokenSample.js +12 -4
- package/dist-esm/samples-dev/hostPoolsRetrieveRegistrationTokenSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsUpdateSample.js +21 -5
- package/dist-esm/samples-dev/hostPoolsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/msixImagesExpandSample.js +12 -4
- package/dist-esm/samples-dev/msixImagesExpandSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/msixPackagesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/msixPackagesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesGetSample.js +12 -4
- package/dist-esm/samples-dev/msixPackagesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesListSample.js +21 -5
- package/dist-esm/samples-dev/msixPackagesListSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesUpdateSample.js +12 -4
- package/dist-esm/samples-dev/msixPackagesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.js +58 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.js +40 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{privateEndpointConnectionsListByWorkspaceSample.js → scalingPlanPooledSchedulesListSample.js} +26 -10
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesListSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.js +52 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlansCreateSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansDeleteSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansGetSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansGetSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansListByHostPoolSample.js +21 -5
- package/dist-esm/samples-dev/scalingPlansListByHostPoolSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansListByResourceGroupSample.js +21 -5
- package/dist-esm/samples-dev/scalingPlansListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansListBySubscriptionSample.js +20 -4
- package/dist-esm/samples-dev/scalingPlansListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansUpdateSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/sessionHostsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsGetSample.js +12 -4
- package/dist-esm/samples-dev/sessionHostsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsListSample.js +21 -5
- package/dist-esm/samples-dev/sessionHostsListSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsUpdateSample.js +14 -5
- package/dist-esm/samples-dev/sessionHostsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/startMenuItemsListSample.js +12 -4
- package/dist-esm/samples-dev/startMenuItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsDisconnectSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsDisconnectSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsGetSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsListByHostPoolSample.js +21 -5
- package/dist-esm/samples-dev/userSessionsListByHostPoolSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsListSample.js +21 -5
- package/dist-esm/samples-dev/userSessionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsSendMessageSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsSendMessageSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +12 -4
- package/dist-esm/samples-dev/workspacesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +21 -5
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +12 -5
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -1
- package/dist-esm/src/desktopVirtualizationAPIClient.d.ts +4 -3
- package/dist-esm/src/desktopVirtualizationAPIClient.d.ts.map +1 -1
- package/dist-esm/src/desktopVirtualizationAPIClient.js +52 -22
- package/dist-esm/src/desktopVirtualizationAPIClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +363 -272
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +60 -37
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +7 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +439 -215
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +51 -16
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/applicationGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/applicationGroups.js +44 -17
- package/dist-esm/src/operations/applicationGroups.js.map +1 -1
- package/dist-esm/src/operations/applications.d.ts.map +1 -1
- package/dist-esm/src/operations/applications.js +25 -9
- package/dist-esm/src/operations/applications.js.map +1 -1
- package/dist-esm/src/operations/desktops.d.ts.map +1 -1
- package/dist-esm/src/operations/desktops.js +25 -9
- package/dist-esm/src/operations/desktops.js.map +1 -1
- package/dist-esm/src/operations/hostPools.d.ts.map +1 -1
- package/dist-esm/src/operations/hostPools.js +49 -18
- package/dist-esm/src/operations/hostPools.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/msixImages.d.ts.map +1 -1
- package/dist-esm/src/operations/msixImages.js +19 -8
- package/dist-esm/src/operations/msixImages.js.map +1 -1
- package/dist-esm/src/operations/msixPackages.d.ts.map +1 -1
- package/dist-esm/src/operations/msixPackages.js +25 -9
- package/dist-esm/src/operations/msixPackages.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/scalingPlanPooledSchedules.d.ts +71 -0
- package/dist-esm/src/operations/scalingPlanPooledSchedules.d.ts.map +1 -0
- package/dist-esm/src/operations/scalingPlanPooledSchedules.js +294 -0
- package/dist-esm/src/operations/scalingPlanPooledSchedules.js.map +1 -0
- package/dist-esm/src/operations/scalingPlans.d.ts.map +1 -1
- package/dist-esm/src/operations/scalingPlans.js +73 -27
- package/dist-esm/src/operations/scalingPlans.js.map +1 -1
- package/dist-esm/src/operations/sessionHosts.d.ts.map +1 -1
- package/dist-esm/src/operations/sessionHosts.js +25 -9
- package/dist-esm/src/operations/sessionHosts.js.map +1 -1
- package/dist-esm/src/operations/startMenuItems.d.ts.map +1 -1
- package/dist-esm/src/operations/startMenuItems.js +25 -9
- package/dist-esm/src/operations/startMenuItems.js.map +1 -1
- package/dist-esm/src/operations/userSessions.d.ts.map +1 -1
- package/dist-esm/src/operations/userSessions.js +50 -18
- package/dist-esm/src/operations/userSessions.js.map +1 -1
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -1
- package/dist-esm/src/operations/workspaces.js +43 -17
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/scalingPlanPooledSchedules.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/scalingPlanPooledSchedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateEndpointConnections.js → scalingPlanPooledSchedules.js} +1 -1
- package/dist-esm/src/operationsInterfaces/scalingPlanPooledSchedules.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/sampleTest.js +11 -13
- package/dist-esm/test/sampleTest.js.map +1 -1
- package/package.json +20 -15
- package/review/arm-desktopvirtualization.api.md +309 -387
- package/src/desktopVirtualizationAPIClient.ts +67 -31
- package/src/index.ts +1 -0
- package/src/models/index.ts +416 -332
- package/src/models/mappers.ts +497 -249
- package/src/models/parameters.ts +59 -19
- package/src/operations/applicationGroups.ts +53 -20
- package/src/operations/applications.ts +33 -15
- package/src/operations/desktops.ts +33 -15
- package/src/operations/hostPools.ts +58 -21
- package/src/operations/index.ts +1 -2
- package/src/operations/msixImages.ts +27 -14
- package/src/operations/msixPackages.ts +33 -11
- package/src/operations/operations.ts +21 -9
- package/src/operations/scalingPlanPooledSchedules.ts +393 -0
- package/src/operations/scalingPlans.ts +89 -35
- package/src/operations/sessionHosts.ts +33 -11
- package/src/operations/startMenuItems.ts +32 -14
- package/src/operations/userSessions.ts +66 -30
- package/src/operations/workspaces.ts +52 -20
- package/src/operationsInterfaces/index.ts +1 -2
- package/src/operationsInterfaces/scalingPlanPooledSchedules.ts +90 -0
- package/src/pagingHelper.ts +39 -0
- package/types/arm-desktopvirtualization.d.ts +438 -406
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.js +0 -45
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.js +0 -45
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.js +0 -45
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -118
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -483
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -62
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -249
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -76
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/src/operations/privateEndpointConnections.ts +0 -652
- package/src/operations/privateLinkResources.ts +0 -344
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -140
- package/src/operationsInterfaces/privateLinkResources.ts +0 -41
|
@@ -9,36 +9,51 @@ import * as coreClient from '@azure/core-client';
|
|
|
9
9
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
10
|
|
|
11
11
|
// @public
|
|
12
|
-
export
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
export interface AgentUpdatePatchProperties {
|
|
13
|
+
maintenanceWindows?: MaintenanceWindowPatchProperties[];
|
|
14
|
+
maintenanceWindowTimeZone?: string;
|
|
15
|
+
type?: SessionHostComponentUpdateType;
|
|
16
|
+
useSessionHostLocalTime?: boolean;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface AgentUpdateProperties {
|
|
21
|
+
maintenanceWindows?: MaintenanceWindowProperties[];
|
|
22
|
+
maintenanceWindowTimeZone?: string;
|
|
23
|
+
type?: SessionHostComponentUpdateType;
|
|
24
|
+
useSessionHostLocalTime?: boolean;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface Application extends Resource {
|
|
29
|
+
applicationType?: RemoteApplicationType;
|
|
30
|
+
commandLineArguments?: string;
|
|
31
|
+
commandLineSetting: CommandLineSetting;
|
|
15
32
|
description?: string;
|
|
16
|
-
friendlyName?: string;
|
|
17
33
|
filePath?: string;
|
|
18
|
-
|
|
34
|
+
friendlyName?: string;
|
|
35
|
+
readonly iconContent?: Uint8Array;
|
|
36
|
+
readonly iconHash?: string;
|
|
37
|
+
iconIndex?: number;
|
|
38
|
+
iconPath?: string;
|
|
19
39
|
msixPackageApplicationId?: string;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
commandLineArguments?: string;
|
|
40
|
+
msixPackageFamilyName?: string;
|
|
41
|
+
readonly objectId?: string;
|
|
23
42
|
showInPortal?: boolean;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
readonly iconHash?: string;
|
|
27
|
-
readonly iconContent?: Uint8Array;
|
|
28
|
-
};
|
|
43
|
+
readonly systemData?: SystemData;
|
|
44
|
+
}
|
|
29
45
|
|
|
30
46
|
// @public
|
|
31
|
-
export
|
|
32
|
-
|
|
33
|
-
readonly
|
|
47
|
+
export interface ApplicationGroup extends ResourceModelWithAllowedPropertySet {
|
|
48
|
+
applicationGroupType: ApplicationGroupType;
|
|
49
|
+
readonly cloudPcResource?: boolean;
|
|
34
50
|
description?: string;
|
|
35
51
|
friendlyName?: string;
|
|
36
52
|
hostPoolArmPath: string;
|
|
53
|
+
readonly objectId?: string;
|
|
54
|
+
readonly systemData?: SystemData;
|
|
37
55
|
readonly workspaceArmPath?: string;
|
|
38
|
-
|
|
39
|
-
migrationRequest?: MigrationRequestProperties;
|
|
40
|
-
readonly cloudPcResource?: boolean;
|
|
41
|
-
};
|
|
56
|
+
}
|
|
42
57
|
|
|
43
58
|
// @public
|
|
44
59
|
export interface ApplicationGroupList {
|
|
@@ -47,13 +62,13 @@ export interface ApplicationGroupList {
|
|
|
47
62
|
}
|
|
48
63
|
|
|
49
64
|
// @public
|
|
50
|
-
export
|
|
65
|
+
export interface ApplicationGroupPatch extends Resource {
|
|
66
|
+
description?: string;
|
|
67
|
+
friendlyName?: string;
|
|
51
68
|
tags?: {
|
|
52
69
|
[propertyName: string]: string;
|
|
53
70
|
};
|
|
54
|
-
|
|
55
|
-
friendlyName?: string;
|
|
56
|
-
};
|
|
71
|
+
}
|
|
57
72
|
|
|
58
73
|
// @public
|
|
59
74
|
export interface ApplicationGroups {
|
|
@@ -85,7 +100,6 @@ export type ApplicationGroupsGetResponse = ApplicationGroup;
|
|
|
85
100
|
|
|
86
101
|
// @public
|
|
87
102
|
export interface ApplicationGroupsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
88
|
-
filter?: string;
|
|
89
103
|
}
|
|
90
104
|
|
|
91
105
|
// @public
|
|
@@ -94,6 +108,9 @@ export type ApplicationGroupsListByResourceGroupNextResponse = ApplicationGroupL
|
|
|
94
108
|
// @public
|
|
95
109
|
export interface ApplicationGroupsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
96
110
|
filter?: string;
|
|
111
|
+
initialSkip?: number;
|
|
112
|
+
isDescending?: boolean;
|
|
113
|
+
pageSize?: number;
|
|
97
114
|
}
|
|
98
115
|
|
|
99
116
|
// @public
|
|
@@ -101,7 +118,6 @@ export type ApplicationGroupsListByResourceGroupResponse = ApplicationGroupList;
|
|
|
101
118
|
|
|
102
119
|
// @public
|
|
103
120
|
export interface ApplicationGroupsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
104
|
-
filter?: string;
|
|
105
121
|
}
|
|
106
122
|
|
|
107
123
|
// @public
|
|
@@ -186,6 +202,9 @@ export type ApplicationsListNextResponse = ApplicationList;
|
|
|
186
202
|
|
|
187
203
|
// @public
|
|
188
204
|
export interface ApplicationsListOptionalParams extends coreClient.OperationOptions {
|
|
205
|
+
initialSkip?: number;
|
|
206
|
+
isDescending?: boolean;
|
|
207
|
+
pageSize?: number;
|
|
189
208
|
}
|
|
190
209
|
|
|
191
210
|
// @public
|
|
@@ -220,14 +239,17 @@ export type CommandLineSetting = string;
|
|
|
220
239
|
export type CreatedByType = string;
|
|
221
240
|
|
|
222
241
|
// @public
|
|
223
|
-
export type
|
|
224
|
-
|
|
225
|
-
|
|
242
|
+
export type DayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
243
|
+
|
|
244
|
+
// @public
|
|
245
|
+
export interface Desktop extends Resource {
|
|
226
246
|
description?: string;
|
|
227
247
|
friendlyName?: string;
|
|
228
|
-
readonly iconHash?: string;
|
|
229
248
|
readonly iconContent?: Uint8Array;
|
|
230
|
-
|
|
249
|
+
readonly iconHash?: string;
|
|
250
|
+
readonly objectId?: string;
|
|
251
|
+
readonly systemData?: SystemData;
|
|
252
|
+
}
|
|
231
253
|
|
|
232
254
|
// @public
|
|
233
255
|
export interface DesktopList {
|
|
@@ -267,6 +289,9 @@ export type DesktopsListNextResponse = DesktopList;
|
|
|
267
289
|
|
|
268
290
|
// @public
|
|
269
291
|
export interface DesktopsListOptionalParams extends coreClient.OperationOptions {
|
|
292
|
+
initialSkip?: number;
|
|
293
|
+
isDescending?: boolean;
|
|
294
|
+
pageSize?: number;
|
|
270
295
|
}
|
|
271
296
|
|
|
272
297
|
// @public
|
|
@@ -302,9 +327,7 @@ export class DesktopVirtualizationAPIClient extends coreClient.ServiceClient {
|
|
|
302
327
|
// (undocumented)
|
|
303
328
|
operations: Operations;
|
|
304
329
|
// (undocumented)
|
|
305
|
-
|
|
306
|
-
// (undocumented)
|
|
307
|
-
privateLinkResources: PrivateLinkResources;
|
|
330
|
+
scalingPlanPooledSchedules: ScalingPlanPooledSchedules;
|
|
308
331
|
// (undocumented)
|
|
309
332
|
scalingPlans: ScalingPlans;
|
|
310
333
|
// (undocumented)
|
|
@@ -327,21 +350,21 @@ export interface DesktopVirtualizationAPIClientOptionalParams extends coreClient
|
|
|
327
350
|
}
|
|
328
351
|
|
|
329
352
|
// @public
|
|
330
|
-
export
|
|
331
|
-
|
|
353
|
+
export interface ExpandMsixImage extends Resource {
|
|
354
|
+
displayName?: string;
|
|
332
355
|
imagePath?: string;
|
|
333
|
-
|
|
356
|
+
isActive?: boolean;
|
|
357
|
+
isRegularRegistration?: boolean;
|
|
358
|
+
lastUpdated?: Date;
|
|
359
|
+
packageAlias?: string;
|
|
360
|
+
packageApplications?: MsixPackageApplications[];
|
|
361
|
+
packageDependencies?: MsixPackageDependencies[];
|
|
334
362
|
packageFamilyName?: string;
|
|
335
363
|
packageFullName?: string;
|
|
336
|
-
|
|
364
|
+
packageName?: string;
|
|
337
365
|
packageRelativePath?: string;
|
|
338
|
-
isRegularRegistration?: boolean;
|
|
339
|
-
isActive?: boolean;
|
|
340
|
-
packageDependencies?: MsixPackageDependencies[];
|
|
341
366
|
version?: string;
|
|
342
|
-
|
|
343
|
-
packageApplications?: MsixPackageApplications[];
|
|
344
|
-
};
|
|
367
|
+
}
|
|
345
368
|
|
|
346
369
|
// @public
|
|
347
370
|
export interface ExpandMsixImageList {
|
|
@@ -349,6 +372,9 @@ export interface ExpandMsixImageList {
|
|
|
349
372
|
value?: ExpandMsixImage[];
|
|
350
373
|
}
|
|
351
374
|
|
|
375
|
+
// @public
|
|
376
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
377
|
+
|
|
352
378
|
// @public
|
|
353
379
|
export type HealthCheckName = string;
|
|
354
380
|
|
|
@@ -356,31 +382,30 @@ export type HealthCheckName = string;
|
|
|
356
382
|
export type HealthCheckResult = string;
|
|
357
383
|
|
|
358
384
|
// @public
|
|
359
|
-
export
|
|
360
|
-
|
|
361
|
-
readonly
|
|
362
|
-
|
|
385
|
+
export interface HostPool extends ResourceModelWithAllowedPropertySet {
|
|
386
|
+
agentUpdate?: AgentUpdateProperties;
|
|
387
|
+
readonly applicationGroupReferences?: string[];
|
|
388
|
+
readonly cloudPcResource?: boolean;
|
|
389
|
+
customRdpProperty?: string;
|
|
363
390
|
description?: string;
|
|
391
|
+
friendlyName?: string;
|
|
364
392
|
hostPoolType: HostPoolType;
|
|
365
|
-
personalDesktopAssignmentType?: PersonalDesktopAssignmentType;
|
|
366
|
-
customRdpProperty?: string;
|
|
367
|
-
maxSessionLimit?: number;
|
|
368
393
|
loadBalancerType: LoadBalancerType;
|
|
369
|
-
|
|
370
|
-
|
|
394
|
+
maxSessionLimit?: number;
|
|
395
|
+
readonly objectId?: string;
|
|
396
|
+
personalDesktopAssignmentType?: PersonalDesktopAssignmentType;
|
|
397
|
+
preferredAppGroupType: PreferredAppGroupType;
|
|
371
398
|
registrationInfo?: RegistrationInfo;
|
|
372
|
-
|
|
373
|
-
readonly applicationGroupReferences?: string[];
|
|
399
|
+
ring?: number;
|
|
374
400
|
ssoadfsAuthority?: string;
|
|
375
401
|
ssoClientId?: string;
|
|
376
402
|
ssoClientSecretKeyVaultPath?: string;
|
|
377
403
|
ssoSecretType?: SSOSecretType;
|
|
378
|
-
preferredAppGroupType: PreferredAppGroupType;
|
|
379
404
|
startVMOnConnect?: boolean;
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
}
|
|
405
|
+
readonly systemData?: SystemData;
|
|
406
|
+
validationEnvironment?: boolean;
|
|
407
|
+
vmTemplate?: string;
|
|
408
|
+
}
|
|
384
409
|
|
|
385
410
|
// @public
|
|
386
411
|
export interface HostPoolList {
|
|
@@ -389,28 +414,28 @@ export interface HostPoolList {
|
|
|
389
414
|
}
|
|
390
415
|
|
|
391
416
|
// @public
|
|
392
|
-
export
|
|
393
|
-
|
|
394
|
-
[propertyName: string]: string;
|
|
395
|
-
};
|
|
396
|
-
friendlyName?: string;
|
|
397
|
-
description?: string;
|
|
417
|
+
export interface HostPoolPatch extends Resource {
|
|
418
|
+
agentUpdate?: AgentUpdatePatchProperties;
|
|
398
419
|
customRdpProperty?: string;
|
|
420
|
+
description?: string;
|
|
421
|
+
friendlyName?: string;
|
|
422
|
+
loadBalancerType?: LoadBalancerType;
|
|
399
423
|
maxSessionLimit?: number;
|
|
400
424
|
personalDesktopAssignmentType?: PersonalDesktopAssignmentType;
|
|
401
|
-
|
|
402
|
-
ring?: number;
|
|
403
|
-
validationEnvironment?: boolean;
|
|
425
|
+
preferredAppGroupType?: PreferredAppGroupType;
|
|
404
426
|
registrationInfo?: RegistrationInfoPatch;
|
|
405
|
-
|
|
427
|
+
ring?: number;
|
|
406
428
|
ssoadfsAuthority?: string;
|
|
407
429
|
ssoClientId?: string;
|
|
408
430
|
ssoClientSecretKeyVaultPath?: string;
|
|
409
431
|
ssoSecretType?: SSOSecretType;
|
|
410
|
-
preferredAppGroupType?: PreferredAppGroupType;
|
|
411
432
|
startVMOnConnect?: boolean;
|
|
412
|
-
|
|
413
|
-
|
|
433
|
+
tags?: {
|
|
434
|
+
[propertyName: string]: string;
|
|
435
|
+
};
|
|
436
|
+
validationEnvironment?: boolean;
|
|
437
|
+
vmTemplate?: string;
|
|
438
|
+
}
|
|
414
439
|
|
|
415
440
|
// @public
|
|
416
441
|
export interface HostPools {
|
|
@@ -451,6 +476,9 @@ export type HostPoolsListByResourceGroupNextResponse = HostPoolList;
|
|
|
451
476
|
|
|
452
477
|
// @public
|
|
453
478
|
export interface HostPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
479
|
+
initialSkip?: number;
|
|
480
|
+
isDescending?: boolean;
|
|
481
|
+
pageSize?: number;
|
|
454
482
|
}
|
|
455
483
|
|
|
456
484
|
// @public
|
|
@@ -465,6 +493,9 @@ export type HostPoolsListNextResponse = HostPoolList;
|
|
|
465
493
|
|
|
466
494
|
// @public
|
|
467
495
|
export interface HostPoolsListOptionalParams extends coreClient.OperationOptions {
|
|
496
|
+
initialSkip?: number;
|
|
497
|
+
isDescending?: boolean;
|
|
498
|
+
pageSize?: number;
|
|
468
499
|
}
|
|
469
500
|
|
|
470
501
|
// @public
|
|
@@ -497,39 +528,28 @@ export interface Identity {
|
|
|
497
528
|
|
|
498
529
|
// @public
|
|
499
530
|
export enum KnownApplicationGroupType {
|
|
500
|
-
// (undocumented)
|
|
501
531
|
Desktop = "Desktop",
|
|
502
|
-
// (undocumented)
|
|
503
532
|
RemoteApp = "RemoteApp"
|
|
504
533
|
}
|
|
505
534
|
|
|
506
535
|
// @public
|
|
507
536
|
export enum KnownApplicationType {
|
|
508
|
-
// (undocumented)
|
|
509
537
|
Desktop = "Desktop",
|
|
510
|
-
// (undocumented)
|
|
511
538
|
RemoteApp = "RemoteApp"
|
|
512
539
|
}
|
|
513
540
|
|
|
514
541
|
// @public
|
|
515
542
|
export enum KnownCommandLineSetting {
|
|
516
|
-
// (undocumented)
|
|
517
543
|
Allow = "Allow",
|
|
518
|
-
// (undocumented)
|
|
519
544
|
DoNotAllow = "DoNotAllow",
|
|
520
|
-
// (undocumented)
|
|
521
545
|
Require = "Require"
|
|
522
546
|
}
|
|
523
547
|
|
|
524
548
|
// @public
|
|
525
549
|
export enum KnownCreatedByType {
|
|
526
|
-
// (undocumented)
|
|
527
550
|
Application = "Application",
|
|
528
|
-
// (undocumented)
|
|
529
551
|
Key = "Key",
|
|
530
|
-
// (undocumented)
|
|
531
552
|
ManagedIdentity = "ManagedIdentity",
|
|
532
|
-
// (undocumented)
|
|
533
553
|
User = "User"
|
|
534
554
|
}
|
|
535
555
|
|
|
@@ -565,86 +585,34 @@ export enum KnownHostPoolType {
|
|
|
565
585
|
|
|
566
586
|
// @public
|
|
567
587
|
export enum KnownLoadBalancerType {
|
|
568
|
-
// (undocumented)
|
|
569
588
|
BreadthFirst = "BreadthFirst",
|
|
570
|
-
// (undocumented)
|
|
571
589
|
DepthFirst = "DepthFirst",
|
|
572
|
-
// (undocumented)
|
|
573
590
|
Persistent = "Persistent"
|
|
574
591
|
}
|
|
575
592
|
|
|
576
|
-
// @public
|
|
577
|
-
export enum KnownOperation {
|
|
578
|
-
Complete = "Complete",
|
|
579
|
-
Hide = "Hide",
|
|
580
|
-
Revoke = "Revoke",
|
|
581
|
-
Start = "Start",
|
|
582
|
-
Unhide = "Unhide"
|
|
583
|
-
}
|
|
584
|
-
|
|
585
593
|
// @public
|
|
586
594
|
export enum KnownPersonalDesktopAssignmentType {
|
|
587
|
-
// (undocumented)
|
|
588
595
|
Automatic = "Automatic",
|
|
589
|
-
// (undocumented)
|
|
590
596
|
Direct = "Direct"
|
|
591
597
|
}
|
|
592
598
|
|
|
593
599
|
// @public
|
|
594
600
|
export enum KnownPreferredAppGroupType {
|
|
595
|
-
// (undocumented)
|
|
596
601
|
Desktop = "Desktop",
|
|
597
|
-
// (undocumented)
|
|
598
602
|
None = "None",
|
|
599
|
-
// (undocumented)
|
|
600
603
|
RailApplications = "RailApplications"
|
|
601
604
|
}
|
|
602
605
|
|
|
603
|
-
// @public
|
|
604
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
605
|
-
// (undocumented)
|
|
606
|
-
Creating = "Creating",
|
|
607
|
-
// (undocumented)
|
|
608
|
-
Deleting = "Deleting",
|
|
609
|
-
// (undocumented)
|
|
610
|
-
Failed = "Failed",
|
|
611
|
-
// (undocumented)
|
|
612
|
-
Succeeded = "Succeeded"
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
// @public
|
|
616
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
617
|
-
// (undocumented)
|
|
618
|
-
Approved = "Approved",
|
|
619
|
-
// (undocumented)
|
|
620
|
-
Pending = "Pending",
|
|
621
|
-
// (undocumented)
|
|
622
|
-
Rejected = "Rejected"
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
// @public
|
|
626
|
-
export enum KnownPublicNetworkAccess {
|
|
627
|
-
// (undocumented)
|
|
628
|
-
Disabled = "Disabled",
|
|
629
|
-
// (undocumented)
|
|
630
|
-
Enabled = "Enabled"
|
|
631
|
-
}
|
|
632
|
-
|
|
633
606
|
// @public
|
|
634
607
|
export enum KnownRegistrationTokenOperation {
|
|
635
|
-
// (undocumented)
|
|
636
608
|
Delete = "Delete",
|
|
637
|
-
// (undocumented)
|
|
638
609
|
None = "None",
|
|
639
|
-
// (undocumented)
|
|
640
610
|
Update = "Update"
|
|
641
611
|
}
|
|
642
612
|
|
|
643
613
|
// @public
|
|
644
614
|
export enum KnownRemoteApplicationType {
|
|
645
|
-
// (undocumented)
|
|
646
615
|
InBuilt = "InBuilt",
|
|
647
|
-
// (undocumented)
|
|
648
616
|
MsixApplication = "MsixApplication"
|
|
649
617
|
}
|
|
650
618
|
|
|
@@ -655,55 +623,42 @@ export enum KnownScalingHostPoolType {
|
|
|
655
623
|
|
|
656
624
|
// @public
|
|
657
625
|
export enum KnownScalingScheduleDaysOfWeekItem {
|
|
658
|
-
// (undocumented)
|
|
659
626
|
Friday = "Friday",
|
|
660
|
-
// (undocumented)
|
|
661
627
|
Monday = "Monday",
|
|
662
|
-
// (undocumented)
|
|
663
628
|
Saturday = "Saturday",
|
|
664
|
-
// (undocumented)
|
|
665
629
|
Sunday = "Sunday",
|
|
666
|
-
// (undocumented)
|
|
667
630
|
Thursday = "Thursday",
|
|
668
|
-
// (undocumented)
|
|
669
631
|
Tuesday = "Tuesday",
|
|
670
|
-
// (undocumented)
|
|
671
632
|
Wednesday = "Wednesday"
|
|
672
633
|
}
|
|
673
634
|
|
|
635
|
+
// @public
|
|
636
|
+
export enum KnownSessionHostComponentUpdateType {
|
|
637
|
+
Default = "Default",
|
|
638
|
+
Scheduled = "Scheduled"
|
|
639
|
+
}
|
|
640
|
+
|
|
674
641
|
// @public
|
|
675
642
|
export enum KnownSessionHostLoadBalancingAlgorithm {
|
|
676
|
-
// (undocumented)
|
|
677
643
|
BreadthFirst = "BreadthFirst",
|
|
678
|
-
// (undocumented)
|
|
679
644
|
DepthFirst = "DepthFirst"
|
|
680
645
|
}
|
|
681
646
|
|
|
682
647
|
// @public
|
|
683
648
|
export enum KnownSessionState {
|
|
684
|
-
// (undocumented)
|
|
685
649
|
Active = "Active",
|
|
686
|
-
// (undocumented)
|
|
687
650
|
Disconnected = "Disconnected",
|
|
688
|
-
// (undocumented)
|
|
689
651
|
LogOff = "LogOff",
|
|
690
|
-
// (undocumented)
|
|
691
652
|
Pending = "Pending",
|
|
692
|
-
// (undocumented)
|
|
693
653
|
Unknown = "Unknown",
|
|
694
|
-
// (undocumented)
|
|
695
654
|
UserProfileDiskMounted = "UserProfileDiskMounted"
|
|
696
655
|
}
|
|
697
656
|
|
|
698
657
|
// @public
|
|
699
658
|
export enum KnownSSOSecretType {
|
|
700
|
-
// (undocumented)
|
|
701
659
|
Certificate = "Certificate",
|
|
702
|
-
// (undocumented)
|
|
703
660
|
CertificateInKeyVault = "CertificateInKeyVault",
|
|
704
|
-
// (undocumented)
|
|
705
661
|
SharedKey = "SharedKey",
|
|
706
|
-
// (undocumented)
|
|
707
662
|
SharedKeyInKeyVault = "SharedKeyInKeyVault"
|
|
708
663
|
}
|
|
709
664
|
|
|
@@ -725,23 +680,16 @@ export enum KnownStatus {
|
|
|
725
680
|
|
|
726
681
|
// @public
|
|
727
682
|
export enum KnownStopHostsWhen {
|
|
728
|
-
// (undocumented)
|
|
729
683
|
ZeroActiveSessions = "ZeroActiveSessions",
|
|
730
|
-
// (undocumented)
|
|
731
684
|
ZeroSessions = "ZeroSessions"
|
|
732
685
|
}
|
|
733
686
|
|
|
734
687
|
// @public
|
|
735
688
|
export enum KnownUpdateState {
|
|
736
|
-
// (undocumented)
|
|
737
689
|
Failed = "Failed",
|
|
738
|
-
// (undocumented)
|
|
739
690
|
Initial = "Initial",
|
|
740
|
-
// (undocumented)
|
|
741
691
|
Pending = "Pending",
|
|
742
|
-
// (undocumented)
|
|
743
692
|
Started = "Started",
|
|
744
|
-
// (undocumented)
|
|
745
693
|
Succeeded = "Succeeded"
|
|
746
694
|
}
|
|
747
695
|
|
|
@@ -756,9 +704,15 @@ export interface LogSpecification {
|
|
|
756
704
|
}
|
|
757
705
|
|
|
758
706
|
// @public
|
|
759
|
-
export interface
|
|
760
|
-
|
|
761
|
-
|
|
707
|
+
export interface MaintenanceWindowPatchProperties {
|
|
708
|
+
dayOfWeek?: DayOfWeek;
|
|
709
|
+
hour?: number;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
// @public
|
|
713
|
+
export interface MaintenanceWindowProperties {
|
|
714
|
+
dayOfWeek?: DayOfWeek;
|
|
715
|
+
hour?: number;
|
|
762
716
|
}
|
|
763
717
|
|
|
764
718
|
// @public
|
|
@@ -786,20 +740,20 @@ export interface MsixImageURI {
|
|
|
786
740
|
}
|
|
787
741
|
|
|
788
742
|
// @public
|
|
789
|
-
export
|
|
790
|
-
readonly systemData?: SystemData;
|
|
791
|
-
imagePath?: string;
|
|
792
|
-
packageName?: string;
|
|
793
|
-
packageFamilyName?: string;
|
|
743
|
+
export interface MsixPackage extends Resource {
|
|
794
744
|
displayName?: string;
|
|
795
|
-
|
|
796
|
-
isRegularRegistration?: boolean;
|
|
745
|
+
imagePath?: string;
|
|
797
746
|
isActive?: boolean;
|
|
798
|
-
|
|
799
|
-
version?: string;
|
|
747
|
+
isRegularRegistration?: boolean;
|
|
800
748
|
lastUpdated?: Date;
|
|
801
749
|
packageApplications?: MsixPackageApplications[];
|
|
802
|
-
|
|
750
|
+
packageDependencies?: MsixPackageDependencies[];
|
|
751
|
+
packageFamilyName?: string;
|
|
752
|
+
packageName?: string;
|
|
753
|
+
packageRelativePath?: string;
|
|
754
|
+
readonly systemData?: SystemData;
|
|
755
|
+
version?: string;
|
|
756
|
+
}
|
|
803
757
|
|
|
804
758
|
// @public
|
|
805
759
|
export interface MsixPackageApplications {
|
|
@@ -826,11 +780,11 @@ export interface MsixPackageList {
|
|
|
826
780
|
}
|
|
827
781
|
|
|
828
782
|
// @public
|
|
829
|
-
export
|
|
783
|
+
export interface MsixPackagePatch extends Resource {
|
|
784
|
+
displayName?: string;
|
|
830
785
|
isActive?: boolean;
|
|
831
786
|
isRegularRegistration?: boolean;
|
|
832
|
-
|
|
833
|
-
};
|
|
787
|
+
}
|
|
834
788
|
|
|
835
789
|
// @public
|
|
836
790
|
export interface MsixPackages {
|
|
@@ -868,6 +822,9 @@ export type MsixPackagesListNextResponse = MsixPackageList;
|
|
|
868
822
|
|
|
869
823
|
// @public
|
|
870
824
|
export interface MsixPackagesListOptionalParams extends coreClient.OperationOptions {
|
|
825
|
+
initialSkip?: number;
|
|
826
|
+
isDescending?: boolean;
|
|
827
|
+
pageSize?: number;
|
|
871
828
|
}
|
|
872
829
|
|
|
873
830
|
// @public
|
|
@@ -881,9 +838,6 @@ export interface MsixPackagesUpdateOptionalParams extends coreClient.OperationOp
|
|
|
881
838
|
// @public
|
|
882
839
|
export type MsixPackagesUpdateResponse = MsixPackage;
|
|
883
840
|
|
|
884
|
-
// @public
|
|
885
|
-
export type Operation = string;
|
|
886
|
-
|
|
887
841
|
// @public
|
|
888
842
|
export interface OperationProperties {
|
|
889
843
|
serviceSpecification?: ServiceSpecification;
|
|
@@ -923,168 +877,6 @@ export interface Plan {
|
|
|
923
877
|
// @public
|
|
924
878
|
export type PreferredAppGroupType = string;
|
|
925
879
|
|
|
926
|
-
// @public
|
|
927
|
-
export interface PrivateEndpoint {
|
|
928
|
-
readonly id?: string;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
// @public
|
|
932
|
-
export type PrivateEndpointConnection = Resource & {
|
|
933
|
-
privateEndpoint?: PrivateEndpoint;
|
|
934
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
935
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
936
|
-
};
|
|
937
|
-
|
|
938
|
-
// @public
|
|
939
|
-
export interface PrivateEndpointConnectionListResultWithSystemData {
|
|
940
|
-
readonly nextLink?: string;
|
|
941
|
-
value?: PrivateEndpointConnectionWithSystemData[];
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
// @public
|
|
945
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
946
|
-
|
|
947
|
-
// @public
|
|
948
|
-
export interface PrivateEndpointConnections {
|
|
949
|
-
deleteByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteByHostPoolOptionalParams): Promise<void>;
|
|
950
|
-
deleteByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams): Promise<void>;
|
|
951
|
-
getByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetByHostPoolOptionalParams): Promise<PrivateEndpointConnectionsGetByHostPoolResponse>;
|
|
952
|
-
getByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetByWorkspaceOptionalParams): Promise<PrivateEndpointConnectionsGetByWorkspaceResponse>;
|
|
953
|
-
listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateEndpointConnectionsListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionWithSystemData>;
|
|
954
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionWithSystemData>;
|
|
955
|
-
updateByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, connection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateByHostPoolOptionalParams): Promise<PrivateEndpointConnectionsUpdateByHostPoolResponse>;
|
|
956
|
-
updateByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, connection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams): Promise<PrivateEndpointConnectionsUpdateByWorkspaceResponse>;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
// @public
|
|
960
|
-
export interface PrivateEndpointConnectionsDeleteByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
// @public
|
|
964
|
-
export interface PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
// @public
|
|
968
|
-
export interface PrivateEndpointConnectionsGetByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
// @public
|
|
972
|
-
export type PrivateEndpointConnectionsGetByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
973
|
-
|
|
974
|
-
// @public
|
|
975
|
-
export interface PrivateEndpointConnectionsGetByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
// @public
|
|
979
|
-
export type PrivateEndpointConnectionsGetByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
980
|
-
|
|
981
|
-
// @public
|
|
982
|
-
export interface PrivateEndpointConnectionsListByHostPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
// @public
|
|
986
|
-
export type PrivateEndpointConnectionsListByHostPoolNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
987
|
-
|
|
988
|
-
// @public
|
|
989
|
-
export interface PrivateEndpointConnectionsListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
// @public
|
|
993
|
-
export type PrivateEndpointConnectionsListByHostPoolResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
994
|
-
|
|
995
|
-
// @public
|
|
996
|
-
export interface PrivateEndpointConnectionsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
// @public
|
|
1000
|
-
export type PrivateEndpointConnectionsListByWorkspaceNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
1001
|
-
|
|
1002
|
-
// @public
|
|
1003
|
-
export interface PrivateEndpointConnectionsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
// @public
|
|
1007
|
-
export type PrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
1008
|
-
|
|
1009
|
-
// @public
|
|
1010
|
-
export interface PrivateEndpointConnectionsUpdateByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
// @public
|
|
1014
|
-
export type PrivateEndpointConnectionsUpdateByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
1015
|
-
|
|
1016
|
-
// @public
|
|
1017
|
-
export interface PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
// @public
|
|
1021
|
-
export type PrivateEndpointConnectionsUpdateByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
1022
|
-
|
|
1023
|
-
// @public
|
|
1024
|
-
export type PrivateEndpointConnectionWithSystemData = PrivateEndpointConnection & {
|
|
1025
|
-
readonly systemData?: SystemData;
|
|
1026
|
-
};
|
|
1027
|
-
|
|
1028
|
-
// @public
|
|
1029
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1030
|
-
|
|
1031
|
-
// @public
|
|
1032
|
-
export type PrivateLinkResource = Resource & {
|
|
1033
|
-
readonly groupId?: string;
|
|
1034
|
-
readonly requiredMembers?: string[];
|
|
1035
|
-
requiredZoneNames?: string[];
|
|
1036
|
-
};
|
|
1037
|
-
|
|
1038
|
-
// @public
|
|
1039
|
-
export interface PrivateLinkResourceListResult {
|
|
1040
|
-
readonly nextLink?: string;
|
|
1041
|
-
value?: PrivateLinkResource[];
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
// @public
|
|
1045
|
-
export interface PrivateLinkResources {
|
|
1046
|
-
listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateLinkResourcesListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1047
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
// @public
|
|
1051
|
-
export interface PrivateLinkResourcesListByHostPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
// @public
|
|
1055
|
-
export type PrivateLinkResourcesListByHostPoolNextResponse = PrivateLinkResourceListResult;
|
|
1056
|
-
|
|
1057
|
-
// @public
|
|
1058
|
-
export interface PrivateLinkResourcesListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
// @public
|
|
1062
|
-
export type PrivateLinkResourcesListByHostPoolResponse = PrivateLinkResourceListResult;
|
|
1063
|
-
|
|
1064
|
-
// @public
|
|
1065
|
-
export interface PrivateLinkResourcesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
// @public
|
|
1069
|
-
export type PrivateLinkResourcesListByWorkspaceNextResponse = PrivateLinkResourceListResult;
|
|
1070
|
-
|
|
1071
|
-
// @public
|
|
1072
|
-
export interface PrivateLinkResourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
// @public
|
|
1076
|
-
export type PrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResult;
|
|
1077
|
-
|
|
1078
|
-
// @public
|
|
1079
|
-
export interface PrivateLinkServiceConnectionState {
|
|
1080
|
-
actionsRequired?: string;
|
|
1081
|
-
description?: string;
|
|
1082
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
// @public
|
|
1086
|
-
export type PublicNetworkAccess = string;
|
|
1087
|
-
|
|
1088
880
|
// @public
|
|
1089
881
|
export interface RegistrationInfo {
|
|
1090
882
|
expirationTime?: Date;
|
|
@@ -1132,13 +924,16 @@ export interface ResourceModelWithAllowedPropertySet {
|
|
|
1132
924
|
}
|
|
1133
925
|
|
|
1134
926
|
// @public (undocumented)
|
|
1135
|
-
export
|
|
927
|
+
export interface ResourceModelWithAllowedPropertySetIdentity extends Identity {
|
|
928
|
+
}
|
|
1136
929
|
|
|
1137
930
|
// @public (undocumented)
|
|
1138
|
-
export
|
|
931
|
+
export interface ResourceModelWithAllowedPropertySetPlan extends Plan {
|
|
932
|
+
}
|
|
1139
933
|
|
|
1140
934
|
// @public (undocumented)
|
|
1141
|
-
export
|
|
935
|
+
export interface ResourceModelWithAllowedPropertySetSku extends Sku {
|
|
936
|
+
}
|
|
1142
937
|
|
|
1143
938
|
// @public
|
|
1144
939
|
export interface ResourceProviderOperation {
|
|
@@ -1172,17 +967,17 @@ export interface ScalingHostPoolReference {
|
|
|
1172
967
|
export type ScalingHostPoolType = string;
|
|
1173
968
|
|
|
1174
969
|
// @public
|
|
1175
|
-
export
|
|
1176
|
-
readonly systemData?: SystemData;
|
|
1177
|
-
readonly objectId?: string;
|
|
970
|
+
export interface ScalingPlan extends ResourceModelWithAllowedPropertySet {
|
|
1178
971
|
description?: string;
|
|
972
|
+
exclusionTag?: string;
|
|
1179
973
|
friendlyName?: string;
|
|
1180
|
-
|
|
974
|
+
hostPoolReferences?: ScalingHostPoolReference[];
|
|
1181
975
|
hostPoolType?: ScalingHostPoolType;
|
|
1182
|
-
|
|
976
|
+
readonly objectId?: string;
|
|
1183
977
|
schedules?: ScalingSchedule[];
|
|
1184
|
-
|
|
1185
|
-
|
|
978
|
+
readonly systemData?: SystemData;
|
|
979
|
+
timeZone: string;
|
|
980
|
+
}
|
|
1186
981
|
|
|
1187
982
|
// @public
|
|
1188
983
|
export interface ScalingPlanList {
|
|
@@ -1203,6 +998,107 @@ export interface ScalingPlanPatch {
|
|
|
1203
998
|
timeZone?: string;
|
|
1204
999
|
}
|
|
1205
1000
|
|
|
1001
|
+
// @public
|
|
1002
|
+
export interface ScalingPlanPooledSchedule extends Resource {
|
|
1003
|
+
daysOfWeek?: DayOfWeek[];
|
|
1004
|
+
offPeakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1005
|
+
offPeakStartTime?: Time;
|
|
1006
|
+
peakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1007
|
+
peakStartTime?: Time;
|
|
1008
|
+
rampDownCapacityThresholdPct?: number;
|
|
1009
|
+
rampDownForceLogoffUsers?: boolean;
|
|
1010
|
+
rampDownLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1011
|
+
rampDownMinimumHostsPct?: number;
|
|
1012
|
+
rampDownNotificationMessage?: string;
|
|
1013
|
+
rampDownStartTime?: Time;
|
|
1014
|
+
rampDownStopHostsWhen?: StopHostsWhen;
|
|
1015
|
+
rampDownWaitTimeMinutes?: number;
|
|
1016
|
+
rampUpCapacityThresholdPct?: number;
|
|
1017
|
+
rampUpLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1018
|
+
rampUpMinimumHostsPct?: number;
|
|
1019
|
+
rampUpStartTime?: Time;
|
|
1020
|
+
readonly systemData?: SystemData;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
// @public
|
|
1024
|
+
export interface ScalingPlanPooledScheduleList {
|
|
1025
|
+
readonly nextLink?: string;
|
|
1026
|
+
value?: ScalingPlanPooledSchedule[];
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
// @public
|
|
1030
|
+
export interface ScalingPlanPooledSchedulePatch extends Resource {
|
|
1031
|
+
daysOfWeek?: DayOfWeek[];
|
|
1032
|
+
offPeakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1033
|
+
offPeakStartTime?: Time;
|
|
1034
|
+
peakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1035
|
+
peakStartTime?: Time;
|
|
1036
|
+
rampDownCapacityThresholdPct?: number;
|
|
1037
|
+
rampDownForceLogoffUsers?: boolean;
|
|
1038
|
+
rampDownLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1039
|
+
rampDownMinimumHostsPct?: number;
|
|
1040
|
+
rampDownNotificationMessage?: string;
|
|
1041
|
+
rampDownStartTime?: Time;
|
|
1042
|
+
rampDownStopHostsWhen?: StopHostsWhen;
|
|
1043
|
+
rampDownWaitTimeMinutes?: number;
|
|
1044
|
+
rampUpCapacityThresholdPct?: number;
|
|
1045
|
+
rampUpLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1046
|
+
rampUpMinimumHostsPct?: number;
|
|
1047
|
+
rampUpStartTime?: Time;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
// @public
|
|
1051
|
+
export interface ScalingPlanPooledSchedules {
|
|
1052
|
+
create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedulesCreateResponse>;
|
|
1053
|
+
delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesDeleteOptionalParams): Promise<void>;
|
|
1054
|
+
get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedulesGetResponse>;
|
|
1055
|
+
list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule>;
|
|
1056
|
+
update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedulesUpdateResponse>;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
// @public
|
|
1060
|
+
export interface ScalingPlanPooledSchedulesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
// @public
|
|
1064
|
+
export type ScalingPlanPooledSchedulesCreateResponse = ScalingPlanPooledSchedule;
|
|
1065
|
+
|
|
1066
|
+
// @public
|
|
1067
|
+
export interface ScalingPlanPooledSchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
// @public
|
|
1071
|
+
export interface ScalingPlanPooledSchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
// @public
|
|
1075
|
+
export type ScalingPlanPooledSchedulesGetResponse = ScalingPlanPooledSchedule;
|
|
1076
|
+
|
|
1077
|
+
// @public
|
|
1078
|
+
export interface ScalingPlanPooledSchedulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
// @public
|
|
1082
|
+
export type ScalingPlanPooledSchedulesListNextResponse = ScalingPlanPooledScheduleList;
|
|
1083
|
+
|
|
1084
|
+
// @public
|
|
1085
|
+
export interface ScalingPlanPooledSchedulesListOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
+
initialSkip?: number;
|
|
1087
|
+
isDescending?: boolean;
|
|
1088
|
+
pageSize?: number;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
// @public
|
|
1092
|
+
export type ScalingPlanPooledSchedulesListResponse = ScalingPlanPooledScheduleList;
|
|
1093
|
+
|
|
1094
|
+
// @public
|
|
1095
|
+
export interface ScalingPlanPooledSchedulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
+
scalingPlanSchedule?: ScalingPlanPooledSchedulePatch;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
// @public
|
|
1100
|
+
export type ScalingPlanPooledSchedulesUpdateResponse = ScalingPlanPooledSchedule;
|
|
1101
|
+
|
|
1206
1102
|
// @public
|
|
1207
1103
|
export interface ScalingPlans {
|
|
1208
1104
|
create(resourceGroupName: string, scalingPlanName: string, scalingPlan: ScalingPlan, options?: ScalingPlansCreateOptionalParams): Promise<ScalingPlansCreateResponse>;
|
|
@@ -1241,6 +1137,9 @@ export type ScalingPlansListByHostPoolNextResponse = ScalingPlanList;
|
|
|
1241
1137
|
|
|
1242
1138
|
// @public
|
|
1243
1139
|
export interface ScalingPlansListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1140
|
+
initialSkip?: number;
|
|
1141
|
+
isDescending?: boolean;
|
|
1142
|
+
pageSize?: number;
|
|
1244
1143
|
}
|
|
1245
1144
|
|
|
1246
1145
|
// @public
|
|
@@ -1255,6 +1154,9 @@ export type ScalingPlansListByResourceGroupNextResponse = ScalingPlanList;
|
|
|
1255
1154
|
|
|
1256
1155
|
// @public
|
|
1257
1156
|
export interface ScalingPlansListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1157
|
+
initialSkip?: number;
|
|
1158
|
+
isDescending?: boolean;
|
|
1159
|
+
pageSize?: number;
|
|
1258
1160
|
}
|
|
1259
1161
|
|
|
1260
1162
|
// @public
|
|
@@ -1269,6 +1171,9 @@ export type ScalingPlansListBySubscriptionNextResponse = ScalingPlanList;
|
|
|
1269
1171
|
|
|
1270
1172
|
// @public
|
|
1271
1173
|
export interface ScalingPlansListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1174
|
+
initialSkip?: number;
|
|
1175
|
+
isDescending?: boolean;
|
|
1176
|
+
pageSize?: number;
|
|
1272
1177
|
}
|
|
1273
1178
|
|
|
1274
1179
|
// @public
|
|
@@ -1319,25 +1224,29 @@ export interface ServiceSpecification {
|
|
|
1319
1224
|
}
|
|
1320
1225
|
|
|
1321
1226
|
// @public
|
|
1322
|
-
export
|
|
1323
|
-
readonly systemData?: SystemData;
|
|
1324
|
-
readonly objectId?: string;
|
|
1325
|
-
lastHeartBeat?: Date;
|
|
1326
|
-
sessions?: number;
|
|
1227
|
+
export interface SessionHost extends Resource {
|
|
1327
1228
|
agentVersion?: string;
|
|
1328
1229
|
allowNewSession?: boolean;
|
|
1329
|
-
readonly virtualMachineId?: string;
|
|
1330
|
-
readonly resourceId?: string;
|
|
1331
1230
|
assignedUser?: string;
|
|
1231
|
+
friendlyName?: string;
|
|
1232
|
+
lastHeartBeat?: Date;
|
|
1233
|
+
readonly lastUpdateTime?: Date;
|
|
1234
|
+
readonly objectId?: string;
|
|
1235
|
+
osVersion?: string;
|
|
1236
|
+
readonly resourceId?: string;
|
|
1237
|
+
readonly sessionHostHealthCheckResults?: SessionHostHealthCheckReport[];
|
|
1238
|
+
sessions?: number;
|
|
1332
1239
|
status?: Status;
|
|
1333
1240
|
readonly statusTimestamp?: Date;
|
|
1334
|
-
osVersion?: string;
|
|
1335
1241
|
sxSStackVersion?: string;
|
|
1336
|
-
|
|
1337
|
-
readonly lastUpdateTime?: Date;
|
|
1242
|
+
readonly systemData?: SystemData;
|
|
1338
1243
|
updateErrorMessage?: string;
|
|
1339
|
-
|
|
1340
|
-
|
|
1244
|
+
updateState?: UpdateState;
|
|
1245
|
+
readonly virtualMachineId?: string;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
// @public
|
|
1249
|
+
export type SessionHostComponentUpdateType = string;
|
|
1341
1250
|
|
|
1342
1251
|
// @public
|
|
1343
1252
|
export interface SessionHostHealthCheckFailureDetails {
|
|
@@ -1363,10 +1272,11 @@ export interface SessionHostList {
|
|
|
1363
1272
|
export type SessionHostLoadBalancingAlgorithm = string;
|
|
1364
1273
|
|
|
1365
1274
|
// @public
|
|
1366
|
-
export
|
|
1275
|
+
export interface SessionHostPatch extends Resource {
|
|
1367
1276
|
allowNewSession?: boolean;
|
|
1368
1277
|
assignedUser?: string;
|
|
1369
|
-
|
|
1278
|
+
friendlyName?: string;
|
|
1279
|
+
}
|
|
1370
1280
|
|
|
1371
1281
|
// @public
|
|
1372
1282
|
export interface SessionHosts {
|
|
@@ -1397,6 +1307,9 @@ export type SessionHostsListNextResponse = SessionHostList;
|
|
|
1397
1307
|
|
|
1398
1308
|
// @public
|
|
1399
1309
|
export interface SessionHostsListOptionalParams extends coreClient.OperationOptions {
|
|
1310
|
+
initialSkip?: number;
|
|
1311
|
+
isDescending?: boolean;
|
|
1312
|
+
pageSize?: number;
|
|
1400
1313
|
}
|
|
1401
1314
|
|
|
1402
1315
|
// @public
|
|
@@ -1430,13 +1343,13 @@ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
|
1430
1343
|
export type SSOSecretType = string;
|
|
1431
1344
|
|
|
1432
1345
|
// @public
|
|
1433
|
-
export
|
|
1346
|
+
export interface StartMenuItem extends Resource {
|
|
1434
1347
|
appAlias?: string;
|
|
1435
|
-
filePath?: string;
|
|
1436
1348
|
commandLineArguments?: string;
|
|
1437
|
-
|
|
1349
|
+
filePath?: string;
|
|
1438
1350
|
iconIndex?: number;
|
|
1439
|
-
|
|
1351
|
+
iconPath?: string;
|
|
1352
|
+
}
|
|
1440
1353
|
|
|
1441
1354
|
// @public
|
|
1442
1355
|
export interface StartMenuItemList {
|
|
@@ -1458,6 +1371,9 @@ export type StartMenuItemsListNextResponse = StartMenuItemList;
|
|
|
1458
1371
|
|
|
1459
1372
|
// @public
|
|
1460
1373
|
export interface StartMenuItemsListOptionalParams extends coreClient.OperationOptions {
|
|
1374
|
+
initialSkip?: number;
|
|
1375
|
+
isDescending?: boolean;
|
|
1376
|
+
pageSize?: number;
|
|
1461
1377
|
}
|
|
1462
1378
|
|
|
1463
1379
|
// @public
|
|
@@ -1489,15 +1405,15 @@ export interface Time {
|
|
|
1489
1405
|
export type UpdateState = string;
|
|
1490
1406
|
|
|
1491
1407
|
// @public
|
|
1492
|
-
export
|
|
1493
|
-
readonly systemData?: SystemData;
|
|
1494
|
-
readonly objectId?: string;
|
|
1495
|
-
userPrincipalName?: string;
|
|
1496
|
-
applicationType?: ApplicationType;
|
|
1497
|
-
sessionState?: SessionState;
|
|
1408
|
+
export interface UserSession extends Resource {
|
|
1498
1409
|
activeDirectoryUserName?: string;
|
|
1410
|
+
applicationType?: ApplicationType;
|
|
1499
1411
|
createTime?: Date;
|
|
1500
|
-
|
|
1412
|
+
readonly objectId?: string;
|
|
1413
|
+
sessionState?: SessionState;
|
|
1414
|
+
readonly systemData?: SystemData;
|
|
1415
|
+
userPrincipalName?: string;
|
|
1416
|
+
}
|
|
1501
1417
|
|
|
1502
1418
|
// @public
|
|
1503
1419
|
export interface UserSessionList {
|
|
@@ -1533,7 +1449,6 @@ export type UserSessionsGetResponse = UserSession;
|
|
|
1533
1449
|
|
|
1534
1450
|
// @public
|
|
1535
1451
|
export interface UserSessionsListByHostPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
1536
|
-
filter?: string;
|
|
1537
1452
|
}
|
|
1538
1453
|
|
|
1539
1454
|
// @public
|
|
@@ -1542,6 +1457,9 @@ export type UserSessionsListByHostPoolNextResponse = UserSessionList;
|
|
|
1542
1457
|
// @public
|
|
1543
1458
|
export interface UserSessionsListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1544
1459
|
filter?: string;
|
|
1460
|
+
initialSkip?: number;
|
|
1461
|
+
isDescending?: boolean;
|
|
1462
|
+
pageSize?: number;
|
|
1545
1463
|
}
|
|
1546
1464
|
|
|
1547
1465
|
// @public
|
|
@@ -1556,6 +1474,9 @@ export type UserSessionsListNextResponse = UserSessionList;
|
|
|
1556
1474
|
|
|
1557
1475
|
// @public
|
|
1558
1476
|
export interface UserSessionsListOptionalParams extends coreClient.OperationOptions {
|
|
1477
|
+
initialSkip?: number;
|
|
1478
|
+
isDescending?: boolean;
|
|
1479
|
+
pageSize?: number;
|
|
1559
1480
|
}
|
|
1560
1481
|
|
|
1561
1482
|
// @public
|
|
@@ -1567,15 +1488,14 @@ export interface UserSessionsSendMessageOptionalParams extends coreClient.Operat
|
|
|
1567
1488
|
}
|
|
1568
1489
|
|
|
1569
1490
|
// @public
|
|
1570
|
-
export
|
|
1571
|
-
readonly systemData?: SystemData;
|
|
1572
|
-
readonly objectId?: string;
|
|
1573
|
-
description?: string;
|
|
1574
|
-
friendlyName?: string;
|
|
1491
|
+
export interface Workspace extends ResourceModelWithAllowedPropertySet {
|
|
1575
1492
|
applicationGroupReferences?: string[];
|
|
1576
1493
|
readonly cloudPcResource?: boolean;
|
|
1577
|
-
|
|
1578
|
-
|
|
1494
|
+
description?: string;
|
|
1495
|
+
friendlyName?: string;
|
|
1496
|
+
readonly objectId?: string;
|
|
1497
|
+
readonly systemData?: SystemData;
|
|
1498
|
+
}
|
|
1579
1499
|
|
|
1580
1500
|
// @public
|
|
1581
1501
|
export interface WorkspaceList {
|
|
@@ -1588,7 +1508,6 @@ export interface WorkspacePatch {
|
|
|
1588
1508
|
applicationGroupReferences?: string[];
|
|
1589
1509
|
description?: string;
|
|
1590
1510
|
friendlyName?: string;
|
|
1591
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
1592
1511
|
tags?: {
|
|
1593
1512
|
[propertyName: string]: string;
|
|
1594
1513
|
};
|
|
@@ -1631,6 +1550,9 @@ export type WorkspacesListByResourceGroupNextResponse = WorkspaceList;
|
|
|
1631
1550
|
|
|
1632
1551
|
// @public
|
|
1633
1552
|
export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1553
|
+
initialSkip?: number;
|
|
1554
|
+
isDescending?: boolean;
|
|
1555
|
+
pageSize?: number;
|
|
1634
1556
|
}
|
|
1635
1557
|
|
|
1636
1558
|
// @public
|