@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
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,47 +587,6 @@ 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
591
|
export interface Workspace extends ResourceModelWithAllowedPropertySet {
|
|
592
592
|
/**
|
|
@@ -610,8 +610,6 @@ export interface Workspace extends 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
|
-
/** Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints */
|
|
614
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
615
613
|
}
|
|
616
614
|
|
|
617
615
|
/** Represents a scaling plan definition. */
|
|
@@ -631,12 +629,12 @@ export interface ScalingPlan extends 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[];
|
|
@@ -667,8 +665,6 @@ export interface ApplicationGroup extends 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.
|
|
@@ -727,15 +723,13 @@ export interface HostPool extends 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
|
-
|
|
731
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
732
|
+
agentUpdate?: AgentUpdateProperties;
|
|
739
733
|
}
|
|
740
734
|
|
|
741
735
|
export interface ResourceModelWithAllowedPropertySetIdentity extends Identity {}
|
|
@@ -744,6 +738,87 @@ export interface ResourceModelWithAllowedPropertySetSku extends Sku {}
|
|
|
744
738
|
|
|
745
739
|
export interface ResourceModelWithAllowedPropertySetPlan extends Plan {}
|
|
746
740
|
|
|
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
|
+
}
|
|
783
|
+
|
|
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
|
+
}
|
|
821
|
+
|
|
747
822
|
/** ApplicationGroup properties that can be patched. */
|
|
748
823
|
export interface ApplicationGroupPatch extends Resource {
|
|
749
824
|
/** tags to be updated */
|
|
@@ -878,8 +953,8 @@ export interface HostPoolPatch extends Resource {
|
|
|
878
953
|
preferredAppGroupType?: PreferredAppGroupType;
|
|
879
954
|
/** The flag to turn on/off StartVMOnConnect feature. */
|
|
880
955
|
startVMOnConnect?: boolean;
|
|
881
|
-
/**
|
|
882
|
-
|
|
956
|
+
/** The session host configuration for updating agent, monitoring agent, and stack component. */
|
|
957
|
+
agentUpdate?: AgentUpdatePatchProperties;
|
|
883
958
|
}
|
|
884
959
|
|
|
885
960
|
/** Represents a UserSession definition. */
|
|
@@ -938,6 +1013,8 @@ export interface SessionHost extends 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
|
/**
|
|
@@ -971,6 +1048,8 @@ export interface SessionHostPatch extends Resource {
|
|
|
971
1048
|
allowNewSession?: boolean;
|
|
972
1049
|
/** User assigned to SessionHost. */
|
|
973
1050
|
assignedUser?: string;
|
|
1051
|
+
/** Friendly name of SessionHost */
|
|
1052
|
+
friendlyName?: string;
|
|
974
1053
|
}
|
|
975
1054
|
|
|
976
1055
|
/** Schema for MSIX Package properties. */
|
|
@@ -1044,42 +1123,6 @@ export interface ExpandMsixImage extends Resource {
|
|
|
1044
1123
|
packageApplications?: MsixPackageApplications[];
|
|
1045
1124
|
}
|
|
1046
1125
|
|
|
1047
|
-
/** The Private Endpoint Connection resource. */
|
|
1048
|
-
export interface PrivateEndpointConnection extends 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 interface PrivateLinkResource extends 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 interface PrivateEndpointConnectionWithSystemData
|
|
1075
|
-
extends PrivateEndpointConnection {
|
|
1076
|
-
/**
|
|
1077
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1078
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1079
|
-
*/
|
|
1080
|
-
readonly systemData?: SystemData;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
1126
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1084
1127
|
export enum KnownCreatedByType {
|
|
1085
1128
|
/** User */
|
|
@@ -1104,24 +1147,6 @@ export enum KnownCreatedByType {
|
|
|
1104
1147
|
*/
|
|
1105
1148
|
export type CreatedByType = string;
|
|
1106
1149
|
|
|
1107
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
1108
|
-
export enum KnownPublicNetworkAccess {
|
|
1109
|
-
/** Enabled */
|
|
1110
|
-
Enabled = "Enabled",
|
|
1111
|
-
/** Disabled */
|
|
1112
|
-
Disabled = "Disabled"
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
/**
|
|
1116
|
-
* Defines values for PublicNetworkAccess. \
|
|
1117
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
1118
|
-
* this enum contains the known values that the service supports.
|
|
1119
|
-
* ### Known values supported by the service
|
|
1120
|
-
* **Enabled** \
|
|
1121
|
-
* **Disabled**
|
|
1122
|
-
*/
|
|
1123
|
-
export type PublicNetworkAccess = string;
|
|
1124
|
-
|
|
1125
1150
|
/** Known values of {@link ScalingHostPoolType} that the service accepts. */
|
|
1126
1151
|
export enum KnownScalingHostPoolType {
|
|
1127
1152
|
/** Users get a new (random) SessionHost every time it connects to the HostPool. */
|
|
@@ -1224,33 +1249,6 @@ export enum KnownApplicationGroupType {
|
|
|
1224
1249
|
*/
|
|
1225
1250
|
export type ApplicationGroupType = string;
|
|
1226
1251
|
|
|
1227
|
-
/** Known values of {@link Operation} that the service accepts. */
|
|
1228
|
-
export enum KnownOperation {
|
|
1229
|
-
/** Start the migration. */
|
|
1230
|
-
Start = "Start",
|
|
1231
|
-
/** Revoke the migration. */
|
|
1232
|
-
Revoke = "Revoke",
|
|
1233
|
-
/** Complete the migration. */
|
|
1234
|
-
Complete = "Complete",
|
|
1235
|
-
/** Hide the hostpool. */
|
|
1236
|
-
Hide = "Hide",
|
|
1237
|
-
/** Unhide the hostpool. */
|
|
1238
|
-
Unhide = "Unhide"
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
/**
|
|
1242
|
-
* Defines values for Operation. \
|
|
1243
|
-
* {@link KnownOperation} can be used interchangeably with Operation,
|
|
1244
|
-
* this enum contains the known values that the service supports.
|
|
1245
|
-
* ### Known values supported by the service
|
|
1246
|
-
* **Start**: Start the migration. \
|
|
1247
|
-
* **Revoke**: Revoke the migration. \
|
|
1248
|
-
* **Complete**: Complete the migration. \
|
|
1249
|
-
* **Hide**: Hide the hostpool. \
|
|
1250
|
-
* **Unhide**: Unhide the hostpool.
|
|
1251
|
-
*/
|
|
1252
|
-
export type Operation = string;
|
|
1253
|
-
|
|
1254
1252
|
/** Known values of {@link RemoteApplicationType} that the service accepts. */
|
|
1255
1253
|
export enum KnownRemoteApplicationType {
|
|
1256
1254
|
/** InBuilt */
|
|
@@ -1416,6 +1414,24 @@ export enum KnownPreferredAppGroupType {
|
|
|
1416
1414
|
*/
|
|
1417
1415
|
export type PreferredAppGroupType = string;
|
|
1418
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
|
+
|
|
1419
1435
|
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
1420
1436
|
export enum KnownApplicationType {
|
|
1421
1437
|
/** RemoteApp */
|
|
@@ -1474,7 +1490,7 @@ export enum KnownStatus {
|
|
|
1474
1490
|
Shutdown = "Shutdown",
|
|
1475
1491
|
/** The Session Host is unavailable because it is currently disconnected. */
|
|
1476
1492
|
Disconnected = "Disconnected",
|
|
1477
|
-
/** 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. */
|
|
1478
1494
|
Upgrading = "Upgrading",
|
|
1479
1495
|
/** Session Host is unavailable because the critical component upgrade (agent, side-by-side stack, etc.) failed. */
|
|
1480
1496
|
UpgradeFailed = "UpgradeFailed",
|
|
@@ -1561,7 +1577,7 @@ export enum KnownHealthCheckName {
|
|
|
1561
1577
|
SupportedEncryptionCheck = "SupportedEncryptionCheck",
|
|
1562
1578
|
/** Verifies the metadata service is accessible and return compute properties. */
|
|
1563
1579
|
MetaDataServiceCheck = "MetaDataServiceCheck",
|
|
1564
|
-
/** 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. */
|
|
1565
1581
|
AppAttachHealthCheck = "AppAttachHealthCheck"
|
|
1566
1582
|
}
|
|
1567
1583
|
|
|
@@ -1607,53 +1623,17 @@ export enum KnownHealthCheckResult {
|
|
|
1607
1623
|
* **SessionHostShutdown**: We received a Shutdown notification.
|
|
1608
1624
|
*/
|
|
1609
1625
|
export type HealthCheckResult = string;
|
|
1610
|
-
|
|
1611
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1612
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1613
|
-
/** Pending */
|
|
1614
|
-
Pending = "Pending",
|
|
1615
|
-
/** Approved */
|
|
1616
|
-
Approved = "Approved",
|
|
1617
|
-
/** Rejected */
|
|
1618
|
-
Rejected = "Rejected"
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
/**
|
|
1622
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
1623
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
1624
|
-
* this enum contains the known values that the service supports.
|
|
1625
|
-
* ### Known values supported by the service
|
|
1626
|
-
* **Pending** \
|
|
1627
|
-
* **Approved** \
|
|
1628
|
-
* **Rejected**
|
|
1629
|
-
*/
|
|
1630
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1631
|
-
|
|
1632
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1633
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1634
|
-
/** Succeeded */
|
|
1635
|
-
Succeeded = "Succeeded",
|
|
1636
|
-
/** Creating */
|
|
1637
|
-
Creating = "Creating",
|
|
1638
|
-
/** Deleting */
|
|
1639
|
-
Deleting = "Deleting",
|
|
1640
|
-
/** Failed */
|
|
1641
|
-
Failed = "Failed"
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
/**
|
|
1645
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1646
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1647
|
-
* this enum contains the known values that the service supports.
|
|
1648
|
-
* ### Known values supported by the service
|
|
1649
|
-
* **Succeeded** \
|
|
1650
|
-
* **Creating** \
|
|
1651
|
-
* **Deleting** \
|
|
1652
|
-
* **Failed**
|
|
1653
|
-
*/
|
|
1654
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1655
1626
|
/** Defines values for SkuTier. */
|
|
1656
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";
|
|
1657
1637
|
|
|
1658
1638
|
/** Optional parameters. */
|
|
1659
1639
|
export interface OperationsListOptionalParams
|
|
@@ -1699,7 +1679,14 @@ export type WorkspacesUpdateResponse = Workspace;
|
|
|
1699
1679
|
|
|
1700
1680
|
/** Optional parameters. */
|
|
1701
1681
|
export interface WorkspacesListByResourceGroupOptionalParams
|
|
1702
|
-
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
|
+
}
|
|
1703
1690
|
|
|
1704
1691
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1705
1692
|
export type WorkspacesListByResourceGroupResponse = WorkspaceList;
|
|
@@ -1755,21 +1742,42 @@ export type ScalingPlansUpdateResponse = ScalingPlan;
|
|
|
1755
1742
|
|
|
1756
1743
|
/** Optional parameters. */
|
|
1757
1744
|
export interface ScalingPlansListByResourceGroupOptionalParams
|
|
1758
|
-
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
|
+
}
|
|
1759
1753
|
|
|
1760
1754
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1761
1755
|
export type ScalingPlansListByResourceGroupResponse = ScalingPlanList;
|
|
1762
1756
|
|
|
1763
1757
|
/** Optional parameters. */
|
|
1764
1758
|
export interface ScalingPlansListBySubscriptionOptionalParams
|
|
1765
|
-
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
|
+
}
|
|
1766
1767
|
|
|
1767
1768
|
/** Contains response data for the listBySubscription operation. */
|
|
1768
1769
|
export type ScalingPlansListBySubscriptionResponse = ScalingPlanList;
|
|
1769
1770
|
|
|
1770
1771
|
/** Optional parameters. */
|
|
1771
1772
|
export interface ScalingPlansListByHostPoolOptionalParams
|
|
1772
|
-
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
|
+
}
|
|
1773
1781
|
|
|
1774
1782
|
/** Contains response data for the listByHostPool operation. */
|
|
1775
1783
|
export type ScalingPlansListByHostPoolResponse = ScalingPlanList;
|
|
@@ -1795,6 +1803,55 @@ export interface ScalingPlansListByHostPoolNextOptionalParams
|
|
|
1795
1803
|
/** Contains response data for the listByHostPoolNext operation. */
|
|
1796
1804
|
export type ScalingPlansListByHostPoolNextResponse = ScalingPlanList;
|
|
1797
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
|
+
|
|
1798
1855
|
/** Optional parameters. */
|
|
1799
1856
|
export interface ApplicationGroupsGetOptionalParams
|
|
1800
1857
|
extends coreClient.OperationOptions {}
|
|
@@ -1826,6 +1883,12 @@ export type ApplicationGroupsUpdateResponse = ApplicationGroup;
|
|
|
1826
1883
|
/** Optional parameters. */
|
|
1827
1884
|
export interface ApplicationGroupsListByResourceGroupOptionalParams
|
|
1828
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;
|
|
1829
1892
|
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
1830
1893
|
filter?: string;
|
|
1831
1894
|
}
|
|
@@ -1845,27 +1908,28 @@ export type ApplicationGroupsListBySubscriptionResponse = ApplicationGroupList;
|
|
|
1845
1908
|
|
|
1846
1909
|
/** Optional parameters. */
|
|
1847
1910
|
export interface ApplicationGroupsListByResourceGroupNextOptionalParams
|
|
1848
|
-
extends coreClient.OperationOptions {
|
|
1849
|
-
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
1850
|
-
filter?: string;
|
|
1851
|
-
}
|
|
1911
|
+
extends coreClient.OperationOptions {}
|
|
1852
1912
|
|
|
1853
1913
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1854
1914
|
export type ApplicationGroupsListByResourceGroupNextResponse = ApplicationGroupList;
|
|
1855
1915
|
|
|
1856
1916
|
/** Optional parameters. */
|
|
1857
1917
|
export interface ApplicationGroupsListBySubscriptionNextOptionalParams
|
|
1858
|
-
extends coreClient.OperationOptions {
|
|
1859
|
-
/** OData filter expression. Valid properties for filtering are applicationGroupType. */
|
|
1860
|
-
filter?: string;
|
|
1861
|
-
}
|
|
1918
|
+
extends coreClient.OperationOptions {}
|
|
1862
1919
|
|
|
1863
1920
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1864
1921
|
export type ApplicationGroupsListBySubscriptionNextResponse = ApplicationGroupList;
|
|
1865
1922
|
|
|
1866
1923
|
/** Optional parameters. */
|
|
1867
1924
|
export interface StartMenuItemsListOptionalParams
|
|
1868
|
-
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
|
+
}
|
|
1869
1933
|
|
|
1870
1934
|
/** Contains response data for the list operation. */
|
|
1871
1935
|
export type StartMenuItemsListResponse = StartMenuItemList;
|
|
@@ -1907,7 +1971,14 @@ export type ApplicationsUpdateResponse = Application;
|
|
|
1907
1971
|
|
|
1908
1972
|
/** Optional parameters. */
|
|
1909
1973
|
export interface ApplicationsListOptionalParams
|
|
1910
|
-
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
|
+
}
|
|
1911
1982
|
|
|
1912
1983
|
/** Contains response data for the list operation. */
|
|
1913
1984
|
export type ApplicationsListResponse = ApplicationList;
|
|
@@ -1938,7 +2009,14 @@ export type DesktopsUpdateResponse = Desktop;
|
|
|
1938
2009
|
|
|
1939
2010
|
/** Optional parameters. */
|
|
1940
2011
|
export interface DesktopsListOptionalParams
|
|
1941
|
-
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
|
+
}
|
|
1942
2020
|
|
|
1943
2021
|
/** Contains response data for the list operation. */
|
|
1944
2022
|
export type DesktopsListResponse = DesktopList;
|
|
@@ -1983,14 +2061,28 @@ export type HostPoolsUpdateResponse = HostPool;
|
|
|
1983
2061
|
|
|
1984
2062
|
/** Optional parameters. */
|
|
1985
2063
|
export interface HostPoolsListByResourceGroupOptionalParams
|
|
1986
|
-
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
|
+
}
|
|
1987
2072
|
|
|
1988
2073
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1989
2074
|
export type HostPoolsListByResourceGroupResponse = HostPoolList;
|
|
1990
2075
|
|
|
1991
2076
|
/** Optional parameters. */
|
|
1992
2077
|
export interface HostPoolsListOptionalParams
|
|
1993
|
-
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
|
+
}
|
|
1994
2086
|
|
|
1995
2087
|
/** Contains response data for the list operation. */
|
|
1996
2088
|
export type HostPoolsListResponse = HostPoolList;
|
|
@@ -2019,6 +2111,12 @@ export type HostPoolsListNextResponse = HostPoolList;
|
|
|
2019
2111
|
/** Optional parameters. */
|
|
2020
2112
|
export interface UserSessionsListByHostPoolOptionalParams
|
|
2021
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;
|
|
2022
2120
|
/** OData filter expression. Valid properties for filtering are userprincipalname and sessionstate. */
|
|
2023
2121
|
filter?: string;
|
|
2024
2122
|
}
|
|
@@ -2042,7 +2140,14 @@ export interface UserSessionsDeleteOptionalParams
|
|
|
2042
2140
|
|
|
2043
2141
|
/** Optional parameters. */
|
|
2044
2142
|
export interface UserSessionsListOptionalParams
|
|
2045
|
-
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
|
+
}
|
|
2046
2151
|
|
|
2047
2152
|
/** Contains response data for the list operation. */
|
|
2048
2153
|
export type UserSessionsListResponse = UserSessionList;
|
|
@@ -2060,10 +2165,7 @@ export interface UserSessionsSendMessageOptionalParams
|
|
|
2060
2165
|
|
|
2061
2166
|
/** Optional parameters. */
|
|
2062
2167
|
export interface UserSessionsListByHostPoolNextOptionalParams
|
|
2063
|
-
extends coreClient.OperationOptions {
|
|
2064
|
-
/** OData filter expression. Valid properties for filtering are userprincipalname and sessionstate. */
|
|
2065
|
-
filter?: string;
|
|
2066
|
-
}
|
|
2168
|
+
extends coreClient.OperationOptions {}
|
|
2067
2169
|
|
|
2068
2170
|
/** Contains response data for the listByHostPoolNext operation. */
|
|
2069
2171
|
export type UserSessionsListByHostPoolNextResponse = UserSessionList;
|
|
@@ -2103,7 +2205,14 @@ export type SessionHostsUpdateResponse = SessionHost;
|
|
|
2103
2205
|
|
|
2104
2206
|
/** Optional parameters. */
|
|
2105
2207
|
export interface SessionHostsListOptionalParams
|
|
2106
|
-
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
|
+
}
|
|
2107
2216
|
|
|
2108
2217
|
/** Contains response data for the list operation. */
|
|
2109
2218
|
export type SessionHostsListResponse = SessionHostList;
|
|
@@ -2145,7 +2254,14 @@ export type MsixPackagesUpdateResponse = MsixPackage;
|
|
|
2145
2254
|
|
|
2146
2255
|
/** Optional parameters. */
|
|
2147
2256
|
export interface MsixPackagesListOptionalParams
|
|
2148
|
-
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
|
+
}
|
|
2149
2265
|
|
|
2150
2266
|
/** Contains response data for the list operation. */
|
|
2151
2267
|
export type MsixPackagesListResponse = MsixPackageList;
|
|
@@ -2171,98 +2287,6 @@ export interface MsixImagesExpandNextOptionalParams
|
|
|
2171
2287
|
/** Contains response data for the expandNext operation. */
|
|
2172
2288
|
export type MsixImagesExpandNextResponse = ExpandMsixImageList;
|
|
2173
2289
|
|
|
2174
|
-
/** Optional parameters. */
|
|
2175
|
-
export interface PrivateEndpointConnectionsListByHostPoolOptionalParams
|
|
2176
|
-
extends coreClient.OperationOptions {}
|
|
2177
|
-
|
|
2178
|
-
/** Contains response data for the listByHostPool operation. */
|
|
2179
|
-
export type PrivateEndpointConnectionsListByHostPoolResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2180
|
-
|
|
2181
|
-
/** Optional parameters. */
|
|
2182
|
-
export interface PrivateEndpointConnectionsGetByHostPoolOptionalParams
|
|
2183
|
-
extends coreClient.OperationOptions {}
|
|
2184
|
-
|
|
2185
|
-
/** Contains response data for the getByHostPool operation. */
|
|
2186
|
-
export type PrivateEndpointConnectionsGetByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
2187
|
-
|
|
2188
|
-
/** Optional parameters. */
|
|
2189
|
-
export interface PrivateEndpointConnectionsDeleteByHostPoolOptionalParams
|
|
2190
|
-
extends coreClient.OperationOptions {}
|
|
2191
|
-
|
|
2192
|
-
/** Optional parameters. */
|
|
2193
|
-
export interface PrivateEndpointConnectionsUpdateByHostPoolOptionalParams
|
|
2194
|
-
extends coreClient.OperationOptions {}
|
|
2195
|
-
|
|
2196
|
-
/** Contains response data for the updateByHostPool operation. */
|
|
2197
|
-
export type PrivateEndpointConnectionsUpdateByHostPoolResponse = PrivateEndpointConnectionWithSystemData;
|
|
2198
|
-
|
|
2199
|
-
/** Optional parameters. */
|
|
2200
|
-
export interface PrivateEndpointConnectionsListByWorkspaceOptionalParams
|
|
2201
|
-
extends coreClient.OperationOptions {}
|
|
2202
|
-
|
|
2203
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
2204
|
-
export type PrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2205
|
-
|
|
2206
|
-
/** Optional parameters. */
|
|
2207
|
-
export interface PrivateEndpointConnectionsGetByWorkspaceOptionalParams
|
|
2208
|
-
extends coreClient.OperationOptions {}
|
|
2209
|
-
|
|
2210
|
-
/** Contains response data for the getByWorkspace operation. */
|
|
2211
|
-
export type PrivateEndpointConnectionsGetByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
2212
|
-
|
|
2213
|
-
/** Optional parameters. */
|
|
2214
|
-
export interface PrivateEndpointConnectionsDeleteByWorkspaceOptionalParams
|
|
2215
|
-
extends coreClient.OperationOptions {}
|
|
2216
|
-
|
|
2217
|
-
/** Optional parameters. */
|
|
2218
|
-
export interface PrivateEndpointConnectionsUpdateByWorkspaceOptionalParams
|
|
2219
|
-
extends coreClient.OperationOptions {}
|
|
2220
|
-
|
|
2221
|
-
/** Contains response data for the updateByWorkspace operation. */
|
|
2222
|
-
export type PrivateEndpointConnectionsUpdateByWorkspaceResponse = PrivateEndpointConnectionWithSystemData;
|
|
2223
|
-
|
|
2224
|
-
/** Optional parameters. */
|
|
2225
|
-
export interface PrivateEndpointConnectionsListByHostPoolNextOptionalParams
|
|
2226
|
-
extends coreClient.OperationOptions {}
|
|
2227
|
-
|
|
2228
|
-
/** Contains response data for the listByHostPoolNext operation. */
|
|
2229
|
-
export type PrivateEndpointConnectionsListByHostPoolNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2230
|
-
|
|
2231
|
-
/** Optional parameters. */
|
|
2232
|
-
export interface PrivateEndpointConnectionsListByWorkspaceNextOptionalParams
|
|
2233
|
-
extends coreClient.OperationOptions {}
|
|
2234
|
-
|
|
2235
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
2236
|
-
export type PrivateEndpointConnectionsListByWorkspaceNextResponse = PrivateEndpointConnectionListResultWithSystemData;
|
|
2237
|
-
|
|
2238
|
-
/** Optional parameters. */
|
|
2239
|
-
export interface PrivateLinkResourcesListByHostPoolOptionalParams
|
|
2240
|
-
extends coreClient.OperationOptions {}
|
|
2241
|
-
|
|
2242
|
-
/** Contains response data for the listByHostPool operation. */
|
|
2243
|
-
export type PrivateLinkResourcesListByHostPoolResponse = PrivateLinkResourceListResult;
|
|
2244
|
-
|
|
2245
|
-
/** Optional parameters. */
|
|
2246
|
-
export interface PrivateLinkResourcesListByWorkspaceOptionalParams
|
|
2247
|
-
extends coreClient.OperationOptions {}
|
|
2248
|
-
|
|
2249
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
2250
|
-
export type PrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResult;
|
|
2251
|
-
|
|
2252
|
-
/** Optional parameters. */
|
|
2253
|
-
export interface PrivateLinkResourcesListByHostPoolNextOptionalParams
|
|
2254
|
-
extends coreClient.OperationOptions {}
|
|
2255
|
-
|
|
2256
|
-
/** Contains response data for the listByHostPoolNext operation. */
|
|
2257
|
-
export type PrivateLinkResourcesListByHostPoolNextResponse = PrivateLinkResourceListResult;
|
|
2258
|
-
|
|
2259
|
-
/** Optional parameters. */
|
|
2260
|
-
export interface PrivateLinkResourcesListByWorkspaceNextOptionalParams
|
|
2261
|
-
extends coreClient.OperationOptions {}
|
|
2262
|
-
|
|
2263
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
2264
|
-
export type PrivateLinkResourcesListByWorkspaceNextResponse = PrivateLinkResourceListResult;
|
|
2265
|
-
|
|
2266
2290
|
/** Optional parameters. */
|
|
2267
2291
|
export interface DesktopVirtualizationAPIClientOptionalParams
|
|
2268
2292
|
extends coreClient.ServiceClientOptions {
|