@azure/arm-desktopvirtualization 1.0.0-beta.4 → 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 -40
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1703 -1907
- 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 +12 -4
- 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 +2 -3
- package/dist-esm/src/desktopVirtualizationAPIClient.d.ts.map +1 -1
- package/dist-esm/src/desktopVirtualizationAPIClient.js +4 -5
- package/dist-esm/src/desktopVirtualizationAPIClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +277 -248
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +10 -46
- 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.js +7 -3
- package/dist-esm/src/operations/applicationGroups.js.map +1 -1
- package/dist-esm/src/operations/applications.js +6 -2
- package/dist-esm/src/operations/applications.js.map +1 -1
- package/dist-esm/src/operations/desktops.js +6 -2
- package/dist-esm/src/operations/desktops.js.map +1 -1
- package/dist-esm/src/operations/hostPools.js +12 -4
- 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.js +0 -1
- package/dist-esm/src/operations/msixImages.js.map +1 -1
- package/dist-esm/src/operations/msixPackages.js +6 -2
- package/dist-esm/src/operations/msixPackages.js.map +1 -1
- package/dist-esm/src/operations/operations.js +0 -1
- 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.js +18 -6
- package/dist-esm/src/operations/scalingPlans.js.map +1 -1
- package/dist-esm/src/operations/sessionHosts.js +6 -2
- package/dist-esm/src/operations/sessionHosts.js.map +1 -1
- package/dist-esm/src/operations/startMenuItems.js +6 -2
- package/dist-esm/src/operations/startMenuItems.js.map +1 -1
- package/dist-esm/src/operations/userSessions.js +13 -4
- package/dist-esm/src/operations/userSessions.js.map +1 -1
- package/dist-esm/src/operations/workspaces.js +6 -3
- 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 +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/package.json +10 -9
- package/review/arm-desktopvirtualization.api.md +186 -211
- package/src/desktopVirtualizationAPIClient.ts +8 -12
- package/src/models/index.ts +333 -309
- package/src/models/mappers.ts +497 -249
- package/src/models/parameters.ts +59 -19
- package/src/operations/applicationGroups.ts +7 -3
- package/src/operations/applications.ts +6 -2
- package/src/operations/desktops.ts +6 -2
- package/src/operations/hostPools.ts +12 -4
- package/src/operations/index.ts +1 -2
- package/src/operations/msixImages.ts +0 -1
- package/src/operations/msixPackages.ts +6 -2
- package/src/operations/operations.ts +0 -1
- package/src/operations/scalingPlanPooledSchedules.ts +393 -0
- package/src/operations/scalingPlans.ts +18 -6
- package/src/operations/sessionHosts.ts +6 -2
- package/src/operations/startMenuItems.ts +6 -2
- package/src/operations/userSessions.ts +13 -4
- package/src/operations/workspaces.ts +6 -3
- package/src/operationsInterfaces/index.ts +1 -2
- package/src/operationsInterfaces/scalingPlanPooledSchedules.ts +90 -0
- package/src/pagingHelper.ts +4 -4
- package/types/arm-desktopvirtualization.d.ts +345 -386
- 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 -506
- 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 -272
- 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 -679
- package/src/operations/privateLinkResources.ts +0 -371
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -140
- package/src/operationsInterfaces/privateLinkResources.ts +0 -41
|
@@ -2,6 +2,30 @@ import * as coreAuth from '@azure/core-auth';
|
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
3
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
4
|
|
|
5
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
6
|
+
export declare interface AgentUpdatePatchProperties {
|
|
7
|
+
/** The type of maintenance for session host components. */
|
|
8
|
+
type?: SessionHostComponentUpdateType;
|
|
9
|
+
/** Whether to use localTime of the virtual machine. */
|
|
10
|
+
useSessionHostLocalTime?: boolean;
|
|
11
|
+
/** 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. */
|
|
12
|
+
maintenanceWindowTimeZone?: string;
|
|
13
|
+
/** List of maintenance windows. Maintenance windows are 2 hours long. */
|
|
14
|
+
maintenanceWindows?: MaintenanceWindowPatchProperties[];
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
18
|
+
export declare interface AgentUpdateProperties {
|
|
19
|
+
/** The type of maintenance for session host components. */
|
|
20
|
+
type?: SessionHostComponentUpdateType;
|
|
21
|
+
/** Whether to use localTime of the virtual machine. */
|
|
22
|
+
useSessionHostLocalTime?: boolean;
|
|
23
|
+
/** 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. */
|
|
24
|
+
maintenanceWindowTimeZone?: string;
|
|
25
|
+
/** List of maintenance windows. Maintenance windows are 2 hours long. */
|
|
26
|
+
maintenanceWindows?: MaintenanceWindowProperties[];
|
|
27
|
+
}
|
|
28
|
+
|
|
5
29
|
/** Schema for Application properties. */
|
|
6
30
|
export declare interface Application extends Resource {
|
|
7
31
|
/**
|
|
@@ -73,8 +97,6 @@ export declare interface ApplicationGroup extends ResourceModelWithAllowedProper
|
|
|
73
97
|
readonly workspaceArmPath?: string;
|
|
74
98
|
/** Resource Type of ApplicationGroup. */
|
|
75
99
|
applicationGroupType: ApplicationGroupType;
|
|
76
|
-
/** The registration info of HostPool. */
|
|
77
|
-
migrationRequest?: MigrationRequestProperties;
|
|
78
100
|
/**
|
|
79
101
|
* Is cloud pc resource.
|
|
80
102
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -169,8 +191,6 @@ export declare type ApplicationGroupsGetResponse = ApplicationGroup;
|
|
|
169
191
|
|
|
170
192
|
/** Optional parameters. */
|
|
171
193
|
export declare interface ApplicationGroupsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
172
|
-
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
173
|
-
filter?: string;
|
|
174
194
|
}
|
|
175
195
|
|
|
176
196
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
@@ -178,6 +198,12 @@ export declare type ApplicationGroupsListByResourceGroupNextResponse = Applicati
|
|
|
178
198
|
|
|
179
199
|
/** Optional parameters. */
|
|
180
200
|
export declare interface ApplicationGroupsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
201
|
+
/** Number of items per page. */
|
|
202
|
+
pageSize?: number;
|
|
203
|
+
/** Indicates whether the collection is descending. */
|
|
204
|
+
isDescending?: boolean;
|
|
205
|
+
/** Initial number of items to skip. */
|
|
206
|
+
initialSkip?: number;
|
|
181
207
|
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
182
208
|
filter?: string;
|
|
183
209
|
}
|
|
@@ -187,8 +213,6 @@ export declare type ApplicationGroupsListByResourceGroupResponse = ApplicationGr
|
|
|
187
213
|
|
|
188
214
|
/** Optional parameters. */
|
|
189
215
|
export declare interface ApplicationGroupsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
190
|
-
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
191
|
-
filter?: string;
|
|
192
216
|
}
|
|
193
217
|
|
|
194
218
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
@@ -334,6 +358,12 @@ export declare type ApplicationsListNextResponse = ApplicationList;
|
|
|
334
358
|
|
|
335
359
|
/** Optional parameters. */
|
|
336
360
|
export declare interface ApplicationsListOptionalParams extends coreClient.OperationOptions {
|
|
361
|
+
/** Number of items per page. */
|
|
362
|
+
pageSize?: number;
|
|
363
|
+
/** Indicates whether the collection is descending. */
|
|
364
|
+
isDescending?: boolean;
|
|
365
|
+
/** Initial number of items to skip. */
|
|
366
|
+
initialSkip?: number;
|
|
337
367
|
}
|
|
338
368
|
|
|
339
369
|
/** Contains response data for the list operation. */
|
|
@@ -395,6 +425,9 @@ export declare type CommandLineSetting = string;
|
|
|
395
425
|
*/
|
|
396
426
|
export declare type CreatedByType = string;
|
|
397
427
|
|
|
428
|
+
/** Defines values for DayOfWeek. */
|
|
429
|
+
export declare type DayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
430
|
+
|
|
398
431
|
/** Schema for Desktop properties. */
|
|
399
432
|
export declare interface Desktop extends Resource {
|
|
400
433
|
/**
|
|
@@ -489,6 +522,12 @@ export declare type DesktopsListNextResponse = DesktopList;
|
|
|
489
522
|
|
|
490
523
|
/** Optional parameters. */
|
|
491
524
|
export declare interface DesktopsListOptionalParams extends coreClient.OperationOptions {
|
|
525
|
+
/** Number of items per page. */
|
|
526
|
+
pageSize?: number;
|
|
527
|
+
/** Indicates whether the collection is descending. */
|
|
528
|
+
isDescending?: boolean;
|
|
529
|
+
/** Initial number of items to skip. */
|
|
530
|
+
initialSkip?: number;
|
|
492
531
|
}
|
|
493
532
|
|
|
494
533
|
/** Contains response data for the list operation. */
|
|
@@ -519,6 +558,7 @@ export declare class DesktopVirtualizationAPIClient extends coreClient.ServiceCl
|
|
|
519
558
|
operations: Operations;
|
|
520
559
|
workspaces: Workspaces;
|
|
521
560
|
scalingPlans: ScalingPlans;
|
|
561
|
+
scalingPlanPooledSchedules: ScalingPlanPooledSchedules;
|
|
522
562
|
applicationGroups: ApplicationGroups;
|
|
523
563
|
startMenuItems: StartMenuItems;
|
|
524
564
|
applications: Applications;
|
|
@@ -528,8 +568,6 @@ export declare class DesktopVirtualizationAPIClient extends coreClient.ServiceCl
|
|
|
528
568
|
sessionHosts: SessionHosts;
|
|
529
569
|
msixPackages: MsixPackages;
|
|
530
570
|
msixImages: MsixImages;
|
|
531
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
532
|
-
privateLinkResources: PrivateLinkResources;
|
|
533
571
|
}
|
|
534
572
|
|
|
535
573
|
/** Optional parameters. */
|
|
@@ -584,11 +622,11 @@ export declare interface ExpandMsixImageList {
|
|
|
584
622
|
}
|
|
585
623
|
|
|
586
624
|
/**
|
|
587
|
-
* Given
|
|
588
|
-
* continuation token that can be used to begin paging from
|
|
625
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
626
|
+
* returns a continuation token that can be used to begin paging from
|
|
589
627
|
* that point later.
|
|
590
|
-
* @param page
|
|
591
|
-
* @returns The continuation token that can be passed into byPage().
|
|
628
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
629
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
592
630
|
*/
|
|
593
631
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
594
632
|
|
|
@@ -674,15 +712,13 @@ export declare interface HostPool extends ResourceModelWithAllowedPropertySet {
|
|
|
674
712
|
preferredAppGroupType: PreferredAppGroupType;
|
|
675
713
|
/** The flag to turn on/off StartVMOnConnect feature. */
|
|
676
714
|
startVMOnConnect?: boolean;
|
|
677
|
-
/** The registration info of HostPool. */
|
|
678
|
-
migrationRequest?: MigrationRequestProperties;
|
|
679
715
|
/**
|
|
680
716
|
* Is cloud pc resource.
|
|
681
717
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
682
718
|
*/
|
|
683
719
|
readonly cloudPcResource?: boolean;
|
|
684
|
-
/**
|
|
685
|
-
|
|
720
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
721
|
+
agentUpdate?: AgentUpdateProperties;
|
|
686
722
|
}
|
|
687
723
|
|
|
688
724
|
/** List of HostPool definitions. */
|
|
@@ -734,8 +770,8 @@ export declare interface HostPoolPatch extends Resource {
|
|
|
734
770
|
preferredAppGroupType?: PreferredAppGroupType;
|
|
735
771
|
/** The flag to turn on/off StartVMOnConnect feature. */
|
|
736
772
|
startVMOnConnect?: boolean;
|
|
737
|
-
/**
|
|
738
|
-
|
|
773
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
774
|
+
agentUpdate?: AgentUpdatePatchProperties;
|
|
739
775
|
}
|
|
740
776
|
|
|
741
777
|
/** Interface representing a HostPools. */
|
|
@@ -818,6 +854,12 @@ export declare type HostPoolsListByResourceGroupNextResponse = HostPoolList;
|
|
|
818
854
|
|
|
819
855
|
/** Optional parameters. */
|
|
820
856
|
export declare interface HostPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
857
|
+
/** Number of items per page. */
|
|
858
|
+
pageSize?: number;
|
|
859
|
+
/** Indicates whether the collection is descending. */
|
|
860
|
+
isDescending?: boolean;
|
|
861
|
+
/** Initial number of items to skip. */
|
|
862
|
+
initialSkip?: number;
|
|
821
863
|
}
|
|
822
864
|
|
|
823
865
|
/** Contains response data for the listByResourceGroup operation. */
|
|
@@ -832,6 +874,12 @@ export declare type HostPoolsListNextResponse = HostPoolList;
|
|
|
832
874
|
|
|
833
875
|
/** Optional parameters. */
|
|
834
876
|
export declare interface HostPoolsListOptionalParams extends coreClient.OperationOptions {
|
|
877
|
+
/** Number of items per page. */
|
|
878
|
+
pageSize?: number;
|
|
879
|
+
/** Indicates whether the collection is descending. */
|
|
880
|
+
isDescending?: boolean;
|
|
881
|
+
/** Initial number of items to skip. */
|
|
882
|
+
initialSkip?: number;
|
|
835
883
|
}
|
|
836
884
|
|
|
837
885
|
/** Contains response data for the list operation. */
|
|
@@ -940,7 +988,7 @@ export declare enum KnownHealthCheckName {
|
|
|
940
988
|
SupportedEncryptionCheck = "SupportedEncryptionCheck",
|
|
941
989
|
/** Verifies the metadata service is accessible and return compute properties. */
|
|
942
990
|
MetaDataServiceCheck = "MetaDataServiceCheck",
|
|
943
|
-
/** Verifies that the AppAttachService is healthy (there were no issues during package staging). The AppAttachService is used to enable the staging
|
|
991
|
+
/** 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. */
|
|
944
992
|
AppAttachHealthCheck = "AppAttachHealthCheck"
|
|
945
993
|
}
|
|
946
994
|
|
|
@@ -976,20 +1024,6 @@ export declare enum KnownLoadBalancerType {
|
|
|
976
1024
|
Persistent = "Persistent"
|
|
977
1025
|
}
|
|
978
1026
|
|
|
979
|
-
/** Known values of {@link Operation} that the service accepts. */
|
|
980
|
-
export declare enum KnownOperation {
|
|
981
|
-
/** Start the migration. */
|
|
982
|
-
Start = "Start",
|
|
983
|
-
/** Revoke the migration. */
|
|
984
|
-
Revoke = "Revoke",
|
|
985
|
-
/** Complete the migration. */
|
|
986
|
-
Complete = "Complete",
|
|
987
|
-
/** Hide the hostpool. */
|
|
988
|
-
Hide = "Hide",
|
|
989
|
-
/** Unhide the hostpool. */
|
|
990
|
-
Unhide = "Unhide"
|
|
991
|
-
}
|
|
992
|
-
|
|
993
1027
|
/** Known values of {@link PersonalDesktopAssignmentType} that the service accepts. */
|
|
994
1028
|
export declare enum KnownPersonalDesktopAssignmentType {
|
|
995
1029
|
/** Automatic */
|
|
@@ -1008,36 +1042,6 @@ export declare enum KnownPreferredAppGroupType {
|
|
|
1008
1042
|
RailApplications = "RailApplications"
|
|
1009
1043
|
}
|
|
1010
1044
|
|
|
1011
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1012
|
-
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1013
|
-
/** Succeeded */
|
|
1014
|
-
Succeeded = "Succeeded",
|
|
1015
|
-
/** Creating */
|
|
1016
|
-
Creating = "Creating",
|
|
1017
|
-
/** Deleting */
|
|
1018
|
-
Deleting = "Deleting",
|
|
1019
|
-
/** Failed */
|
|
1020
|
-
Failed = "Failed"
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1024
|
-
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1025
|
-
/** Pending */
|
|
1026
|
-
Pending = "Pending",
|
|
1027
|
-
/** Approved */
|
|
1028
|
-
Approved = "Approved",
|
|
1029
|
-
/** Rejected */
|
|
1030
|
-
Rejected = "Rejected"
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
1034
|
-
export declare enum KnownPublicNetworkAccess {
|
|
1035
|
-
/** Enabled */
|
|
1036
|
-
Enabled = "Enabled",
|
|
1037
|
-
/** Disabled */
|
|
1038
|
-
Disabled = "Disabled"
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
1045
|
/** Known values of {@link RegistrationTokenOperation} that the service accepts. */
|
|
1042
1046
|
export declare enum KnownRegistrationTokenOperation {
|
|
1043
1047
|
/** Delete */
|
|
@@ -1080,6 +1084,14 @@ export declare enum KnownScalingScheduleDaysOfWeekItem {
|
|
|
1080
1084
|
Saturday = "Saturday"
|
|
1081
1085
|
}
|
|
1082
1086
|
|
|
1087
|
+
/** Known values of {@link SessionHostComponentUpdateType} that the service accepts. */
|
|
1088
|
+
export declare enum KnownSessionHostComponentUpdateType {
|
|
1089
|
+
/** Agent and other agent side components are delivery schedule is controlled by WVD Infra. */
|
|
1090
|
+
Default = "Default",
|
|
1091
|
+
/** TenantAdmin have opted in for Scheduled Component Update feature. */
|
|
1092
|
+
Scheduled = "Scheduled"
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1083
1095
|
/** Known values of {@link SessionHostLoadBalancingAlgorithm} that the service accepts. */
|
|
1084
1096
|
export declare enum KnownSessionHostLoadBalancingAlgorithm {
|
|
1085
1097
|
/** BreadthFirst */
|
|
@@ -1126,7 +1138,7 @@ export declare enum KnownStatus {
|
|
|
1126
1138
|
Shutdown = "Shutdown",
|
|
1127
1139
|
/** The Session Host is unavailable because it is currently disconnected. */
|
|
1128
1140
|
Disconnected = "Disconnected",
|
|
1129
|
-
/** Session Host is unavailable because currently an upgrade of RDAgent
|
|
1141
|
+
/** 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. */
|
|
1130
1142
|
Upgrading = "Upgrading",
|
|
1131
1143
|
/** Session Host is unavailable because the critical component upgrade (agent, side-by-side stack, etc.) failed. */
|
|
1132
1144
|
UpgradeFailed = "UpgradeFailed",
|
|
@@ -1187,12 +1199,20 @@ export declare interface LogSpecification {
|
|
|
1187
1199
|
blobDuration?: string;
|
|
1188
1200
|
}
|
|
1189
1201
|
|
|
1190
|
-
/**
|
|
1191
|
-
export declare interface
|
|
1192
|
-
/** The
|
|
1193
|
-
|
|
1194
|
-
/**
|
|
1195
|
-
|
|
1202
|
+
/** Maintenance window starting hour and day of week. */
|
|
1203
|
+
export declare interface MaintenanceWindowPatchProperties {
|
|
1204
|
+
/** The update start hour of the day. (0 - 23) */
|
|
1205
|
+
hour?: number;
|
|
1206
|
+
/** Day of the week. */
|
|
1207
|
+
dayOfWeek?: DayOfWeek;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
/** Maintenance window starting hour and day of week. */
|
|
1211
|
+
export declare interface MaintenanceWindowProperties {
|
|
1212
|
+
/** The update start hour of the day. (0 - 23) */
|
|
1213
|
+
hour?: number;
|
|
1214
|
+
/** Day of the week. */
|
|
1215
|
+
dayOfWeek?: DayOfWeek;
|
|
1196
1216
|
}
|
|
1197
1217
|
|
|
1198
1218
|
/** Interface representing a MsixImages. */
|
|
@@ -1382,6 +1402,12 @@ export declare type MsixPackagesListNextResponse = MsixPackageList;
|
|
|
1382
1402
|
|
|
1383
1403
|
/** Optional parameters. */
|
|
1384
1404
|
export declare interface MsixPackagesListOptionalParams extends coreClient.OperationOptions {
|
|
1405
|
+
/** Number of items per page. */
|
|
1406
|
+
pageSize?: number;
|
|
1407
|
+
/** Indicates whether the collection is descending. */
|
|
1408
|
+
isDescending?: boolean;
|
|
1409
|
+
/** Initial number of items to skip. */
|
|
1410
|
+
initialSkip?: number;
|
|
1385
1411
|
}
|
|
1386
1412
|
|
|
1387
1413
|
/** Contains response data for the list operation. */
|
|
@@ -1396,19 +1422,6 @@ export declare interface MsixPackagesUpdateOptionalParams extends coreClient.Ope
|
|
|
1396
1422
|
/** Contains response data for the update operation. */
|
|
1397
1423
|
export declare type MsixPackagesUpdateResponse = MsixPackage;
|
|
1398
1424
|
|
|
1399
|
-
/**
|
|
1400
|
-
* Defines values for Operation. \
|
|
1401
|
-
* {@link KnownOperation} can be used interchangeably with Operation,
|
|
1402
|
-
* this enum contains the known values that the service supports.
|
|
1403
|
-
* ### Known values supported by the service
|
|
1404
|
-
* **Start**: Start the migration. \
|
|
1405
|
-
* **Revoke**: Revoke the migration. \
|
|
1406
|
-
* **Complete**: Complete the migration. \
|
|
1407
|
-
* **Hide**: Hide the hostpool. \
|
|
1408
|
-
* **Unhide**: Unhide the hostpool.
|
|
1409
|
-
*/
|
|
1410
|
-
export declare type Operation = string;
|
|
1411
|
-
|
|
1412
1425
|
/** Properties of the operation */
|
|
1413
1426
|
export declare interface OperationProperties {
|
|
1414
1427
|
/** Service specification payload */
|
|
@@ -1473,299 +1486,6 @@ export declare interface Plan {
|
|
|
1473
1486
|
*/
|
|
1474
1487
|
export declare type PreferredAppGroupType = string;
|
|
1475
1488
|
|
|
1476
|
-
/** The Private Endpoint resource. */
|
|
1477
|
-
export declare interface PrivateEndpoint {
|
|
1478
|
-
/**
|
|
1479
|
-
* The ARM identifier for Private Endpoint
|
|
1480
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1481
|
-
*/
|
|
1482
|
-
readonly id?: string;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
/** The Private Endpoint Connection resource. */
|
|
1486
|
-
export declare interface PrivateEndpointConnection extends Resource {
|
|
1487
|
-
/** The resource of private end point. */
|
|
1488
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1489
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1490
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1491
|
-
/** The provisioning state of the private endpoint connection resource. */
|
|
1492
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
|
-
/** List of private endpoint connection associated with the specified storage account */
|
|
1496
|
-
export declare interface PrivateEndpointConnectionListResultWithSystemData {
|
|
1497
|
-
/** Array of private endpoint connections */
|
|
1498
|
-
value?: PrivateEndpointConnectionWithSystemData[];
|
|
1499
|
-
/**
|
|
1500
|
-
* Link to the next page of results.
|
|
1501
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1502
|
-
*/
|
|
1503
|
-
readonly nextLink?: string;
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
/**
|
|
1507
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1508
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1509
|
-
* this enum contains the known values that the service supports.
|
|
1510
|
-
* ### Known values supported by the service
|
|
1511
|
-
* **Succeeded** \
|
|
1512
|
-
* **Creating** \
|
|
1513
|
-
* **Deleting** \
|
|
1514
|
-
* **Failed**
|
|
1515
|
-
*/
|
|
1516
|
-
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
1517
|
-
|
|
1518
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
1519
|
-
export declare interface PrivateEndpointConnections {
|
|
1520
|
-
/**
|
|
1521
|
-
* List private endpoint connections associated with hostpool.
|
|
1522
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1523
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
1524
|
-
* @param options The options parameters.
|
|
1525
|
-
*/
|
|
1526
|
-
listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateEndpointConnectionsListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionWithSystemData>;
|
|
1527
|
-
/**
|
|
1528
|
-
* List private endpoint connections.
|
|
1529
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1530
|
-
* @param workspaceName The name of the workspace
|
|
1531
|
-
* @param options The options parameters.
|
|
1532
|
-
*/
|
|
1533
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionWithSystemData>;
|
|
1534
|
-
/**
|
|
1535
|
-
* Get a private endpoint connection.
|
|
1536
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1537
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
1538
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1539
|
-
* Azure resource
|
|
1540
|
-
* @param options The options parameters.
|
|
1541
|
-
*/
|
|
1542
|
-
getByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetByHostPoolOptionalParams): Promise<PrivateEndpointConnectionsGetByHostPoolResponse>;
|
|
1543
|
-
/**
|
|
1544
|
-
* Remove a connection.
|
|
1545
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1546
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
1547
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1548
|
-
* Azure resource
|
|
1549
|
-
* @param options The options parameters.
|
|
1550
|
-
*/
|
|
1551
|
-
deleteByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteByHostPoolOptionalParams): Promise<void>;
|
|
1552
|
-
/**
|
|
1553
|
-
* Approve or reject a private endpoint connection.
|
|
1554
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1555
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
1556
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1557
|
-
* Azure resource
|
|
1558
|
-
* @param connection Object containing the updated connection.
|
|
1559
|
-
* @param options The options parameters.
|
|
1560
|
-
*/
|
|
1561
|
-
updateByHostPool(resourceGroupName: string, hostPoolName: string, privateEndpointConnectionName: string, connection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateByHostPoolOptionalParams): Promise<PrivateEndpointConnectionsUpdateByHostPoolResponse>;
|
|
1562
|
-
/**
|
|
1563
|
-
* Get a private endpoint connection.
|
|
1564
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1565
|
-
* @param workspaceName The name of the workspace
|
|
1566
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1567
|
-
* Azure resource
|
|
1568
|
-
* @param options The options parameters.
|
|
1569
|
-
*/
|
|
1570
|
-
getByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetByWorkspaceOptionalParams): Promise<PrivateEndpointConnectionsGetByWorkspaceResponse>;
|
|
1571
|
-
/**
|
|
1572
|
-
* Remove a connection.
|
|
1573
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1574
|
-
* @param workspaceName The name of the workspace
|
|
1575
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1576
|
-
* Azure resource
|
|
1577
|
-
* @param options The options parameters.
|
|
1578
|
-
*/
|
|
1579
|
-
deleteByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams): Promise<void>;
|
|
1580
|
-
/**
|
|
1581
|
-
* Approve or reject a private endpoint connection.
|
|
1582
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1583
|
-
* @param workspaceName The name of the workspace
|
|
1584
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1585
|
-
* Azure resource
|
|
1586
|
-
* @param connection Object containing the updated connection.
|
|
1587
|
-
* @param options The options parameters.
|
|
1588
|
-
*/
|
|
1589
|
-
updateByWorkspace(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, connection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams): Promise<PrivateEndpointConnectionsUpdateByWorkspaceResponse>;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
/** Optional parameters. */
|
|
1593
|
-
export declare interface PrivateEndpointConnectionsDeleteByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
/** Optional parameters. */
|
|
1597
|
-
export declare interface PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
/** Optional parameters. */
|
|
1601
|
-
export declare interface PrivateEndpointConnectionsGetByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
/** Contains response data for the getByHostPool operation. */
|
|
1605
|
-
export declare type PrivateEndpointConnectionsGetByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
1606
|
-
|
|
1607
|
-
/** Optional parameters. */
|
|
1608
|
-
export declare interface PrivateEndpointConnectionsGetByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
/** Contains response data for the getByWorkspace operation. */
|
|
1612
|
-
export declare type PrivateEndpointConnectionsGetByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
1613
|
-
|
|
1614
|
-
/** Optional parameters. */
|
|
1615
|
-
export declare interface PrivateEndpointConnectionsListByHostPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
/** Contains response data for the listByHostPoolNext operation. */
|
|
1619
|
-
export declare type PrivateEndpointConnectionsListByHostPoolNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
1620
|
-
|
|
1621
|
-
/** Optional parameters. */
|
|
1622
|
-
export declare interface PrivateEndpointConnectionsListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
/** Contains response data for the listByHostPool operation. */
|
|
1626
|
-
export declare type PrivateEndpointConnectionsListByHostPoolResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
1627
|
-
|
|
1628
|
-
/** Optional parameters. */
|
|
1629
|
-
export declare interface PrivateEndpointConnectionsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
1633
|
-
export declare type PrivateEndpointConnectionsListByWorkspaceNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
1634
|
-
|
|
1635
|
-
/** Optional parameters. */
|
|
1636
|
-
export declare interface PrivateEndpointConnectionsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
1640
|
-
export declare type PrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
1641
|
-
|
|
1642
|
-
/** Optional parameters. */
|
|
1643
|
-
export declare interface PrivateEndpointConnectionsUpdateByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
/** Contains response data for the updateByHostPool operation. */
|
|
1647
|
-
export declare type PrivateEndpointConnectionsUpdateByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
1648
|
-
|
|
1649
|
-
/** Optional parameters. */
|
|
1650
|
-
export declare interface PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
|
-
/** Contains response data for the updateByWorkspace operation. */
|
|
1654
|
-
export declare type PrivateEndpointConnectionsUpdateByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
1655
|
-
|
|
1656
|
-
/** The Private Endpoint Connection resource. */
|
|
1657
|
-
export declare interface PrivateEndpointConnectionWithSystemData extends PrivateEndpointConnection {
|
|
1658
|
-
/**
|
|
1659
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1660
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1661
|
-
*/
|
|
1662
|
-
readonly systemData?: SystemData;
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
/**
|
|
1666
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
1667
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
1668
|
-
* this enum contains the known values that the service supports.
|
|
1669
|
-
* ### Known values supported by the service
|
|
1670
|
-
* **Pending** \
|
|
1671
|
-
* **Approved** \
|
|
1672
|
-
* **Rejected**
|
|
1673
|
-
*/
|
|
1674
|
-
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
1675
|
-
|
|
1676
|
-
/** A private link resource */
|
|
1677
|
-
export declare interface PrivateLinkResource extends Resource {
|
|
1678
|
-
/**
|
|
1679
|
-
* The private link resource group id.
|
|
1680
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1681
|
-
*/
|
|
1682
|
-
readonly groupId?: string;
|
|
1683
|
-
/**
|
|
1684
|
-
* The private link resource required member names.
|
|
1685
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1686
|
-
*/
|
|
1687
|
-
readonly requiredMembers?: string[];
|
|
1688
|
-
/** The private link resource Private link DNS zone name. */
|
|
1689
|
-
requiredZoneNames?: string[];
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
/** A list of private link resources */
|
|
1693
|
-
export declare interface PrivateLinkResourceListResult {
|
|
1694
|
-
/** Array of private link resources */
|
|
1695
|
-
value?: PrivateLinkResource[];
|
|
1696
|
-
/**
|
|
1697
|
-
* Link to the next page of results.
|
|
1698
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1699
|
-
*/
|
|
1700
|
-
readonly nextLink?: string;
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
/** Interface representing a PrivateLinkResources. */
|
|
1704
|
-
export declare interface PrivateLinkResources {
|
|
1705
|
-
/**
|
|
1706
|
-
* List the private link resources available for this hostpool.
|
|
1707
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1708
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
1709
|
-
* @param options The options parameters.
|
|
1710
|
-
*/
|
|
1711
|
-
listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateLinkResourcesListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1712
|
-
/**
|
|
1713
|
-
* List the private link resources available for this workspace.
|
|
1714
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1715
|
-
* @param workspaceName The name of the workspace
|
|
1716
|
-
* @param options The options parameters.
|
|
1717
|
-
*/
|
|
1718
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
/** Optional parameters. */
|
|
1722
|
-
export declare interface PrivateLinkResourcesListByHostPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
/** Contains response data for the listByHostPoolNext operation. */
|
|
1726
|
-
export declare type PrivateLinkResourcesListByHostPoolNextResponse = PrivateLinkResourceListResult;
|
|
1727
|
-
|
|
1728
|
-
/** Optional parameters. */
|
|
1729
|
-
export declare interface PrivateLinkResourcesListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
/** Contains response data for the listByHostPool operation. */
|
|
1733
|
-
export declare type PrivateLinkResourcesListByHostPoolResponse = PrivateLinkResourceListResult;
|
|
1734
|
-
|
|
1735
|
-
/** Optional parameters. */
|
|
1736
|
-
export declare interface PrivateLinkResourcesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
1740
|
-
export declare type PrivateLinkResourcesListByWorkspaceNextResponse = PrivateLinkResourceListResult;
|
|
1741
|
-
|
|
1742
|
-
/** Optional parameters. */
|
|
1743
|
-
export declare interface PrivateLinkResourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
1747
|
-
export declare type PrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResult;
|
|
1748
|
-
|
|
1749
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1750
|
-
export declare interface PrivateLinkServiceConnectionState {
|
|
1751
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
1752
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1753
|
-
/** The reason for approval/rejection of the connection. */
|
|
1754
|
-
description?: string;
|
|
1755
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
1756
|
-
actionsRequired?: string;
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
/**
|
|
1760
|
-
* Defines values for PublicNetworkAccess. \
|
|
1761
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
1762
|
-
* this enum contains the known values that the service supports.
|
|
1763
|
-
* ### Known values supported by the service
|
|
1764
|
-
* **Enabled** \
|
|
1765
|
-
* **Disabled**
|
|
1766
|
-
*/
|
|
1767
|
-
export declare type PublicNetworkAccess = string;
|
|
1768
|
-
|
|
1769
1489
|
/** Represents a RegistrationInfo definition. */
|
|
1770
1490
|
export declare interface RegistrationInfo {
|
|
1771
1491
|
/** Expiration time of registration token. */
|
|
@@ -1939,12 +1659,12 @@ export declare interface ScalingPlan extends ResourceModelWithAllowedPropertySet
|
|
|
1939
1659
|
/** User friendly name of scaling plan. */
|
|
1940
1660
|
friendlyName?: string;
|
|
1941
1661
|
/** Timezone of the scaling plan. */
|
|
1942
|
-
timeZone
|
|
1662
|
+
timeZone: string;
|
|
1943
1663
|
/** HostPool type for desktop. */
|
|
1944
1664
|
hostPoolType?: ScalingHostPoolType;
|
|
1945
1665
|
/** Exclusion tag for scaling plan. */
|
|
1946
1666
|
exclusionTag?: string;
|
|
1947
|
-
/** List of
|
|
1667
|
+
/** List of ScalingPlanPooledSchedule definitions. */
|
|
1948
1668
|
schedules?: ScalingSchedule[];
|
|
1949
1669
|
/** List of ScalingHostPoolReference definitions. */
|
|
1950
1670
|
hostPoolReferences?: ScalingHostPoolReference[];
|
|
@@ -1981,6 +1701,189 @@ export declare interface ScalingPlanPatch {
|
|
|
1981
1701
|
hostPoolReferences?: ScalingHostPoolReference[];
|
|
1982
1702
|
}
|
|
1983
1703
|
|
|
1704
|
+
/** Represents a ScalingPlanPooledSchedule definition. */
|
|
1705
|
+
export declare interface ScalingPlanPooledSchedule extends Resource {
|
|
1706
|
+
/**
|
|
1707
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1708
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1709
|
+
*/
|
|
1710
|
+
readonly systemData?: SystemData;
|
|
1711
|
+
/** Set of days of the week on which this schedule is active. */
|
|
1712
|
+
daysOfWeek?: DayOfWeek[];
|
|
1713
|
+
/** Starting time for ramp up period. */
|
|
1714
|
+
rampUpStartTime?: Time;
|
|
1715
|
+
/** Load balancing algorithm for ramp up period. */
|
|
1716
|
+
rampUpLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1717
|
+
/** Minimum host percentage for ramp up period. */
|
|
1718
|
+
rampUpMinimumHostsPct?: number;
|
|
1719
|
+
/** Capacity threshold for ramp up period. */
|
|
1720
|
+
rampUpCapacityThresholdPct?: number;
|
|
1721
|
+
/** Starting time for peak period. */
|
|
1722
|
+
peakStartTime?: Time;
|
|
1723
|
+
/** Load balancing algorithm for peak period. */
|
|
1724
|
+
peakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1725
|
+
/** Starting time for ramp down period. */
|
|
1726
|
+
rampDownStartTime?: Time;
|
|
1727
|
+
/** Load balancing algorithm for ramp down period. */
|
|
1728
|
+
rampDownLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1729
|
+
/** Minimum host percentage for ramp down period. */
|
|
1730
|
+
rampDownMinimumHostsPct?: number;
|
|
1731
|
+
/** Capacity threshold for ramp down period. */
|
|
1732
|
+
rampDownCapacityThresholdPct?: number;
|
|
1733
|
+
/** Should users be logged off forcefully from hosts. */
|
|
1734
|
+
rampDownForceLogoffUsers?: boolean;
|
|
1735
|
+
/** Specifies when to stop hosts during ramp down period. */
|
|
1736
|
+
rampDownStopHostsWhen?: StopHostsWhen;
|
|
1737
|
+
/** Number of minutes to wait to stop hosts during ramp down period. */
|
|
1738
|
+
rampDownWaitTimeMinutes?: number;
|
|
1739
|
+
/** Notification message for users during ramp down period. */
|
|
1740
|
+
rampDownNotificationMessage?: string;
|
|
1741
|
+
/** Starting time for off-peak period. */
|
|
1742
|
+
offPeakStartTime?: Time;
|
|
1743
|
+
/** Load balancing algorithm for off-peak period. */
|
|
1744
|
+
offPeakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
/** List of ScalingPlanPooledSchedule definitions. */
|
|
1748
|
+
export declare interface ScalingPlanPooledScheduleList {
|
|
1749
|
+
/** List of ScalingPlanPooledSchedule definitions. */
|
|
1750
|
+
value?: ScalingPlanPooledSchedule[];
|
|
1751
|
+
/**
|
|
1752
|
+
* Link to the next page of results.
|
|
1753
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1754
|
+
*/
|
|
1755
|
+
readonly nextLink?: string;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
/** ScalingPlanPooledSchedule properties that can be patched. */
|
|
1759
|
+
export declare interface ScalingPlanPooledSchedulePatch extends Resource {
|
|
1760
|
+
/** Set of days of the week on which this schedule is active. */
|
|
1761
|
+
daysOfWeek?: DayOfWeek[];
|
|
1762
|
+
/** Starting time for ramp up period. */
|
|
1763
|
+
rampUpStartTime?: Time;
|
|
1764
|
+
/** Load balancing algorithm for ramp up period. */
|
|
1765
|
+
rampUpLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1766
|
+
/** Minimum host percentage for ramp up period. */
|
|
1767
|
+
rampUpMinimumHostsPct?: number;
|
|
1768
|
+
/** Capacity threshold for ramp up period. */
|
|
1769
|
+
rampUpCapacityThresholdPct?: number;
|
|
1770
|
+
/** Starting time for peak period. */
|
|
1771
|
+
peakStartTime?: Time;
|
|
1772
|
+
/** Load balancing algorithm for peak period. */
|
|
1773
|
+
peakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1774
|
+
/** Starting time for ramp down period. */
|
|
1775
|
+
rampDownStartTime?: Time;
|
|
1776
|
+
/** Load balancing algorithm for ramp down period. */
|
|
1777
|
+
rampDownLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1778
|
+
/** Minimum host percentage for ramp down period. */
|
|
1779
|
+
rampDownMinimumHostsPct?: number;
|
|
1780
|
+
/** Capacity threshold for ramp down period. */
|
|
1781
|
+
rampDownCapacityThresholdPct?: number;
|
|
1782
|
+
/** Should users be logged off forcefully from hosts. */
|
|
1783
|
+
rampDownForceLogoffUsers?: boolean;
|
|
1784
|
+
/** Specifies when to stop hosts during ramp down period. */
|
|
1785
|
+
rampDownStopHostsWhen?: StopHostsWhen;
|
|
1786
|
+
/** Number of minutes to wait to stop hosts during ramp down period. */
|
|
1787
|
+
rampDownWaitTimeMinutes?: number;
|
|
1788
|
+
/** Notification message for users during ramp down period. */
|
|
1789
|
+
rampDownNotificationMessage?: string;
|
|
1790
|
+
/** Starting time for off-peak period. */
|
|
1791
|
+
offPeakStartTime?: Time;
|
|
1792
|
+
/** Load balancing algorithm for off-peak period. */
|
|
1793
|
+
offPeakLoadBalancingAlgorithm?: SessionHostLoadBalancingAlgorithm;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
/** Interface representing a ScalingPlanPooledSchedules. */
|
|
1797
|
+
export declare interface ScalingPlanPooledSchedules {
|
|
1798
|
+
/**
|
|
1799
|
+
* List ScalingPlanPooledSchedules.
|
|
1800
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1801
|
+
* @param scalingPlanName The name of the scaling plan.
|
|
1802
|
+
* @param options The options parameters.
|
|
1803
|
+
*/
|
|
1804
|
+
list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule>;
|
|
1805
|
+
/**
|
|
1806
|
+
* Get a ScalingPlanPooledSchedule.
|
|
1807
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1808
|
+
* @param scalingPlanName The name of the scaling plan.
|
|
1809
|
+
* @param scalingPlanScheduleName The name of the ScalingPlanSchedule
|
|
1810
|
+
* @param options The options parameters.
|
|
1811
|
+
*/
|
|
1812
|
+
get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedulesGetResponse>;
|
|
1813
|
+
/**
|
|
1814
|
+
* Create or update a ScalingPlanPooledSchedule.
|
|
1815
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1816
|
+
* @param scalingPlanName The name of the scaling plan.
|
|
1817
|
+
* @param scalingPlanScheduleName The name of the ScalingPlanSchedule
|
|
1818
|
+
* @param scalingPlanSchedule Object containing ScalingPlanPooledSchedule definitions.
|
|
1819
|
+
* @param options The options parameters.
|
|
1820
|
+
*/
|
|
1821
|
+
create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedulesCreateResponse>;
|
|
1822
|
+
/**
|
|
1823
|
+
* Remove a ScalingPlanPooledSchedule.
|
|
1824
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1825
|
+
* @param scalingPlanName The name of the scaling plan.
|
|
1826
|
+
* @param scalingPlanScheduleName The name of the ScalingPlanSchedule
|
|
1827
|
+
* @param options The options parameters.
|
|
1828
|
+
*/
|
|
1829
|
+
delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesDeleteOptionalParams): Promise<void>;
|
|
1830
|
+
/**
|
|
1831
|
+
* Update a ScalingPlanPooledSchedule.
|
|
1832
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1833
|
+
* @param scalingPlanName The name of the scaling plan.
|
|
1834
|
+
* @param scalingPlanScheduleName The name of the ScalingPlanSchedule
|
|
1835
|
+
* @param options The options parameters.
|
|
1836
|
+
*/
|
|
1837
|
+
update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedulesUpdateResponse>;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
/** Optional parameters. */
|
|
1841
|
+
export declare interface ScalingPlanPooledSchedulesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
/** Contains response data for the create operation. */
|
|
1845
|
+
export declare type ScalingPlanPooledSchedulesCreateResponse = ScalingPlanPooledSchedule;
|
|
1846
|
+
|
|
1847
|
+
/** Optional parameters. */
|
|
1848
|
+
export declare interface ScalingPlanPooledSchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
/** Optional parameters. */
|
|
1852
|
+
export declare interface ScalingPlanPooledSchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
/** Contains response data for the get operation. */
|
|
1856
|
+
export declare type ScalingPlanPooledSchedulesGetResponse = ScalingPlanPooledSchedule;
|
|
1857
|
+
|
|
1858
|
+
/** Optional parameters. */
|
|
1859
|
+
export declare interface ScalingPlanPooledSchedulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
/** Contains response data for the listNext operation. */
|
|
1863
|
+
export declare type ScalingPlanPooledSchedulesListNextResponse = ScalingPlanPooledScheduleList;
|
|
1864
|
+
|
|
1865
|
+
/** Optional parameters. */
|
|
1866
|
+
export declare interface ScalingPlanPooledSchedulesListOptionalParams extends coreClient.OperationOptions {
|
|
1867
|
+
/** Number of items per page. */
|
|
1868
|
+
pageSize?: number;
|
|
1869
|
+
/** Indicates whether the collection is descending. */
|
|
1870
|
+
isDescending?: boolean;
|
|
1871
|
+
/** Initial number of items to skip. */
|
|
1872
|
+
initialSkip?: number;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
/** Contains response data for the list operation. */
|
|
1876
|
+
export declare type ScalingPlanPooledSchedulesListResponse = ScalingPlanPooledScheduleList;
|
|
1877
|
+
|
|
1878
|
+
/** Optional parameters. */
|
|
1879
|
+
export declare interface ScalingPlanPooledSchedulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1880
|
+
/** Object containing ScalingPlanPooledSchedule definitions. */
|
|
1881
|
+
scalingPlanSchedule?: ScalingPlanPooledSchedulePatch;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
/** Contains response data for the update operation. */
|
|
1885
|
+
export declare type ScalingPlanPooledSchedulesUpdateResponse = ScalingPlanPooledSchedule;
|
|
1886
|
+
|
|
1984
1887
|
/** Interface representing a ScalingPlans. */
|
|
1985
1888
|
export declare interface ScalingPlans {
|
|
1986
1889
|
/**
|
|
@@ -2059,6 +1962,12 @@ export declare type ScalingPlansListByHostPoolNextResponse = ScalingPlanList;
|
|
|
2059
1962
|
|
|
2060
1963
|
/** Optional parameters. */
|
|
2061
1964
|
export declare interface ScalingPlansListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
1965
|
+
/** Number of items per page. */
|
|
1966
|
+
pageSize?: number;
|
|
1967
|
+
/** Indicates whether the collection is descending. */
|
|
1968
|
+
isDescending?: boolean;
|
|
1969
|
+
/** Initial number of items to skip. */
|
|
1970
|
+
initialSkip?: number;
|
|
2062
1971
|
}
|
|
2063
1972
|
|
|
2064
1973
|
/** Contains response data for the listByHostPool operation. */
|
|
@@ -2073,6 +1982,12 @@ export declare type ScalingPlansListByResourceGroupNextResponse = ScalingPlanLis
|
|
|
2073
1982
|
|
|
2074
1983
|
/** Optional parameters. */
|
|
2075
1984
|
export declare interface ScalingPlansListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1985
|
+
/** Number of items per page. */
|
|
1986
|
+
pageSize?: number;
|
|
1987
|
+
/** Indicates whether the collection is descending. */
|
|
1988
|
+
isDescending?: boolean;
|
|
1989
|
+
/** Initial number of items to skip. */
|
|
1990
|
+
initialSkip?: number;
|
|
2076
1991
|
}
|
|
2077
1992
|
|
|
2078
1993
|
/** Contains response data for the listByResourceGroup operation. */
|
|
@@ -2087,6 +2002,12 @@ export declare type ScalingPlansListBySubscriptionNextResponse = ScalingPlanList
|
|
|
2087
2002
|
|
|
2088
2003
|
/** Optional parameters. */
|
|
2089
2004
|
export declare interface ScalingPlansListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2005
|
+
/** Number of items per page. */
|
|
2006
|
+
pageSize?: number;
|
|
2007
|
+
/** Indicates whether the collection is descending. */
|
|
2008
|
+
isDescending?: boolean;
|
|
2009
|
+
/** Initial number of items to skip. */
|
|
2010
|
+
initialSkip?: number;
|
|
2090
2011
|
}
|
|
2091
2012
|
|
|
2092
2013
|
/** Contains response data for the listBySubscription operation. */
|
|
@@ -2101,9 +2022,9 @@ export declare interface ScalingPlansUpdateOptionalParams extends coreClient.Ope
|
|
|
2101
2022
|
/** Contains response data for the update operation. */
|
|
2102
2023
|
export declare type ScalingPlansUpdateResponse = ScalingPlan;
|
|
2103
2024
|
|
|
2104
|
-
/**
|
|
2025
|
+
/** A ScalingPlanPooledSchedule. */
|
|
2105
2026
|
export declare interface ScalingSchedule {
|
|
2106
|
-
/** Name of the
|
|
2027
|
+
/** Name of the ScalingPlanPooledSchedule. */
|
|
2107
2028
|
name?: string;
|
|
2108
2029
|
/** Set of days of the week on which this schedule is active. */
|
|
2109
2030
|
daysOfWeek?: ScalingScheduleDaysOfWeekItem[];
|
|
@@ -2202,6 +2123,8 @@ export declare interface SessionHost extends Resource {
|
|
|
2202
2123
|
readonly resourceId?: string;
|
|
2203
2124
|
/** User assigned to SessionHost. */
|
|
2204
2125
|
assignedUser?: string;
|
|
2126
|
+
/** Friendly name of SessionHost */
|
|
2127
|
+
friendlyName?: string;
|
|
2205
2128
|
/** Status for a SessionHost. */
|
|
2206
2129
|
status?: Status;
|
|
2207
2130
|
/**
|
|
@@ -2229,6 +2152,16 @@ export declare interface SessionHost extends Resource {
|
|
|
2229
2152
|
readonly sessionHostHealthCheckResults?: SessionHostHealthCheckReport[];
|
|
2230
2153
|
}
|
|
2231
2154
|
|
|
2155
|
+
/**
|
|
2156
|
+
* Defines values for SessionHostComponentUpdateType. \
|
|
2157
|
+
* {@link KnownSessionHostComponentUpdateType} can be used interchangeably with SessionHostComponentUpdateType,
|
|
2158
|
+
* this enum contains the known values that the service supports.
|
|
2159
|
+
* ### Known values supported by the service
|
|
2160
|
+
* **Default**: Agent and other agent side components are delivery schedule is controlled by WVD Infra. \
|
|
2161
|
+
* **Scheduled**: TenantAdmin have opted in for Scheduled Component Update feature.
|
|
2162
|
+
*/
|
|
2163
|
+
export declare type SessionHostComponentUpdateType = string;
|
|
2164
|
+
|
|
2232
2165
|
/** Contains details on the failure. */
|
|
2233
2166
|
export declare interface SessionHostHealthCheckFailureDetails {
|
|
2234
2167
|
/**
|
|
@@ -2294,6 +2227,8 @@ export declare interface SessionHostPatch extends Resource {
|
|
|
2294
2227
|
allowNewSession?: boolean;
|
|
2295
2228
|
/** User assigned to SessionHost. */
|
|
2296
2229
|
assignedUser?: string;
|
|
2230
|
+
/** Friendly name of SessionHost */
|
|
2231
|
+
friendlyName?: string;
|
|
2297
2232
|
}
|
|
2298
2233
|
|
|
2299
2234
|
/** Interface representing a SessionHosts. */
|
|
@@ -2353,6 +2288,12 @@ export declare type SessionHostsListNextResponse = SessionHostList;
|
|
|
2353
2288
|
|
|
2354
2289
|
/** Optional parameters. */
|
|
2355
2290
|
export declare interface SessionHostsListOptionalParams extends coreClient.OperationOptions {
|
|
2291
|
+
/** Number of items per page. */
|
|
2292
|
+
pageSize?: number;
|
|
2293
|
+
/** Indicates whether the collection is descending. */
|
|
2294
|
+
isDescending?: boolean;
|
|
2295
|
+
/** Initial number of items to skip. */
|
|
2296
|
+
initialSkip?: number;
|
|
2356
2297
|
}
|
|
2357
2298
|
|
|
2358
2299
|
/** Contains response data for the list operation. */
|
|
@@ -2457,6 +2398,12 @@ export declare type StartMenuItemsListNextResponse = StartMenuItemList;
|
|
|
2457
2398
|
|
|
2458
2399
|
/** Optional parameters. */
|
|
2459
2400
|
export declare interface StartMenuItemsListOptionalParams extends coreClient.OperationOptions {
|
|
2401
|
+
/** Number of items per page. */
|
|
2402
|
+
pageSize?: number;
|
|
2403
|
+
/** Indicates whether the collection is descending. */
|
|
2404
|
+
isDescending?: boolean;
|
|
2405
|
+
/** Initial number of items to skip. */
|
|
2406
|
+
initialSkip?: number;
|
|
2460
2407
|
}
|
|
2461
2408
|
|
|
2462
2409
|
/** Contains response data for the list operation. */
|
|
@@ -2638,8 +2585,6 @@ export declare type UserSessionsGetResponse = UserSession;
|
|
|
2638
2585
|
|
|
2639
2586
|
/** Optional parameters. */
|
|
2640
2587
|
export declare interface UserSessionsListByHostPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
2641
|
-
/** OData filter expression. Valid properties for filtering are userprincipalname and sessionstate. */
|
|
2642
|
-
filter?: string;
|
|
2643
2588
|
}
|
|
2644
2589
|
|
|
2645
2590
|
/** Contains response data for the listByHostPoolNext operation. */
|
|
@@ -2647,6 +2592,12 @@ export declare type UserSessionsListByHostPoolNextResponse = UserSessionList;
|
|
|
2647
2592
|
|
|
2648
2593
|
/** Optional parameters. */
|
|
2649
2594
|
export declare interface UserSessionsListByHostPoolOptionalParams extends coreClient.OperationOptions {
|
|
2595
|
+
/** Number of items per page. */
|
|
2596
|
+
pageSize?: number;
|
|
2597
|
+
/** Indicates whether the collection is descending. */
|
|
2598
|
+
isDescending?: boolean;
|
|
2599
|
+
/** Initial number of items to skip. */
|
|
2600
|
+
initialSkip?: number;
|
|
2650
2601
|
/** OData filter expression. Valid properties for filtering are userprincipalname and sessionstate. */
|
|
2651
2602
|
filter?: string;
|
|
2652
2603
|
}
|
|
@@ -2663,6 +2614,12 @@ export declare type UserSessionsListNextResponse = UserSessionList;
|
|
|
2663
2614
|
|
|
2664
2615
|
/** Optional parameters. */
|
|
2665
2616
|
export declare interface UserSessionsListOptionalParams extends coreClient.OperationOptions {
|
|
2617
|
+
/** Number of items per page. */
|
|
2618
|
+
pageSize?: number;
|
|
2619
|
+
/** Indicates whether the collection is descending. */
|
|
2620
|
+
isDescending?: boolean;
|
|
2621
|
+
/** Initial number of items to skip. */
|
|
2622
|
+
initialSkip?: number;
|
|
2666
2623
|
}
|
|
2667
2624
|
|
|
2668
2625
|
/** Contains response data for the list operation. */
|
|
@@ -2697,8 +2654,6 @@ export declare interface Workspace extends ResourceModelWithAllowedPropertySet {
|
|
|
2697
2654
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2698
2655
|
*/
|
|
2699
2656
|
readonly cloudPcResource?: boolean;
|
|
2700
|
-
/** Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints */
|
|
2701
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
2702
2657
|
}
|
|
2703
2658
|
|
|
2704
2659
|
/** List of Workspace definitions. */
|
|
@@ -2724,8 +2679,6 @@ export declare interface WorkspacePatch {
|
|
|
2724
2679
|
friendlyName?: string;
|
|
2725
2680
|
/** List of applicationGroup links. */
|
|
2726
2681
|
applicationGroupReferences?: string[];
|
|
2727
|
-
/** Enabled to allow this resource to be access from the public network */
|
|
2728
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
2729
2682
|
}
|
|
2730
2683
|
|
|
2731
2684
|
/** Interface representing a Workspaces. */
|
|
@@ -2799,6 +2752,12 @@ export declare type WorkspacesListByResourceGroupNextResponse = WorkspaceList;
|
|
|
2799
2752
|
|
|
2800
2753
|
/** Optional parameters. */
|
|
2801
2754
|
export declare interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2755
|
+
/** Number of items per page. */
|
|
2756
|
+
pageSize?: number;
|
|
2757
|
+
/** Indicates whether the collection is descending. */
|
|
2758
|
+
isDescending?: boolean;
|
|
2759
|
+
/** Initial number of items to skip. */
|
|
2760
|
+
initialSkip?: number;
|
|
2802
2761
|
}
|
|
2803
2762
|
|
|
2804
2763
|
/** Contains response data for the listByResourceGroup operation. */
|