@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
package/src/models/index.ts
CHANGED
|
@@ -184,8 +184,6 @@ export interface WorkspacePatch {
|
|
|
184
184
|
friendlyName?: string;
|
|
185
185
|
/** List of applicationGroup links. */
|
|
186
186
|
applicationGroupReferences?: string[];
|
|
187
|
-
/** Enabled to allow this resource to be access from the public network */
|
|
188
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
189
187
|
}
|
|
190
188
|
|
|
191
189
|
/** List of Workspace definitions. */
|
|
@@ -199,9 +197,9 @@ export interface WorkspaceList {
|
|
|
199
197
|
readonly nextLink?: string;
|
|
200
198
|
}
|
|
201
199
|
|
|
202
|
-
/**
|
|
200
|
+
/** A ScalingPlanPooledSchedule. */
|
|
203
201
|
export interface ScalingSchedule {
|
|
204
|
-
/** Name of the
|
|
202
|
+
/** Name of the ScalingPlanPooledSchedule. */
|
|
205
203
|
name?: string;
|
|
206
204
|
/** Set of days of the week on which this schedule is active. */
|
|
207
205
|
daysOfWeek?: ScalingScheduleDaysOfWeekItem[];
|
|
@@ -284,14 +282,6 @@ export interface ScalingPlanList {
|
|
|
284
282
|
readonly nextLink?: string;
|
|
285
283
|
}
|
|
286
284
|
|
|
287
|
-
/** Properties for arm migration. */
|
|
288
|
-
export interface MigrationRequestProperties {
|
|
289
|
-
/** The type of operation for migration. */
|
|
290
|
-
operation?: Operation;
|
|
291
|
-
/** The path to the legacy object to migrate. */
|
|
292
|
-
migrationPath?: string;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
285
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
296
286
|
export interface Resource {
|
|
297
287
|
/**
|
|
@@ -311,6 +301,17 @@ export interface Resource {
|
|
|
311
301
|
readonly type?: string;
|
|
312
302
|
}
|
|
313
303
|
|
|
304
|
+
/** List of ScalingPlanPooledSchedule definitions. */
|
|
305
|
+
export interface ScalingPlanPooledScheduleList {
|
|
306
|
+
/** List of ScalingPlanPooledSchedule definitions. */
|
|
307
|
+
value?: ScalingPlanPooledSchedule[];
|
|
308
|
+
/**
|
|
309
|
+
* Link to the next page of results.
|
|
310
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
311
|
+
*/
|
|
312
|
+
readonly nextLink?: string;
|
|
313
|
+
}
|
|
314
|
+
|
|
314
315
|
/** List of ApplicationGroup definitions. */
|
|
315
316
|
export interface ApplicationGroupList {
|
|
316
317
|
/** List of ApplicationGroup definitions. */
|
|
@@ -403,6 +404,26 @@ export interface RegistrationInfo {
|
|
|
403
404
|
registrationTokenOperation?: RegistrationTokenOperation;
|
|
404
405
|
}
|
|
405
406
|
|
|
407
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
408
|
+
export interface AgentUpdateProperties {
|
|
409
|
+
/** The type of maintenance for session host components. */
|
|
410
|
+
type?: SessionHostComponentUpdateType;
|
|
411
|
+
/** Whether to use localTime of the virtual machine. */
|
|
412
|
+
useSessionHostLocalTime?: boolean;
|
|
413
|
+
/** Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true. */
|
|
414
|
+
maintenanceWindowTimeZone?: string;
|
|
415
|
+
/** List of maintenance windows. Maintenance windows are 2 hours long. */
|
|
416
|
+
maintenanceWindows?: MaintenanceWindowProperties[];
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
/** Maintenance window starting hour and day of week. */
|
|
420
|
+
export interface MaintenanceWindowProperties {
|
|
421
|
+
/** The update start hour of the day. (0 - 23) */
|
|
422
|
+
hour?: number;
|
|
423
|
+
/** Day of the week. */
|
|
424
|
+
dayOfWeek?: DayOfWeek;
|
|
425
|
+
}
|
|
426
|
+
|
|
406
427
|
/** Represents a RegistrationInfo definition. */
|
|
407
428
|
export interface RegistrationInfoPatch {
|
|
408
429
|
/** Expiration time of registration token. */
|
|
@@ -411,6 +432,26 @@ export interface RegistrationInfoPatch {
|
|
|
411
432
|
registrationTokenOperation?: RegistrationTokenOperation;
|
|
412
433
|
}
|
|
413
434
|
|
|
435
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
436
|
+
export interface AgentUpdatePatchProperties {
|
|
437
|
+
/** The type of maintenance for session host components. */
|
|
438
|
+
type?: SessionHostComponentUpdateType;
|
|
439
|
+
/** Whether to use localTime of the virtual machine. */
|
|
440
|
+
useSessionHostLocalTime?: boolean;
|
|
441
|
+
/** Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true. */
|
|
442
|
+
maintenanceWindowTimeZone?: string;
|
|
443
|
+
/** List of maintenance windows. Maintenance windows are 2 hours long. */
|
|
444
|
+
maintenanceWindows?: MaintenanceWindowPatchProperties[];
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/** Maintenance window starting hour and day of week. */
|
|
448
|
+
export interface MaintenanceWindowPatchProperties {
|
|
449
|
+
/** The update start hour of the day. (0 - 23) */
|
|
450
|
+
hour?: number;
|
|
451
|
+
/** Day of the week. */
|
|
452
|
+
dayOfWeek?: DayOfWeek;
|
|
453
|
+
}
|
|
454
|
+
|
|
414
455
|
/** List of HostPool definitions. */
|
|
415
456
|
export interface HostPoolList {
|
|
416
457
|
/** List of HostPool definitions. */
|
|
@@ -546,49 +587,8 @@ export interface SendMessage {
|
|
|
546
587
|
messageBody?: string;
|
|
547
588
|
}
|
|
548
589
|
|
|
549
|
-
/** List of private endpoint connection associated with the specified storage account */
|
|
550
|
-
export interface PrivateEndpointConnectionListResultWithSystemData {
|
|
551
|
-
/** Array of private endpoint connections */
|
|
552
|
-
value?: PrivateEndpointConnectionWithSystemData[];
|
|
553
|
-
/**
|
|
554
|
-
* Link to the next page of results.
|
|
555
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
556
|
-
*/
|
|
557
|
-
readonly nextLink?: string;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
/** The Private Endpoint resource. */
|
|
561
|
-
export interface PrivateEndpoint {
|
|
562
|
-
/**
|
|
563
|
-
* The ARM identifier for Private Endpoint
|
|
564
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
|
-
*/
|
|
566
|
-
readonly id?: string;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
570
|
-
export interface PrivateLinkServiceConnectionState {
|
|
571
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
572
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
573
|
-
/** The reason for approval/rejection of the connection. */
|
|
574
|
-
description?: string;
|
|
575
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
576
|
-
actionsRequired?: string;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
/** A list of private link resources */
|
|
580
|
-
export interface PrivateLinkResourceListResult {
|
|
581
|
-
/** Array of private link resources */
|
|
582
|
-
value?: PrivateLinkResource[];
|
|
583
|
-
/**
|
|
584
|
-
* Link to the next page of results.
|
|
585
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
586
|
-
*/
|
|
587
|
-
readonly nextLink?: string;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
590
|
/** Represents a Workspace definition. */
|
|
591
|
-
export
|
|
591
|
+
export interface Workspace extends ResourceModelWithAllowedPropertySet {
|
|
592
592
|
/**
|
|
593
593
|
* Metadata pertaining to creation and last modification of the resource.
|
|
594
594
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -610,12 +610,10 @@ export type Workspace = ResourceModelWithAllowedPropertySet & {
|
|
|
610
610
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
611
611
|
*/
|
|
612
612
|
readonly cloudPcResource?: boolean;
|
|
613
|
-
|
|
614
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
615
|
-
};
|
|
613
|
+
}
|
|
616
614
|
|
|
617
615
|
/** Represents a scaling plan definition. */
|
|
618
|
-
export
|
|
616
|
+
export interface ScalingPlan extends ResourceModelWithAllowedPropertySet {
|
|
619
617
|
/**
|
|
620
618
|
* Metadata pertaining to creation and last modification of the resource.
|
|
621
619
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -631,19 +629,19 @@ export type ScalingPlan = ResourceModelWithAllowedPropertySet & {
|
|
|
631
629
|
/** User friendly name of scaling plan. */
|
|
632
630
|
friendlyName?: string;
|
|
633
631
|
/** Timezone of the scaling plan. */
|
|
634
|
-
timeZone
|
|
632
|
+
timeZone: string;
|
|
635
633
|
/** HostPool type for desktop. */
|
|
636
634
|
hostPoolType?: ScalingHostPoolType;
|
|
637
635
|
/** Exclusion tag for scaling plan. */
|
|
638
636
|
exclusionTag?: string;
|
|
639
|
-
/** List of
|
|
637
|
+
/** List of ScalingPlanPooledSchedule definitions. */
|
|
640
638
|
schedules?: ScalingSchedule[];
|
|
641
639
|
/** List of ScalingHostPoolReference definitions. */
|
|
642
640
|
hostPoolReferences?: ScalingHostPoolReference[];
|
|
643
|
-
}
|
|
641
|
+
}
|
|
644
642
|
|
|
645
643
|
/** Represents a ApplicationGroup definition. */
|
|
646
|
-
export
|
|
644
|
+
export interface ApplicationGroup extends ResourceModelWithAllowedPropertySet {
|
|
647
645
|
/**
|
|
648
646
|
* Metadata pertaining to creation and last modification of the resource.
|
|
649
647
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -667,17 +665,15 @@ export type ApplicationGroup = ResourceModelWithAllowedPropertySet & {
|
|
|
667
665
|
readonly workspaceArmPath?: string;
|
|
668
666
|
/** Resource Type of ApplicationGroup. */
|
|
669
667
|
applicationGroupType: ApplicationGroupType;
|
|
670
|
-
/** The registration info of HostPool. */
|
|
671
|
-
migrationRequest?: MigrationRequestProperties;
|
|
672
668
|
/**
|
|
673
669
|
* Is cloud pc resource.
|
|
674
670
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
671
|
*/
|
|
676
672
|
readonly cloudPcResource?: boolean;
|
|
677
|
-
}
|
|
673
|
+
}
|
|
678
674
|
|
|
679
675
|
/** Represents a HostPool definition. */
|
|
680
|
-
export
|
|
676
|
+
export interface HostPool extends ResourceModelWithAllowedPropertySet {
|
|
681
677
|
/**
|
|
682
678
|
* Metadata pertaining to creation and last modification of the resource.
|
|
683
679
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -727,35 +723,114 @@ export type HostPool = ResourceModelWithAllowedPropertySet & {
|
|
|
727
723
|
preferredAppGroupType: PreferredAppGroupType;
|
|
728
724
|
/** The flag to turn on/off StartVMOnConnect feature. */
|
|
729
725
|
startVMOnConnect?: boolean;
|
|
730
|
-
/** The registration info of HostPool. */
|
|
731
|
-
migrationRequest?: MigrationRequestProperties;
|
|
732
726
|
/**
|
|
733
727
|
* Is cloud pc resource.
|
|
734
728
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
735
729
|
*/
|
|
736
730
|
readonly cloudPcResource?: boolean;
|
|
737
|
-
/**
|
|
738
|
-
|
|
739
|
-
}
|
|
731
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
732
|
+
agentUpdate?: AgentUpdateProperties;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
export interface ResourceModelWithAllowedPropertySetIdentity extends Identity {}
|
|
736
|
+
|
|
737
|
+
export interface ResourceModelWithAllowedPropertySetSku extends Sku {}
|
|
740
738
|
|
|
741
|
-
export
|
|
739
|
+
export interface ResourceModelWithAllowedPropertySetPlan extends Plan {}
|
|
742
740
|
|
|
743
|
-
|
|
741
|
+
/** Represents a ScalingPlanPooledSchedule definition. */
|
|
742
|
+
export interface ScalingPlanPooledSchedule extends Resource {
|
|
743
|
+
/**
|
|
744
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
745
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
746
|
+
*/
|
|
747
|
+
readonly systemData?: SystemData;
|
|
748
|
+
/** Set of days of the week on which this schedule is active. */
|
|
749
|
+
daysOfWeek?: DayOfWeek[];
|
|
750
|
+
/** Starting time for ramp up period. */
|
|
751
|
+
rampUpStartTime?: Time;
|
|
752
|
+
/** Load balancing algorithm for ramp up period. */
|
|
753
|
+
rampUpLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
754
|
+
/** Minimum host percentage for ramp up period. */
|
|
755
|
+
rampUpMinimumHostsPct?: number;
|
|
756
|
+
/** Capacity threshold for ramp up period. */
|
|
757
|
+
rampUpCapacityThresholdPct?: number;
|
|
758
|
+
/** Starting time for peak period. */
|
|
759
|
+
peakStartTime?: Time;
|
|
760
|
+
/** Load balancing algorithm for peak period. */
|
|
761
|
+
peakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
762
|
+
/** Starting time for ramp down period. */
|
|
763
|
+
rampDownStartTime?: Time;
|
|
764
|
+
/** Load balancing algorithm for ramp down period. */
|
|
765
|
+
rampDownLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
766
|
+
/** Minimum host percentage for ramp down period. */
|
|
767
|
+
rampDownMinimumHostsPct?: number;
|
|
768
|
+
/** Capacity threshold for ramp down period. */
|
|
769
|
+
rampDownCapacityThresholdPct?: number;
|
|
770
|
+
/** Should users be logged off forcefully from hosts. */
|
|
771
|
+
rampDownForceLogoffUsers?: boolean;
|
|
772
|
+
/** Specifies when to stop hosts during ramp down period. */
|
|
773
|
+
rampDownStopHostsWhen?: StopHostsWhen;
|
|
774
|
+
/** Number of minutes to wait to stop hosts during ramp down period. */
|
|
775
|
+
rampDownWaitTimeMinutes?: number;
|
|
776
|
+
/** Notification message for users during ramp down period. */
|
|
777
|
+
rampDownNotificationMessage?: string;
|
|
778
|
+
/** Starting time for off-peak period. */
|
|
779
|
+
offPeakStartTime?: Time;
|
|
780
|
+
/** Load balancing algorithm for off-peak period. */
|
|
781
|
+
offPeakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
782
|
+
}
|
|
744
783
|
|
|
745
|
-
|
|
784
|
+
/** ScalingPlanPooledSchedule properties that can be patched. */
|
|
785
|
+
export interface ScalingPlanPooledSchedulePatch extends Resource {
|
|
786
|
+
/** Set of days of the week on which this schedule is active. */
|
|
787
|
+
daysOfWeek?: DayOfWeek[];
|
|
788
|
+
/** Starting time for ramp up period. */
|
|
789
|
+
rampUpStartTime?: Time;
|
|
790
|
+
/** Load balancing algorithm for ramp up period. */
|
|
791
|
+
rampUpLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
792
|
+
/** Minimum host percentage for ramp up period. */
|
|
793
|
+
rampUpMinimumHostsPct?: number;
|
|
794
|
+
/** Capacity threshold for ramp up period. */
|
|
795
|
+
rampUpCapacityThresholdPct?: number;
|
|
796
|
+
/** Starting time for peak period. */
|
|
797
|
+
peakStartTime?: Time;
|
|
798
|
+
/** Load balancing algorithm for peak period. */
|
|
799
|
+
peakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
800
|
+
/** Starting time for ramp down period. */
|
|
801
|
+
rampDownStartTime?: Time;
|
|
802
|
+
/** Load balancing algorithm for ramp down period. */
|
|
803
|
+
rampDownLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
804
|
+
/** Minimum host percentage for ramp down period. */
|
|
805
|
+
rampDownMinimumHostsPct?: number;
|
|
806
|
+
/** Capacity threshold for ramp down period. */
|
|
807
|
+
rampDownCapacityThresholdPct?: number;
|
|
808
|
+
/** Should users be logged off forcefully from hosts. */
|
|
809
|
+
rampDownForceLogoffUsers?: boolean;
|
|
810
|
+
/** Specifies when to stop hosts during ramp down period. */
|
|
811
|
+
rampDownStopHostsWhen?: StopHostsWhen;
|
|
812
|
+
/** Number of minutes to wait to stop hosts during ramp down period. */
|
|
813
|
+
rampDownWaitTimeMinutes?: number;
|
|
814
|
+
/** Notification message for users during ramp down period. */
|
|
815
|
+
rampDownNotificationMessage?: string;
|
|
816
|
+
/** Starting time for off-peak period. */
|
|
817
|
+
offPeakStartTime?: Time;
|
|
818
|
+
/** Load balancing algorithm for off-peak period. */
|
|
819
|
+
offPeakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
820
|
+
}
|
|
746
821
|
|
|
747
822
|
/** ApplicationGroup properties that can be patched. */
|
|
748
|
-
export
|
|
823
|
+
export interface ApplicationGroupPatch extends Resource {
|
|
749
824
|
/** tags to be updated */
|
|
750
825
|
tags?: { [propertyName: string]: string };
|
|
751
826
|
/** Description of ApplicationGroup. */
|
|
752
827
|
description?: string;
|
|
753
828
|
/** Friendly name of ApplicationGroup. */
|
|
754
829
|
friendlyName?: string;
|
|
755
|
-
}
|
|
830
|
+
}
|
|
756
831
|
|
|
757
832
|
/** Represents a StartMenuItem definition. */
|
|
758
|
-
export
|
|
833
|
+
export interface StartMenuItem extends Resource {
|
|
759
834
|
/** Alias of StartMenuItem. */
|
|
760
835
|
appAlias?: string;
|
|
761
836
|
/** Path to the file of StartMenuItem. */
|
|
@@ -766,10 +841,10 @@ export type StartMenuItem = Resource & {
|
|
|
766
841
|
iconPath?: string;
|
|
767
842
|
/** Index of the icon. */
|
|
768
843
|
iconIndex?: number;
|
|
769
|
-
}
|
|
844
|
+
}
|
|
770
845
|
|
|
771
846
|
/** Schema for Application properties. */
|
|
772
|
-
export
|
|
847
|
+
export interface Application extends Resource {
|
|
773
848
|
/**
|
|
774
849
|
* Metadata pertaining to creation and last modification of the resource.
|
|
775
850
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -812,10 +887,10 @@ export type Application = Resource & {
|
|
|
812
887
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
813
888
|
*/
|
|
814
889
|
readonly iconContent?: Uint8Array;
|
|
815
|
-
}
|
|
890
|
+
}
|
|
816
891
|
|
|
817
892
|
/** Schema for Desktop properties. */
|
|
818
|
-
export
|
|
893
|
+
export interface Desktop extends Resource {
|
|
819
894
|
/**
|
|
820
895
|
* Metadata pertaining to creation and last modification of the resource.
|
|
821
896
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -840,10 +915,10 @@ export type Desktop = Resource & {
|
|
|
840
915
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
841
916
|
*/
|
|
842
917
|
readonly iconContent?: Uint8Array;
|
|
843
|
-
}
|
|
918
|
+
}
|
|
844
919
|
|
|
845
920
|
/** HostPool properties that can be patched. */
|
|
846
|
-
export
|
|
921
|
+
export interface HostPoolPatch extends Resource {
|
|
847
922
|
/** tags to be updated */
|
|
848
923
|
tags?: { [propertyName: string]: string };
|
|
849
924
|
/** Friendly name of HostPool. */
|
|
@@ -878,12 +953,12 @@ export type HostPoolPatch = Resource & {
|
|
|
878
953
|
preferredAppGroupType?: PreferredAppGroupType;
|
|
879
954
|
/** The flag to turn on/off StartVMOnConnect feature. */
|
|
880
955
|
startVMOnConnect?: boolean;
|
|
881
|
-
/**
|
|
882
|
-
|
|
883
|
-
}
|
|
956
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
957
|
+
agentUpdate?: AgentUpdatePatchProperties;
|
|
958
|
+
}
|
|
884
959
|
|
|
885
960
|
/** Represents a UserSession definition. */
|
|
886
|
-
export
|
|
961
|
+
export interface UserSession extends Resource {
|
|
887
962
|
/**
|
|
888
963
|
* Metadata pertaining to creation and last modification of the resource.
|
|
889
964
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -904,10 +979,10 @@ export type UserSession = Resource & {
|
|
|
904
979
|
activeDirectoryUserName?: string;
|
|
905
980
|
/** The timestamp of the user session create. */
|
|
906
981
|
createTime?: Date;
|
|
907
|
-
}
|
|
982
|
+
}
|
|
908
983
|
|
|
909
984
|
/** Represents a SessionHost definition. */
|
|
910
|
-
export
|
|
985
|
+
export interface SessionHost extends Resource {
|
|
911
986
|
/**
|
|
912
987
|
* Metadata pertaining to creation and last modification of the resource.
|
|
913
988
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -938,6 +1013,8 @@ export type SessionHost = Resource & {
|
|
|
938
1013
|
readonly resourceId?: string;
|
|
939
1014
|
/** User assigned to SessionHost. */
|
|
940
1015
|
assignedUser?: string;
|
|
1016
|
+
/** Friendly name of SessionHost */
|
|
1017
|
+
friendlyName?: string;
|
|
941
1018
|
/** Status for a SessionHost. */
|
|
942
1019
|
status?: Status;
|
|
943
1020
|
/**
|
|
@@ -963,18 +1040,20 @@ export type SessionHost = Resource & {
|
|
|
963
1040
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
964
1041
|
*/
|
|
965
1042
|
readonly sessionHostHealthCheckResults?: SessionHostHealthCheckReport[];
|
|
966
|
-
}
|
|
1043
|
+
}
|
|
967
1044
|
|
|
968
1045
|
/** SessionHost properties that can be patched. */
|
|
969
|
-
export
|
|
1046
|
+
export interface SessionHostPatch extends Resource {
|
|
970
1047
|
/** Allow a new session. */
|
|
971
1048
|
allowNewSession?: boolean;
|
|
972
1049
|
/** User assigned to SessionHost. */
|
|
973
1050
|
assignedUser?: string;
|
|
974
|
-
|
|
1051
|
+
/** Friendly name of SessionHost */
|
|
1052
|
+
friendlyName?: string;
|
|
1053
|
+
}
|
|
975
1054
|
|
|
976
1055
|
/** Schema for MSIX Package properties. */
|
|
977
|
-
export
|
|
1056
|
+
export interface MsixPackage extends Resource {
|
|
978
1057
|
/**
|
|
979
1058
|
* Metadata pertaining to creation and last modification of the resource.
|
|
980
1059
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1002,20 +1081,20 @@ export type MsixPackage = Resource & {
|
|
|
1002
1081
|
lastUpdated?: Date;
|
|
1003
1082
|
/** List of package applications. */
|
|
1004
1083
|
packageApplications?: MsixPackageApplications[];
|
|
1005
|
-
}
|
|
1084
|
+
}
|
|
1006
1085
|
|
|
1007
1086
|
/** MSIX Package properties that can be patched. */
|
|
1008
|
-
export
|
|
1087
|
+
export interface MsixPackagePatch extends Resource {
|
|
1009
1088
|
/** Set a version of the package to be active across hostpool. */
|
|
1010
1089
|
isActive?: boolean;
|
|
1011
1090
|
/** Set Registration mode. Regular or Delayed. */
|
|
1012
1091
|
isRegularRegistration?: boolean;
|
|
1013
1092
|
/** Display name for MSIX Package. */
|
|
1014
1093
|
displayName?: string;
|
|
1015
|
-
}
|
|
1094
|
+
}
|
|
1016
1095
|
|
|
1017
1096
|
/** Represents the definition of contents retrieved after expanding the MSIX Image. */
|
|
1018
|
-
export
|
|
1097
|
+
export interface ExpandMsixImage extends Resource {
|
|
1019
1098
|
/** Alias of MSIX Package. */
|
|
1020
1099
|
packageAlias?: string;
|
|
1021
1100
|
/** VHD/CIM image path on Network Share. */
|
|
@@ -1042,48 +1121,17 @@ export type ExpandMsixImage = Resource & {
|
|
|
1042
1121
|
lastUpdated?: Date;
|
|
1043
1122
|
/** List of package applications. */
|
|
1044
1123
|
packageApplications?: MsixPackageApplications[];
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
/** The Private Endpoint Connection resource. */
|
|
1048
|
-
export type PrivateEndpointConnection = Resource & {
|
|
1049
|
-
/** The resource of private end point. */
|
|
1050
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1051
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1052
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1053
|
-
/** The provisioning state of the private endpoint connection resource. */
|
|
1054
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1055
|
-
};
|
|
1056
|
-
|
|
1057
|
-
/** A private link resource */
|
|
1058
|
-
export type PrivateLinkResource = Resource & {
|
|
1059
|
-
/**
|
|
1060
|
-
* The private link resource group id.
|
|
1061
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1062
|
-
*/
|
|
1063
|
-
readonly groupId?: string;
|
|
1064
|
-
/**
|
|
1065
|
-
* The private link resource required member names.
|
|
1066
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1067
|
-
*/
|
|
1068
|
-
readonly requiredMembers?: string[];
|
|
1069
|
-
/** The private link resource Private link DNS zone name. */
|
|
1070
|
-
requiredZoneNames?: string[];
|
|
1071
|
-
};
|
|
1072
|
-
|
|
1073
|
-
/** The Private Endpoint Connection resource. */
|
|
1074
|
-
export type PrivateEndpointConnectionWithSystemData = PrivateEndpointConnection & {
|
|
1075
|
-
/**
|
|
1076
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1077
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1078
|
-
*/
|
|
1079
|
-
readonly systemData?: SystemData;
|
|
1080
|
-
};
|
|
1124
|
+
}
|
|
1081
1125
|
|
|
1082
1126
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1083
1127
|
export enum KnownCreatedByType {
|
|
1128
|
+
/** User */
|
|
1084
1129
|
User = "User",
|
|
1130
|
+
/** Application */
|
|
1085
1131
|
Application = "Application",
|
|
1132
|
+
/** ManagedIdentity */
|
|
1086
1133
|
ManagedIdentity = "ManagedIdentity",
|
|
1134
|
+
/** Key */
|
|
1087
1135
|
Key = "Key"
|
|
1088
1136
|
}
|
|
1089
1137
|
|
|
@@ -1099,22 +1147,6 @@ export enum KnownCreatedByType {
|
|
|
1099
1147
|
*/
|
|
1100
1148
|
export type CreatedByType = string;
|
|
1101
1149
|
|
|
1102
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
1103
|
-
export enum KnownPublicNetworkAccess {
|
|
1104
|
-
Enabled = "Enabled",
|
|
1105
|
-
Disabled = "Disabled"
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
/**
|
|
1109
|
-
* Defines values for PublicNetworkAccess. \
|
|
1110
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
1111
|
-
* this enum contains the known values that the service supports.
|
|
1112
|
-
* ### Known values supported by the service
|
|
1113
|
-
* **Enabled** \
|
|
1114
|
-
* **Disabled**
|
|
1115
|
-
*/
|
|
1116
|
-
export type PublicNetworkAccess = string;
|
|
1117
|
-
|
|
1118
1150
|
/** Known values of {@link ScalingHostPoolType} that the service accepts. */
|
|
1119
1151
|
export enum KnownScalingHostPoolType {
|
|
1120
1152
|
/** Users get a new (random) SessionHost every time it connects to the HostPool. */
|
|
@@ -1132,12 +1164,19 @@ export type ScalingHostPoolType = string;
|
|
|
1132
1164
|
|
|
1133
1165
|
/** Known values of {@link ScalingScheduleDaysOfWeekItem} that the service accepts. */
|
|
1134
1166
|
export enum KnownScalingScheduleDaysOfWeekItem {
|
|
1167
|
+
/** Sunday */
|
|
1135
1168
|
Sunday = "Sunday",
|
|
1169
|
+
/** Monday */
|
|
1136
1170
|
Monday = "Monday",
|
|
1171
|
+
/** Tuesday */
|
|
1137
1172
|
Tuesday = "Tuesday",
|
|
1173
|
+
/** Wednesday */
|
|
1138
1174
|
Wednesday = "Wednesday",
|
|
1175
|
+
/** Thursday */
|
|
1139
1176
|
Thursday = "Thursday",
|
|
1177
|
+
/** Friday */
|
|
1140
1178
|
Friday = "Friday",
|
|
1179
|
+
/** Saturday */
|
|
1141
1180
|
Saturday = "Saturday"
|
|
1142
1181
|
}
|
|
1143
1182
|
|
|
@@ -1158,7 +1197,9 @@ export type ScalingScheduleDaysOfWeekItem = string;
|
|
|
1158
1197
|
|
|
1159
1198
|
/** Known values of {@link SessionHostLoadBalancingAlgorithm} that the service accepts. */
|
|
1160
1199
|
export enum KnownSessionHostLoadBalancingAlgorithm {
|
|
1200
|
+
/** BreadthFirst */
|
|
1161
1201
|
BreadthFirst = "BreadthFirst",
|
|
1202
|
+
/** DepthFirst */
|
|
1162
1203
|
DepthFirst = "DepthFirst"
|
|
1163
1204
|
}
|
|
1164
1205
|
|
|
@@ -1174,7 +1215,9 @@ export type SessionHostLoadBalancingAlgorithm = string;
|
|
|
1174
1215
|
|
|
1175
1216
|
/** Known values of {@link StopHostsWhen} that the service accepts. */
|
|
1176
1217
|
export enum KnownStopHostsWhen {
|
|
1218
|
+
/** ZeroSessions */
|
|
1177
1219
|
ZeroSessions = "ZeroSessions",
|
|
1220
|
+
/** ZeroActiveSessions */
|
|
1178
1221
|
ZeroActiveSessions = "ZeroActiveSessions"
|
|
1179
1222
|
}
|
|
1180
1223
|
|
|
@@ -1190,7 +1233,9 @@ export type StopHostsWhen = string;
|
|
|
1190
1233
|
|
|
1191
1234
|
/** Known values of {@link ApplicationGroupType} that the service accepts. */
|
|
1192
1235
|
export enum KnownApplicationGroupType {
|
|
1236
|
+
/** RemoteApp */
|
|
1193
1237
|
RemoteApp = "RemoteApp",
|
|
1238
|
+
/** Desktop */
|
|
1194
1239
|
Desktop = "Desktop"
|
|
1195
1240
|
}
|
|
1196
1241
|
|
|
@@ -1204,36 +1249,11 @@ export enum KnownApplicationGroupType {
|
|
|
1204
1249
|
*/
|
|
1205
1250
|
export type ApplicationGroupType = string;
|
|
1206
1251
|
|
|
1207
|
-
/** Known values of {@link Operation} that the service accepts. */
|
|
1208
|
-
export enum KnownOperation {
|
|
1209
|
-
/** Start the migration. */
|
|
1210
|
-
Start = "Start",
|
|
1211
|
-
/** Revoke the migration. */
|
|
1212
|
-
Revoke = "Revoke",
|
|
1213
|
-
/** Complete the migration. */
|
|
1214
|
-
Complete = "Complete",
|
|
1215
|
-
/** Hide the hostpool. */
|
|
1216
|
-
Hide = "Hide",
|
|
1217
|
-
/** Unhide the hostpool. */
|
|
1218
|
-
Unhide = "Unhide"
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
/**
|
|
1222
|
-
* Defines values for Operation. \
|
|
1223
|
-
* {@link KnownOperation} can be used interchangeably with Operation,
|
|
1224
|
-
* this enum contains the known values that the service supports.
|
|
1225
|
-
* ### Known values supported by the service
|
|
1226
|
-
* **Start**: Start the migration. \
|
|
1227
|
-
* **Revoke**: Revoke the migration. \
|
|
1228
|
-
* **Complete**: Complete the migration. \
|
|
1229
|
-
* **Hide**: Hide the hostpool. \
|
|
1230
|
-
* **Unhide**: Unhide the hostpool.
|
|
1231
|
-
*/
|
|
1232
|
-
export type Operation = string;
|
|
1233
|
-
|
|
1234
1252
|
/** Known values of {@link RemoteApplicationType} that the service accepts. */
|
|
1235
1253
|
export enum KnownRemoteApplicationType {
|
|
1254
|
+
/** InBuilt */
|
|
1236
1255
|
InBuilt = "InBuilt",
|
|
1256
|
+
/** MsixApplication */
|
|
1237
1257
|
MsixApplication = "MsixApplication"
|
|
1238
1258
|
}
|
|
1239
1259
|
|
|
@@ -1249,8 +1269,11 @@ export type RemoteApplicationType = string;
|
|
|
1249
1269
|
|
|
1250
1270
|
/** Known values of {@link CommandLineSetting} that the service accepts. */
|
|
1251
1271
|
export enum KnownCommandLineSetting {
|
|
1272
|
+
/** DoNotAllow */
|
|
1252
1273
|
DoNotAllow = "DoNotAllow",
|
|
1274
|
+
/** Allow */
|
|
1253
1275
|
Allow = "Allow",
|
|
1276
|
+
/** Require */
|
|
1254
1277
|
Require = "Require"
|
|
1255
1278
|
}
|
|
1256
1279
|
|
|
@@ -1288,7 +1311,9 @@ export type HostPoolType = string;
|
|
|
1288
1311
|
|
|
1289
1312
|
/** Known values of {@link PersonalDesktopAssignmentType} that the service accepts. */
|
|
1290
1313
|
export enum KnownPersonalDesktopAssignmentType {
|
|
1314
|
+
/** Automatic */
|
|
1291
1315
|
Automatic = "Automatic",
|
|
1316
|
+
/** Direct */
|
|
1292
1317
|
Direct = "Direct"
|
|
1293
1318
|
}
|
|
1294
1319
|
|
|
@@ -1304,8 +1329,11 @@ export type PersonalDesktopAssignmentType = string;
|
|
|
1304
1329
|
|
|
1305
1330
|
/** Known values of {@link LoadBalancerType} that the service accepts. */
|
|
1306
1331
|
export enum KnownLoadBalancerType {
|
|
1332
|
+
/** BreadthFirst */
|
|
1307
1333
|
BreadthFirst = "BreadthFirst",
|
|
1334
|
+
/** DepthFirst */
|
|
1308
1335
|
DepthFirst = "DepthFirst",
|
|
1336
|
+
/** Persistent */
|
|
1309
1337
|
Persistent = "Persistent"
|
|
1310
1338
|
}
|
|
1311
1339
|
|
|
@@ -1322,8 +1350,11 @@ export type LoadBalancerType = string;
|
|
|
1322
1350
|
|
|
1323
1351
|
/** Known values of {@link RegistrationTokenOperation} that the service accepts. */
|
|
1324
1352
|
export enum KnownRegistrationTokenOperation {
|
|
1353
|
+
/** Delete */
|
|
1325
1354
|
Delete = "Delete",
|
|
1355
|
+
/** None */
|
|
1326
1356
|
None = "None",
|
|
1357
|
+
/** Update */
|
|
1327
1358
|
Update = "Update"
|
|
1328
1359
|
}
|
|
1329
1360
|
|
|
@@ -1340,9 +1371,13 @@ export type RegistrationTokenOperation = string;
|
|
|
1340
1371
|
|
|
1341
1372
|
/** Known values of {@link SSOSecretType} that the service accepts. */
|
|
1342
1373
|
export enum KnownSSOSecretType {
|
|
1374
|
+
/** SharedKey */
|
|
1343
1375
|
SharedKey = "SharedKey",
|
|
1376
|
+
/** Certificate */
|
|
1344
1377
|
Certificate = "Certificate",
|
|
1378
|
+
/** SharedKeyInKeyVault */
|
|
1345
1379
|
SharedKeyInKeyVault = "SharedKeyInKeyVault",
|
|
1380
|
+
/** CertificateInKeyVault */
|
|
1346
1381
|
CertificateInKeyVault = "CertificateInKeyVault"
|
|
1347
1382
|
}
|
|
1348
1383
|
|
|
@@ -1360,8 +1395,11 @@ export type SSOSecretType = string;
|
|
|
1360
1395
|
|
|
1361
1396
|
/** Known values of {@link PreferredAppGroupType} that the service accepts. */
|
|
1362
1397
|
export enum KnownPreferredAppGroupType {
|
|
1398
|
+
/** None */
|
|
1363
1399
|
None = "None",
|
|
1400
|
+
/** Desktop */
|
|
1364
1401
|
Desktop = "Desktop",
|
|
1402
|
+
/** RailApplications */
|
|
1365
1403
|
RailApplications = "RailApplications"
|
|
1366
1404
|
}
|
|
1367
1405
|
|
|
@@ -1376,9 +1414,29 @@ export enum KnownPreferredAppGroupType {
|
|
|
1376
1414
|
*/
|
|
1377
1415
|
export type PreferredAppGroupType = string;
|
|
1378
1416
|
|
|
1417
|
+
/** Known values of {@link SessionHostComponentUpdateType} that the service accepts. */
|
|
1418
|
+
export enum KnownSessionHostComponentUpdateType {
|
|
1419
|
+
/** Agent and other agent side components are delivery schedule is controlled by WVD Infra. */
|
|
1420
|
+
Default = "Default",
|
|
1421
|
+
/** TenantAdmin have opted in for Scheduled Component Update feature. */
|
|
1422
|
+
Scheduled = "Scheduled"
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
/**
|
|
1426
|
+
* Defines values for SessionHostComponentUpdateType. \
|
|
1427
|
+
* {@link KnownSessionHostComponentUpdateType} can be used interchangeably with SessionHostComponentUpdateType,
|
|
1428
|
+
* this enum contains the known values that the service supports.
|
|
1429
|
+
* ### Known values supported by the service
|
|
1430
|
+
* **Default**: Agent and other agent side components are delivery schedule is controlled by WVD Infra. \
|
|
1431
|
+
* **Scheduled**: TenantAdmin have opted in for Scheduled Component Update feature.
|
|
1432
|
+
*/
|
|
1433
|
+
export type SessionHostComponentUpdateType = string;
|
|
1434
|
+
|
|
1379
1435
|
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
1380
1436
|
export enum KnownApplicationType {
|
|
1437
|
+
/** RemoteApp */
|
|
1381
1438
|
RemoteApp = "RemoteApp",
|
|
1439
|
+
/** Desktop */
|
|
1382
1440
|
Desktop = "Desktop"
|
|
1383
1441
|
}
|
|
1384
1442
|
|
|
@@ -1394,11 +1452,17 @@ export type ApplicationType = string;
|
|
|
1394
1452
|
|
|
1395
1453
|
/** Known values of {@link SessionState} that the service accepts. */
|
|
1396
1454
|
export enum KnownSessionState {
|
|
1455
|
+
/** Unknown */
|
|
1397
1456
|
Unknown = "Unknown",
|
|
1457
|
+
/** Active */
|
|
1398
1458
|
Active = "Active",
|
|
1459
|
+
/** Disconnected */
|
|
1399
1460
|
Disconnected = "Disconnected",
|
|
1461
|
+
/** Pending */
|
|
1400
1462
|
Pending = "Pending",
|
|
1463
|
+
/** LogOff */
|
|
1401
1464
|
LogOff = "LogOff",
|
|
1465
|
+
/** UserProfileDiskMounted */
|
|
1402
1466
|
UserProfileDiskMounted = "UserProfileDiskMounted"
|
|
1403
1467
|
}
|
|
1404
1468
|
|
|
@@ -1426,7 +1490,7 @@ export enum KnownStatus {
|
|
|
1426
1490
|
Shutdown = "Shutdown",
|
|
1427
1491
|
/** The Session Host is unavailable because it is currently disconnected. */
|
|
1428
1492
|
Disconnected = "Disconnected",
|
|
1429
|
-
/** Session Host is unavailable because currently an upgrade of RDAgent
|
|
1493
|
+
/** Session Host is unavailable because currently an upgrade of RDAgent\/side-by-side stack is in progress. Note: this state will be removed once the upgrade completes and the host is able to accept connections. */
|
|
1430
1494
|
Upgrading = "Upgrading",
|
|
1431
1495
|
/** Session Host is unavailable because the critical component upgrade (agent, side-by-side stack, etc.) failed. */
|
|
1432
1496
|
UpgradeFailed = "UpgradeFailed",
|
|
@@ -1466,10 +1530,15 @@ export type Status = string;
|
|
|
1466
1530
|
|
|
1467
1531
|
/** Known values of {@link UpdateState} that the service accepts. */
|
|
1468
1532
|
export enum KnownUpdateState {
|
|
1533
|
+
/** Initial */
|
|
1469
1534
|
Initial = "Initial",
|
|
1535
|
+
/** Pending */
|
|
1470
1536
|
Pending = "Pending",
|
|
1537
|
+
/** Started */
|
|
1471
1538
|
Started = "Started",
|
|
1539
|
+
/** Succeeded */
|
|
1472
1540
|
Succeeded = "Succeeded",
|
|
1541
|
+
/** Failed */
|
|
1473
1542
|
Failed = "Failed"
|
|
1474
1543
|
}
|
|
1475
1544
|
|
|
@@ -1508,7 +1577,7 @@ export enum KnownHealthCheckName {
|
|
|
1508
1577
|
SupportedEncryptionCheck = "SupportedEncryptionCheck",
|
|
1509
1578
|
/** Verifies the metadata service is accessible and return compute properties. */
|
|
1510
1579
|
MetaDataServiceCheck = "MetaDataServiceCheck",
|
|
1511
|
-
/** Verifies that the AppAttachService is healthy (there were no issues during package staging). The AppAttachService is used to enable the staging
|
|
1580
|
+
/** Verifies that the AppAttachService is healthy (there were no issues during package staging). The AppAttachService is used to enable the staging\/registration (and eventual deregistration\/destaging) of MSIX apps that have been set up by the tenant admin. This checks whether the component had any failures during package staging. Failures in staging will prevent some MSIX apps from working properly for the end user. If this check fails, it is non fatal and the machine still can service connections, main issue may be certain apps will not work for end-users. */
|
|
1512
1581
|
AppAttachHealthCheck = "AppAttachHealthCheck"
|
|
1513
1582
|
}
|
|
1514
1583
|
|
|
@@ -1554,46 +1623,17 @@ export enum KnownHealthCheckResult {
|
|
|
1554
1623
|
* **SessionHostShutdown**: We received a Shutdown notification.
|
|
1555
1624
|
*/
|
|
1556
1625
|
export type HealthCheckResult = string;
|
|
1557
|
-
|
|
1558
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1559
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1560
|
-
Pending = "Pending",
|
|
1561
|
-
Approved = "Approved",
|
|
1562
|
-
Rejected = "Rejected"
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
/**
|
|
1566
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
1567
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
1568
|
-
* this enum contains the known values that the service supports.
|
|
1569
|
-
* ### Known values supported by the service
|
|
1570
|
-
* **Pending** \
|
|
1571
|
-
* **Approved** \
|
|
1572
|
-
* **Rejected**
|
|
1573
|
-
*/
|
|
1574
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1575
|
-
|
|
1576
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1577
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1578
|
-
Succeeded = "Succeeded",
|
|
1579
|
-
Creating = "Creating",
|
|
1580
|
-
Deleting = "Deleting",
|
|
1581
|
-
Failed = "Failed"
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
/**
|
|
1585
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1586
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1587
|
-
* this enum contains the known values that the service supports.
|
|
1588
|
-
* ### Known values supported by the service
|
|
1589
|
-
* **Succeeded** \
|
|
1590
|
-
* **Creating** \
|
|
1591
|
-
* **Deleting** \
|
|
1592
|
-
* **Failed**
|
|
1593
|
-
*/
|
|
1594
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1595
1626
|
/** Defines values for SkuTier. */
|
|
1596
1627
|
export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
1628
|
+
/** Defines values for DayOfWeek. */
|
|
1629
|
+
export type DayOfWeek =
|
|
1630
|
+
| "Monday"
|
|
1631
|
+
| "Tuesday"
|
|
1632
|
+
| "Wednesday"
|
|
1633
|
+
| "Thursday"
|
|
1634
|
+
| "Friday"
|
|
1635
|
+
| "Saturday"
|
|
1636
|
+
| "Sunday";
|
|
1597
1637
|
|
|
1598
1638
|
/** Optional parameters. */
|
|
1599
1639
|
export interface OperationsListOptionalParams
|
|
@@ -1639,7 +1679,14 @@ export type WorkspacesUpdateResponse = Workspace;
|
|
|
1639
1679
|
|
|
1640
1680
|
/** Optional parameters. */
|
|
1641
1681
|
export interface WorkspacesListByResourceGroupOptionalParams
|
|
1642
|
-
extends coreClient.OperationOptions {
|
|
1682
|
+
extends coreClient.OperationOptions {
|
|
1683
|
+
/** Number of items per page. */
|
|
1684
|
+
pageSize?: number;
|
|
1685
|
+
/** Indicates whether the collection is descending. */
|
|
1686
|
+
isDescending?: boolean;
|
|
1687
|
+
/** Initial number of items to skip. */
|
|
1688
|
+
initialSkip?: number;
|
|
1689
|
+
}
|
|
1643
1690
|
|
|
1644
1691
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1645
1692
|
export type WorkspacesListByResourceGroupResponse = WorkspaceList;
|
|
@@ -1695,21 +1742,42 @@ export type ScalingPlansUpdateResponse = ScalingPlan;
|
|
|
1695
1742
|
|
|
1696
1743
|
/** Optional parameters. */
|
|
1697
1744
|
export interface ScalingPlansListByResourceGroupOptionalParams
|
|
1698
|
-
extends coreClient.OperationOptions {
|
|
1745
|
+
extends coreClient.OperationOptions {
|
|
1746
|
+
/** Number of items per page. */
|
|
1747
|
+
pageSize?: number;
|
|
1748
|
+
/** Indicates whether the collection is descending. */
|
|
1749
|
+
isDescending?: boolean;
|
|
1750
|
+
/** Initial number of items to skip. */
|
|
1751
|
+
initialSkip?: number;
|
|
1752
|
+
}
|
|
1699
1753
|
|
|
1700
1754
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1701
1755
|
export type ScalingPlansListByResourceGroupResponse = ScalingPlanList;
|
|
1702
1756
|
|
|
1703
1757
|
/** Optional parameters. */
|
|
1704
1758
|
export interface ScalingPlansListBySubscriptionOptionalParams
|
|
1705
|
-
extends coreClient.OperationOptions {
|
|
1759
|
+
extends coreClient.OperationOptions {
|
|
1760
|
+
/** Number of items per page. */
|
|
1761
|
+
pageSize?: number;
|
|
1762
|
+
/** Indicates whether the collection is descending. */
|
|
1763
|
+
isDescending?: boolean;
|
|
1764
|
+
/** Initial number of items to skip. */
|
|
1765
|
+
initialSkip?: number;
|
|
1766
|
+
}
|
|
1706
1767
|
|
|
1707
1768
|
/** Contains response data for the listBySubscription operation. */
|
|
1708
1769
|
export type ScalingPlansListBySubscriptionResponse = ScalingPlanList;
|
|
1709
1770
|
|
|
1710
1771
|
/** Optional parameters. */
|
|
1711
1772
|
export interface ScalingPlansListByHostPoolOptionalParams
|
|
1712
|
-
extends coreClient.OperationOptions {
|
|
1773
|
+
extends coreClient.OperationOptions {
|
|
1774
|
+
/** Number of items per page. */
|
|
1775
|
+
pageSize?: number;
|
|
1776
|
+
/** Indicates whether the collection is descending. */
|
|
1777
|
+
isDescending?: boolean;
|
|
1778
|
+
/** Initial number of items to skip. */
|
|
1779
|
+
initialSkip?: number;
|
|
1780
|
+
}
|
|
1713
1781
|
|
|
1714
1782
|
/** Contains response data for the listByHostPool operation. */
|
|
1715
1783
|
export type ScalingPlansListByHostPoolResponse = ScalingPlanList;
|
|
@@ -1735,6 +1803,55 @@ export interface ScalingPlansListByHostPoolNextOptionalParams
|
|
|
1735
1803
|
/** Contains response data for the listByHostPoolNext operation. */
|
|
1736
1804
|
export type ScalingPlansListByHostPoolNextResponse = ScalingPlanList;
|
|
1737
1805
|
|
|
1806
|
+
/** Optional parameters. */
|
|
1807
|
+
export interface ScalingPlanPooledSchedulesGetOptionalParams
|
|
1808
|
+
extends coreClient.OperationOptions {}
|
|
1809
|
+
|
|
1810
|
+
/** Contains response data for the get operation. */
|
|
1811
|
+
export type ScalingPlanPooledSchedulesGetResponse = ScalingPlanPooledSchedule;
|
|
1812
|
+
|
|
1813
|
+
/** Optional parameters. */
|
|
1814
|
+
export interface ScalingPlanPooledSchedulesCreateOptionalParams
|
|
1815
|
+
extends coreClient.OperationOptions {}
|
|
1816
|
+
|
|
1817
|
+
/** Contains response data for the create operation. */
|
|
1818
|
+
export type ScalingPlanPooledSchedulesCreateResponse = ScalingPlanPooledSchedule;
|
|
1819
|
+
|
|
1820
|
+
/** Optional parameters. */
|
|
1821
|
+
export interface ScalingPlanPooledSchedulesDeleteOptionalParams
|
|
1822
|
+
extends coreClient.OperationOptions {}
|
|
1823
|
+
|
|
1824
|
+
/** Optional parameters. */
|
|
1825
|
+
export interface ScalingPlanPooledSchedulesUpdateOptionalParams
|
|
1826
|
+
extends coreClient.OperationOptions {
|
|
1827
|
+
/** Object containing ScalingPlanPooledSchedule definitions. */
|
|
1828
|
+
scalingPlanSchedule?: ScalingPlanPooledSchedulePatch;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
/** Contains response data for the update operation. */
|
|
1832
|
+
export type ScalingPlanPooledSchedulesUpdateResponse = ScalingPlanPooledSchedule;
|
|
1833
|
+
|
|
1834
|
+
/** Optional parameters. */
|
|
1835
|
+
export interface ScalingPlanPooledSchedulesListOptionalParams
|
|
1836
|
+
extends coreClient.OperationOptions {
|
|
1837
|
+
/** Number of items per page. */
|
|
1838
|
+
pageSize?: number;
|
|
1839
|
+
/** Indicates whether the collection is descending. */
|
|
1840
|
+
isDescending?: boolean;
|
|
1841
|
+
/** Initial number of items to skip. */
|
|
1842
|
+
initialSkip?: number;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
/** Contains response data for the list operation. */
|
|
1846
|
+
export type ScalingPlanPooledSchedulesListResponse = ScalingPlanPooledScheduleList;
|
|
1847
|
+
|
|
1848
|
+
/** Optional parameters. */
|
|
1849
|
+
export interface ScalingPlanPooledSchedulesListNextOptionalParams
|
|
1850
|
+
extends coreClient.OperationOptions {}
|
|
1851
|
+
|
|
1852
|
+
/** Contains response data for the listNext operation. */
|
|
1853
|
+
export type ScalingPlanPooledSchedulesListNextResponse = ScalingPlanPooledScheduleList;
|
|
1854
|
+
|
|
1738
1855
|
/** Optional parameters. */
|
|
1739
1856
|
export interface ApplicationGroupsGetOptionalParams
|
|
1740
1857
|
extends coreClient.OperationOptions {}
|
|
@@ -1766,6 +1883,12 @@ export type ApplicationGroupsUpdateResponse = ApplicationGroup;
|
|
|
1766
1883
|
/** Optional parameters. */
|
|
1767
1884
|
export interface ApplicationGroupsListByResourceGroupOptionalParams
|
|
1768
1885
|
extends coreClient.OperationOptions {
|
|
1886
|
+
/** Number of items per page. */
|
|
1887
|
+
pageSize?: number;
|
|
1888
|
+
/** Indicates whether the collection is descending. */
|
|
1889
|
+
isDescending?: boolean;
|
|
1890
|
+
/** Initial number of items to skip. */
|
|
1891
|
+
initialSkip?: number;
|
|
1769
1892
|
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
1770
1893
|
filter?: string;
|
|
1771
1894
|
}
|
|
@@ -1785,27 +1908,28 @@ export type ApplicationGroupsListBySubscriptionResponse = ApplicationGroupList;
|
|
|
1785
1908
|
|
|
1786
1909
|
/** Optional parameters. */
|
|
1787
1910
|
export interface ApplicationGroupsListByResourceGroupNextOptionalParams
|
|
1788
|
-
extends coreClient.OperationOptions {
|
|
1789
|
-
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
1790
|
-
filter?: string;
|
|
1791
|
-
}
|
|
1911
|
+
extends coreClient.OperationOptions {}
|
|
1792
1912
|
|
|
1793
1913
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1794
1914
|
export type ApplicationGroupsListByResourceGroupNextResponse = ApplicationGroupList;
|
|
1795
1915
|
|
|
1796
1916
|
/** Optional parameters. */
|
|
1797
1917
|
export interface ApplicationGroupsListBySubscriptionNextOptionalParams
|
|
1798
|
-
extends coreClient.OperationOptions {
|
|
1799
|
-
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
1800
|
-
filter?: string;
|
|
1801
|
-
}
|
|
1918
|
+
extends coreClient.OperationOptions {}
|
|
1802
1919
|
|
|
1803
1920
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1804
1921
|
export type ApplicationGroupsListBySubscriptionNextResponse = ApplicationGroupList;
|
|
1805
1922
|
|
|
1806
1923
|
/** Optional parameters. */
|
|
1807
1924
|
export interface StartMenuItemsListOptionalParams
|
|
1808
|
-
extends coreClient.OperationOptions {
|
|
1925
|
+
extends coreClient.OperationOptions {
|
|
1926
|
+
/** Number of items per page. */
|
|
1927
|
+
pageSize?: number;
|
|
1928
|
+
/** Indicates whether the collection is descending. */
|
|
1929
|
+
isDescending?: boolean;
|
|
1930
|
+
/** Initial number of items to skip. */
|
|
1931
|
+
initialSkip?: number;
|
|
1932
|
+
}
|
|
1809
1933
|
|
|
1810
1934
|
/** Contains response data for the list operation. */
|
|
1811
1935
|
export type StartMenuItemsListResponse = StartMenuItemList;
|
|
@@ -1847,7 +1971,14 @@ export type ApplicationsUpdateResponse = Application;
|
|
|
1847
1971
|
|
|
1848
1972
|
/** Optional parameters. */
|
|
1849
1973
|
export interface ApplicationsListOptionalParams
|
|
1850
|
-
extends coreClient.OperationOptions {
|
|
1974
|
+
extends coreClient.OperationOptions {
|
|
1975
|
+
/** Number of items per page. */
|
|
1976
|
+
pageSize?: number;
|
|
1977
|
+
/** Indicates whether the collection is descending. */
|
|
1978
|
+
isDescending?: boolean;
|
|
1979
|
+
/** Initial number of items to skip. */
|
|
1980
|
+
initialSkip?: number;
|
|
1981
|
+
}
|
|
1851
1982
|
|
|
1852
1983
|
/** Contains response data for the list operation. */
|
|
1853
1984
|
export type ApplicationsListResponse = ApplicationList;
|
|
@@ -1878,7 +2009,14 @@ export type DesktopsUpdateResponse = Desktop;
|
|
|
1878
2009
|
|
|
1879
2010
|
/** Optional parameters. */
|
|
1880
2011
|
export interface DesktopsListOptionalParams
|
|
1881
|
-
extends coreClient.OperationOptions {
|
|
2012
|
+
extends coreClient.OperationOptions {
|
|
2013
|
+
/** Number of items per page. */
|
|
2014
|
+
pageSize?: number;
|
|
2015
|
+
/** Indicates whether the collection is descending. */
|
|
2016
|
+
isDescending?: boolean;
|
|
2017
|
+
/** Initial number of items to skip. */
|
|
2018
|
+
initialSkip?: number;
|
|
2019
|
+
}
|
|
1882
2020
|
|
|
1883
2021
|
/** Contains response data for the list operation. */
|
|
1884
2022
|
export type DesktopsListResponse = DesktopList;
|
|
@@ -1923,14 +2061,28 @@ export type HostPoolsUpdateResponse = HostPool;
|
|
|
1923
2061
|
|
|
1924
2062
|
/** Optional parameters. */
|
|
1925
2063
|
export interface HostPoolsListByResourceGroupOptionalParams
|
|
1926
|
-
extends coreClient.OperationOptions {
|
|
2064
|
+
extends coreClient.OperationOptions {
|
|
2065
|
+
/** Number of items per page. */
|
|
2066
|
+
pageSize?: number;
|
|
2067
|
+
/** Indicates whether the collection is descending. */
|
|
2068
|
+
isDescending?: boolean;
|
|
2069
|
+
/** Initial number of items to skip. */
|
|
2070
|
+
initialSkip?: number;
|
|
2071
|
+
}
|
|
1927
2072
|
|
|
1928
2073
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1929
2074
|
export type HostPoolsListByResourceGroupResponse = HostPoolList;
|
|
1930
2075
|
|
|
1931
2076
|
/** Optional parameters. */
|
|
1932
2077
|
export interface HostPoolsListOptionalParams
|
|
1933
|
-
extends coreClient.OperationOptions {
|
|
2078
|
+
extends coreClient.OperationOptions {
|
|
2079
|
+
/** Number of items per page. */
|
|
2080
|
+
pageSize?: number;
|
|
2081
|
+
/** Indicates whether the collection is descending. */
|
|
2082
|
+
isDescending?: boolean;
|
|
2083
|
+
/** Initial number of items to skip. */
|
|
2084
|
+
initialSkip?: number;
|
|
2085
|
+
}
|
|
1934
2086
|
|
|
1935
2087
|
/** Contains response data for the list operation. */
|
|
1936
2088
|
export type HostPoolsListResponse = HostPoolList;
|
|
@@ -1959,6 +2111,12 @@ export type HostPoolsListNextResponse = HostPoolList;
|
|
|
1959
2111
|
/** Optional parameters. */
|
|
1960
2112
|
export interface UserSessionsListByHostPoolOptionalParams
|
|
1961
2113
|
extends coreClient.OperationOptions {
|
|
2114
|
+
/** Number of items per page. */
|
|
2115
|
+
pageSize?: number;
|
|
2116
|
+
/** Indicates whether the collection is descending. */
|
|
2117
|
+
isDescending?: boolean;
|
|
2118
|
+
/** Initial number of items to skip. */
|
|
2119
|
+
initialSkip?: number;
|
|
1962
2120
|
/** OData filter expression. Valid properties for filtering are userprincipalname and sessionstate. */
|
|
1963
2121
|
filter?: string;
|
|
1964
2122
|
}
|
|
@@ -1982,7 +2140,14 @@ export interface UserSessionsDeleteOptionalParams
|
|
|
1982
2140
|
|
|
1983
2141
|
/** Optional parameters. */
|
|
1984
2142
|
export interface UserSessionsListOptionalParams
|
|
1985
|
-
extends coreClient.OperationOptions {
|
|
2143
|
+
extends coreClient.OperationOptions {
|
|
2144
|
+
/** Number of items per page. */
|
|
2145
|
+
pageSize?: number;
|
|
2146
|
+
/** Indicates whether the collection is descending. */
|
|
2147
|
+
isDescending?: boolean;
|
|
2148
|
+
/** Initial number of items to skip. */
|
|
2149
|
+
initialSkip?: number;
|
|
2150
|
+
}
|
|
1986
2151
|
|
|
1987
2152
|
/** Contains response data for the list operation. */
|
|
1988
2153
|
export type UserSessionsListResponse = UserSessionList;
|
|
@@ -2000,10 +2165,7 @@ export interface UserSessionsSendMessageOptionalParams
|
|
|
2000
2165
|
|
|
2001
2166
|
/** Optional parameters. */
|
|
2002
2167
|
export interface UserSessionsListByHostPoolNextOptionalParams
|
|
2003
|
-
extends coreClient.OperationOptions {
|
|
2004
|
-
/** OData filter expression. Valid properties for filtering are userprincipalname and sessionstate. */
|
|
2005
|
-
filter?: string;
|
|
2006
|
-
}
|
|
2168
|
+
extends coreClient.OperationOptions {}
|
|
2007
2169
|
|
|
2008
2170
|
/** Contains response data for the listByHostPoolNext operation. */
|
|
2009
2171
|
export type UserSessionsListByHostPoolNextResponse = UserSessionList;
|
|
@@ -2043,7 +2205,14 @@ export type SessionHostsUpdateResponse = SessionHost;
|
|
|
2043
2205
|
|
|
2044
2206
|
/** Optional parameters. */
|
|
2045
2207
|
export interface SessionHostsListOptionalParams
|
|
2046
|
-
extends coreClient.OperationOptions {
|
|
2208
|
+
extends coreClient.OperationOptions {
|
|
2209
|
+
/** Number of items per page. */
|
|
2210
|
+
pageSize?: number;
|
|
2211
|
+
/** Indicates whether the collection is descending. */
|
|
2212
|
+
isDescending?: boolean;
|
|
2213
|
+
/** Initial number of items to skip. */
|
|
2214
|
+
initialSkip?: number;
|
|
2215
|
+
}
|
|
2047
2216
|
|
|
2048
2217
|
/** Contains response data for the list operation. */
|
|
2049
2218
|
export type SessionHostsListResponse = SessionHostList;
|
|
@@ -2085,7 +2254,14 @@ export type MsixPackagesUpdateResponse = MsixPackage;
|
|
|
2085
2254
|
|
|
2086
2255
|
/** Optional parameters. */
|
|
2087
2256
|
export interface MsixPackagesListOptionalParams
|
|
2088
|
-
extends coreClient.OperationOptions {
|
|
2257
|
+
extends coreClient.OperationOptions {
|
|
2258
|
+
/** Number of items per page. */
|
|
2259
|
+
pageSize?: number;
|
|
2260
|
+
/** Indicates whether the collection is descending. */
|
|
2261
|
+
isDescending?: boolean;
|
|
2262
|
+
/** Initial number of items to skip. */
|
|
2263
|
+
initialSkip?: number;
|
|
2264
|
+
}
|
|
2089
2265
|
|
|
2090
2266
|
/** Contains response data for the list operation. */
|
|
2091
2267
|
export type MsixPackagesListResponse = MsixPackageList;
|
|
@@ -2111,98 +2287,6 @@ export interface MsixImagesExpandNextOptionalParams
|
|
|
2111
2287
|
/** Contains response data for the expandNext operation. */
|
|
2112
2288
|
export type MsixImagesExpandNextResponse = ExpandMsixImageList;
|
|
2113
2289
|
|
|
2114
|
-
/** Optional parameters. */
|
|
2115
|
-
export interface PrivateEndpointConnectionsListByHostPoolOptionalParams
|
|
2116
|
-
extends coreClient.OperationOptions {}
|
|
2117
|
-
|
|
2118
|
-
/** Contains response data for the listByHostPool operation. */
|
|
2119
|
-
export type PrivateEndpointConnectionsListByHostPoolResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2120
|
-
|
|
2121
|
-
/** Optional parameters. */
|
|
2122
|
-
export interface PrivateEndpointConnectionsGetByHostPoolOptionalParams
|
|
2123
|
-
extends coreClient.OperationOptions {}
|
|
2124
|
-
|
|
2125
|
-
/** Contains response data for the getByHostPool operation. */
|
|
2126
|
-
export type PrivateEndpointConnectionsGetByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
2127
|
-
|
|
2128
|
-
/** Optional parameters. */
|
|
2129
|
-
export interface PrivateEndpointConnectionsDeleteByHostPoolOptionalParams
|
|
2130
|
-
extends coreClient.OperationOptions {}
|
|
2131
|
-
|
|
2132
|
-
/** Optional parameters. */
|
|
2133
|
-
export interface PrivateEndpointConnectionsUpdateByHostPoolOptionalParams
|
|
2134
|
-
extends coreClient.OperationOptions {}
|
|
2135
|
-
|
|
2136
|
-
/** Contains response data for the updateByHostPool operation. */
|
|
2137
|
-
export type PrivateEndpointConnectionsUpdateByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
2138
|
-
|
|
2139
|
-
/** Optional parameters. */
|
|
2140
|
-
export interface PrivateEndpointConnectionsListByWorkspaceOptionalParams
|
|
2141
|
-
extends coreClient.OperationOptions {}
|
|
2142
|
-
|
|
2143
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
2144
|
-
export type PrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2145
|
-
|
|
2146
|
-
/** Optional parameters. */
|
|
2147
|
-
export interface PrivateEndpointConnectionsGetByWorkspaceOptionalParams
|
|
2148
|
-
extends coreClient.OperationOptions {}
|
|
2149
|
-
|
|
2150
|
-
/** Contains response data for the getByWorkspace operation. */
|
|
2151
|
-
export type PrivateEndpointConnectionsGetByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
2152
|
-
|
|
2153
|
-
/** Optional parameters. */
|
|
2154
|
-
export interface PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams
|
|
2155
|
-
extends coreClient.OperationOptions {}
|
|
2156
|
-
|
|
2157
|
-
/** Optional parameters. */
|
|
2158
|
-
export interface PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams
|
|
2159
|
-
extends coreClient.OperationOptions {}
|
|
2160
|
-
|
|
2161
|
-
/** Contains response data for the updateByWorkspace operation. */
|
|
2162
|
-
export type PrivateEndpointConnectionsUpdateByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
2163
|
-
|
|
2164
|
-
/** Optional parameters. */
|
|
2165
|
-
export interface PrivateEndpointConnectionsListByHostPoolNextOptionalParams
|
|
2166
|
-
extends coreClient.OperationOptions {}
|
|
2167
|
-
|
|
2168
|
-
/** Contains response data for the listByHostPoolNext operation. */
|
|
2169
|
-
export type PrivateEndpointConnectionsListByHostPoolNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2170
|
-
|
|
2171
|
-
/** Optional parameters. */
|
|
2172
|
-
export interface PrivateEndpointConnectionsListByWorkspaceNextOptionalParams
|
|
2173
|
-
extends coreClient.OperationOptions {}
|
|
2174
|
-
|
|
2175
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
2176
|
-
export type PrivateEndpointConnectionsListByWorkspaceNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2177
|
-
|
|
2178
|
-
/** Optional parameters. */
|
|
2179
|
-
export interface PrivateLinkResourcesListByHostPoolOptionalParams
|
|
2180
|
-
extends coreClient.OperationOptions {}
|
|
2181
|
-
|
|
2182
|
-
/** Contains response data for the listByHostPool operation. */
|
|
2183
|
-
export type PrivateLinkResourcesListByHostPoolResponse = PrivateLinkResourceListResult;
|
|
2184
|
-
|
|
2185
|
-
/** Optional parameters. */
|
|
2186
|
-
export interface PrivateLinkResourcesListByWorkspaceOptionalParams
|
|
2187
|
-
extends coreClient.OperationOptions {}
|
|
2188
|
-
|
|
2189
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
2190
|
-
export type PrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResult;
|
|
2191
|
-
|
|
2192
|
-
/** Optional parameters. */
|
|
2193
|
-
export interface PrivateLinkResourcesListByHostPoolNextOptionalParams
|
|
2194
|
-
extends coreClient.OperationOptions {}
|
|
2195
|
-
|
|
2196
|
-
/** Contains response data for the listByHostPoolNext operation. */
|
|
2197
|
-
export type PrivateLinkResourcesListByHostPoolNextResponse = PrivateLinkResourceListResult;
|
|
2198
|
-
|
|
2199
|
-
/** Optional parameters. */
|
|
2200
|
-
export interface PrivateLinkResourcesListByWorkspaceNextOptionalParams
|
|
2201
|
-
extends coreClient.OperationOptions {}
|
|
2202
|
-
|
|
2203
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
2204
|
-
export type PrivateLinkResourcesListByWorkspaceNextResponse = PrivateLinkResourceListResult;
|
|
2205
|
-
|
|
2206
2290
|
/** Optional parameters. */
|
|
2207
2291
|
export interface DesktopVirtualizationAPIClientOptionalParams
|
|
2208
2292
|
extends coreClient.ServiceClientOptions {
|