@azure/arm-desktopvirtualization 1.0.0-beta.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -14
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +2105 -1945
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsCreateOrUpdateSample.js +12 -8
- package/dist-esm/samples-dev/applicationGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/applicationGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsGetSample.js +12 -4
- package/dist-esm/samples-dev/applicationGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsListByResourceGroupSample.js +19 -5
- package/dist-esm/samples-dev/applicationGroupsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsListBySubscriptionSample.js +11 -3
- package/dist-esm/samples-dev/applicationGroupsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGroupsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/applicationGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +12 -4
- package/dist-esm/samples-dev/applicationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsListSample.js +21 -5
- package/dist-esm/samples-dev/applicationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/applicationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/desktopsGetSample.js +12 -4
- package/dist-esm/samples-dev/desktopsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/desktopsListSample.js +21 -5
- package/dist-esm/samples-dev/desktopsListSample.js.map +1 -1
- package/dist-esm/samples-dev/desktopsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/desktopsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsCreateOrUpdateSample.js +21 -9
- package/dist-esm/samples-dev/hostPoolsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/hostPoolsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsGetSample.js +12 -4
- package/dist-esm/samples-dev/hostPoolsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsListByResourceGroupSample.js +21 -5
- package/dist-esm/samples-dev/hostPoolsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsListSample.js +20 -4
- package/dist-esm/samples-dev/hostPoolsListSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsRetrieveRegistrationTokenSample.js +12 -4
- package/dist-esm/samples-dev/hostPoolsRetrieveRegistrationTokenSample.js.map +1 -1
- package/dist-esm/samples-dev/hostPoolsUpdateSample.js +21 -5
- package/dist-esm/samples-dev/hostPoolsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/msixImagesExpandSample.js +12 -4
- package/dist-esm/samples-dev/msixImagesExpandSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/msixPackagesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/msixPackagesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesGetSample.js +12 -4
- package/dist-esm/samples-dev/msixPackagesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesListSample.js +21 -5
- package/dist-esm/samples-dev/msixPackagesListSample.js.map +1 -1
- package/dist-esm/samples-dev/msixPackagesUpdateSample.js +12 -4
- package/dist-esm/samples-dev/msixPackagesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.js +58 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.js +40 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{privateEndpointConnectionsListByWorkspaceSample.js → scalingPlanPooledSchedulesListSample.js} +26 -10
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesListSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.js +52 -0
- package/dist-esm/samples-dev/scalingPlanPooledSchedulesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/scalingPlansCreateSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansDeleteSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansGetSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansGetSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansListByHostPoolSample.js +21 -5
- package/dist-esm/samples-dev/scalingPlansListByHostPoolSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansListByResourceGroupSample.js +21 -5
- package/dist-esm/samples-dev/scalingPlansListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansListBySubscriptionSample.js +20 -4
- package/dist-esm/samples-dev/scalingPlansListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/scalingPlansUpdateSample.js +12 -4
- package/dist-esm/samples-dev/scalingPlansUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/sessionHostsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsGetSample.js +12 -4
- package/dist-esm/samples-dev/sessionHostsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsListSample.js +21 -5
- package/dist-esm/samples-dev/sessionHostsListSample.js.map +1 -1
- package/dist-esm/samples-dev/sessionHostsUpdateSample.js +14 -5
- package/dist-esm/samples-dev/sessionHostsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/startMenuItemsListSample.js +12 -4
- package/dist-esm/samples-dev/startMenuItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsDisconnectSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsDisconnectSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsGetSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsListByHostPoolSample.js +21 -5
- package/dist-esm/samples-dev/userSessionsListByHostPoolSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsListSample.js +21 -5
- package/dist-esm/samples-dev/userSessionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/userSessionsSendMessageSample.js +12 -4
- package/dist-esm/samples-dev/userSessionsSendMessageSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +12 -4
- package/dist-esm/samples-dev/workspacesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +21 -5
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +11 -3
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +12 -5
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -1
- package/dist-esm/src/desktopVirtualizationAPIClient.d.ts +4 -3
- package/dist-esm/src/desktopVirtualizationAPIClient.d.ts.map +1 -1
- package/dist-esm/src/desktopVirtualizationAPIClient.js +52 -22
- package/dist-esm/src/desktopVirtualizationAPIClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +363 -272
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +60 -37
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +7 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +439 -215
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +51 -16
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/applicationGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/applicationGroups.js +44 -17
- package/dist-esm/src/operations/applicationGroups.js.map +1 -1
- package/dist-esm/src/operations/applications.d.ts.map +1 -1
- package/dist-esm/src/operations/applications.js +25 -9
- package/dist-esm/src/operations/applications.js.map +1 -1
- package/dist-esm/src/operations/desktops.d.ts.map +1 -1
- package/dist-esm/src/operations/desktops.js +25 -9
- package/dist-esm/src/operations/desktops.js.map +1 -1
- package/dist-esm/src/operations/hostPools.d.ts.map +1 -1
- package/dist-esm/src/operations/hostPools.js +49 -18
- package/dist-esm/src/operations/hostPools.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/msixImages.d.ts.map +1 -1
- package/dist-esm/src/operations/msixImages.js +19 -8
- package/dist-esm/src/operations/msixImages.js.map +1 -1
- package/dist-esm/src/operations/msixPackages.d.ts.map +1 -1
- package/dist-esm/src/operations/msixPackages.js +25 -9
- package/dist-esm/src/operations/msixPackages.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/scalingPlanPooledSchedules.d.ts +71 -0
- package/dist-esm/src/operations/scalingPlanPooledSchedules.d.ts.map +1 -0
- package/dist-esm/src/operations/scalingPlanPooledSchedules.js +294 -0
- package/dist-esm/src/operations/scalingPlanPooledSchedules.js.map +1 -0
- package/dist-esm/src/operations/scalingPlans.d.ts.map +1 -1
- package/dist-esm/src/operations/scalingPlans.js +73 -27
- package/dist-esm/src/operations/scalingPlans.js.map +1 -1
- package/dist-esm/src/operations/sessionHosts.d.ts.map +1 -1
- package/dist-esm/src/operations/sessionHosts.js +25 -9
- package/dist-esm/src/operations/sessionHosts.js.map +1 -1
- package/dist-esm/src/operations/startMenuItems.d.ts.map +1 -1
- package/dist-esm/src/operations/startMenuItems.js +25 -9
- package/dist-esm/src/operations/startMenuItems.js.map +1 -1
- package/dist-esm/src/operations/userSessions.d.ts.map +1 -1
- package/dist-esm/src/operations/userSessions.js +50 -18
- package/dist-esm/src/operations/userSessions.js.map +1 -1
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -1
- package/dist-esm/src/operations/workspaces.js +43 -17
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/scalingPlanPooledSchedules.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/scalingPlanPooledSchedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateEndpointConnections.js → scalingPlanPooledSchedules.js} +1 -1
- package/dist-esm/src/operationsInterfaces/scalingPlanPooledSchedules.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/sampleTest.js +11 -13
- package/dist-esm/test/sampleTest.js.map +1 -1
- package/package.json +20 -15
- package/review/arm-desktopvirtualization.api.md +309 -387
- package/src/desktopVirtualizationAPIClient.ts +67 -31
- package/src/index.ts +1 -0
- package/src/models/index.ts +416 -332
- package/src/models/mappers.ts +497 -249
- package/src/models/parameters.ts +59 -19
- package/src/operations/applicationGroups.ts +53 -20
- package/src/operations/applications.ts +33 -15
- package/src/operations/desktops.ts +33 -15
- package/src/operations/hostPools.ts +58 -21
- package/src/operations/index.ts +1 -2
- package/src/operations/msixImages.ts +27 -14
- package/src/operations/msixPackages.ts +33 -11
- package/src/operations/operations.ts +21 -9
- package/src/operations/scalingPlanPooledSchedules.ts +393 -0
- package/src/operations/scalingPlans.ts +89 -35
- package/src/operations/sessionHosts.ts +33 -11
- package/src/operations/startMenuItems.ts +32 -14
- package/src/operations/userSessions.ts +66 -30
- package/src/operations/workspaces.ts +52 -20
- package/src/operationsInterfaces/index.ts +1 -2
- package/src/operationsInterfaces/scalingPlanPooledSchedules.ts +90 -0
- package/src/pagingHelper.ts +39 -0
- package/types/arm-desktopvirtualization.d.ts +438 -406
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsGetByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.js +0 -45
- package/dist-esm/samples-dev/privateEndpointConnectionsListByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.js +0 -45
- package/dist-esm/samples-dev/privateLinkResourcesListByHostPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.js +0 -45
- package/dist-esm/samples-dev/privateLinkResourcesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -118
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -483
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -62
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -249
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -76
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/src/operations/privateEndpointConnections.ts +0 -652
- package/src/operations/privateLinkResources.ts +0 -344
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -140
- package/src/operationsInterfaces/privateLinkResources.ts +0 -41
|
@@ -1,483 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Class containing PrivateEndpointConnections operations. */
|
|
14
|
-
export class PrivateEndpointConnectionsImpl {
|
|
15
|
-
/**
|
|
16
|
-
* Initialize a new instance of the class PrivateEndpointConnections class.
|
|
17
|
-
* @param client Reference to the service client
|
|
18
|
-
*/
|
|
19
|
-
constructor(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* List private endpoint connections associated with hostpool.
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
listByHostPool(resourceGroupName, hostPoolName, options) {
|
|
29
|
-
const iter = this.listByHostPoolPagingAll(resourceGroupName, hostPoolName, options);
|
|
30
|
-
return {
|
|
31
|
-
next() {
|
|
32
|
-
return iter.next();
|
|
33
|
-
},
|
|
34
|
-
[Symbol.asyncIterator]() {
|
|
35
|
-
return this;
|
|
36
|
-
},
|
|
37
|
-
byPage: () => {
|
|
38
|
-
return this.listByHostPoolPagingPage(resourceGroupName, hostPoolName, options);
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
listByHostPoolPagingPage(resourceGroupName, hostPoolName, options) {
|
|
43
|
-
return __asyncGenerator(this, arguments, function* listByHostPoolPagingPage_1() {
|
|
44
|
-
let result = yield __await(this._listByHostPool(resourceGroupName, hostPoolName, options));
|
|
45
|
-
yield yield __await(result.value || []);
|
|
46
|
-
let continuationToken = result.nextLink;
|
|
47
|
-
while (continuationToken) {
|
|
48
|
-
result = yield __await(this._listByHostPoolNext(resourceGroupName, hostPoolName, continuationToken, options));
|
|
49
|
-
continuationToken = result.nextLink;
|
|
50
|
-
yield yield __await(result.value || []);
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
listByHostPoolPagingAll(resourceGroupName, hostPoolName, options) {
|
|
55
|
-
return __asyncGenerator(this, arguments, function* listByHostPoolPagingAll_1() {
|
|
56
|
-
var e_1, _a;
|
|
57
|
-
try {
|
|
58
|
-
for (var _b = __asyncValues(this.listByHostPoolPagingPage(resourceGroupName, hostPoolName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
59
|
-
const page = _c.value;
|
|
60
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
64
|
-
finally {
|
|
65
|
-
try {
|
|
66
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
67
|
-
}
|
|
68
|
-
finally { if (e_1) throw e_1.error; }
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* List private endpoint connections.
|
|
74
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
-
* @param workspaceName The name of the workspace
|
|
76
|
-
* @param options The options parameters.
|
|
77
|
-
*/
|
|
78
|
-
listByWorkspace(resourceGroupName, workspaceName, options) {
|
|
79
|
-
const iter = this.listByWorkspacePagingAll(resourceGroupName, workspaceName, options);
|
|
80
|
-
return {
|
|
81
|
-
next() {
|
|
82
|
-
return iter.next();
|
|
83
|
-
},
|
|
84
|
-
[Symbol.asyncIterator]() {
|
|
85
|
-
return this;
|
|
86
|
-
},
|
|
87
|
-
byPage: () => {
|
|
88
|
-
return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options);
|
|
89
|
-
}
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
listByWorkspacePagingPage(resourceGroupName, workspaceName, options) {
|
|
93
|
-
return __asyncGenerator(this, arguments, function* listByWorkspacePagingPage_1() {
|
|
94
|
-
let result = yield __await(this._listByWorkspace(resourceGroupName, workspaceName, options));
|
|
95
|
-
yield yield __await(result.value || []);
|
|
96
|
-
let continuationToken = result.nextLink;
|
|
97
|
-
while (continuationToken) {
|
|
98
|
-
result = yield __await(this._listByWorkspaceNext(resourceGroupName, workspaceName, continuationToken, options));
|
|
99
|
-
continuationToken = result.nextLink;
|
|
100
|
-
yield yield __await(result.value || []);
|
|
101
|
-
}
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
|
|
105
|
-
return __asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
|
|
106
|
-
var e_2, _a;
|
|
107
|
-
try {
|
|
108
|
-
for (var _b = __asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
109
|
-
const page = _c.value;
|
|
110
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
114
|
-
finally {
|
|
115
|
-
try {
|
|
116
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
117
|
-
}
|
|
118
|
-
finally { if (e_2) throw e_2.error; }
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* List private endpoint connections associated with hostpool.
|
|
124
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
125
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
126
|
-
* @param options The options parameters.
|
|
127
|
-
*/
|
|
128
|
-
_listByHostPool(resourceGroupName, hostPoolName, options) {
|
|
129
|
-
return this.client.sendOperationRequest({ resourceGroupName, hostPoolName, options }, listByHostPoolOperationSpec);
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* Get a private endpoint connection.
|
|
133
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
134
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
135
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
136
|
-
* Azure resource
|
|
137
|
-
* @param options The options parameters.
|
|
138
|
-
*/
|
|
139
|
-
getByHostPool(resourceGroupName, hostPoolName, privateEndpointConnectionName, options) {
|
|
140
|
-
return this.client.sendOperationRequest({
|
|
141
|
-
resourceGroupName,
|
|
142
|
-
hostPoolName,
|
|
143
|
-
privateEndpointConnectionName,
|
|
144
|
-
options
|
|
145
|
-
}, getByHostPoolOperationSpec);
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* Remove a connection.
|
|
149
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
150
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
151
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
152
|
-
* Azure resource
|
|
153
|
-
* @param options The options parameters.
|
|
154
|
-
*/
|
|
155
|
-
deleteByHostPool(resourceGroupName, hostPoolName, privateEndpointConnectionName, options) {
|
|
156
|
-
return this.client.sendOperationRequest({
|
|
157
|
-
resourceGroupName,
|
|
158
|
-
hostPoolName,
|
|
159
|
-
privateEndpointConnectionName,
|
|
160
|
-
options
|
|
161
|
-
}, deleteByHostPoolOperationSpec);
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* Approve or reject a private endpoint connection.
|
|
165
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
166
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
167
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
168
|
-
* Azure resource
|
|
169
|
-
* @param connection Object containing the updated connection.
|
|
170
|
-
* @param options The options parameters.
|
|
171
|
-
*/
|
|
172
|
-
updateByHostPool(resourceGroupName, hostPoolName, privateEndpointConnectionName, connection, options) {
|
|
173
|
-
return this.client.sendOperationRequest({
|
|
174
|
-
resourceGroupName,
|
|
175
|
-
hostPoolName,
|
|
176
|
-
privateEndpointConnectionName,
|
|
177
|
-
connection,
|
|
178
|
-
options
|
|
179
|
-
}, updateByHostPoolOperationSpec);
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* List private endpoint connections.
|
|
183
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
184
|
-
* @param workspaceName The name of the workspace
|
|
185
|
-
* @param options The options parameters.
|
|
186
|
-
*/
|
|
187
|
-
_listByWorkspace(resourceGroupName, workspaceName, options) {
|
|
188
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listByWorkspaceOperationSpec);
|
|
189
|
-
}
|
|
190
|
-
/**
|
|
191
|
-
* Get a private endpoint connection.
|
|
192
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
193
|
-
* @param workspaceName The name of the workspace
|
|
194
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
195
|
-
* Azure resource
|
|
196
|
-
* @param options The options parameters.
|
|
197
|
-
*/
|
|
198
|
-
getByWorkspace(resourceGroupName, workspaceName, privateEndpointConnectionName, options) {
|
|
199
|
-
return this.client.sendOperationRequest({
|
|
200
|
-
resourceGroupName,
|
|
201
|
-
workspaceName,
|
|
202
|
-
privateEndpointConnectionName,
|
|
203
|
-
options
|
|
204
|
-
}, getByWorkspaceOperationSpec);
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* Remove a connection.
|
|
208
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
209
|
-
* @param workspaceName The name of the workspace
|
|
210
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
211
|
-
* Azure resource
|
|
212
|
-
* @param options The options parameters.
|
|
213
|
-
*/
|
|
214
|
-
deleteByWorkspace(resourceGroupName, workspaceName, privateEndpointConnectionName, options) {
|
|
215
|
-
return this.client.sendOperationRequest({
|
|
216
|
-
resourceGroupName,
|
|
217
|
-
workspaceName,
|
|
218
|
-
privateEndpointConnectionName,
|
|
219
|
-
options
|
|
220
|
-
}, deleteByWorkspaceOperationSpec);
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* Approve or reject a private endpoint connection.
|
|
224
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
225
|
-
* @param workspaceName The name of the workspace
|
|
226
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
227
|
-
* Azure resource
|
|
228
|
-
* @param connection Object containing the updated connection.
|
|
229
|
-
* @param options The options parameters.
|
|
230
|
-
*/
|
|
231
|
-
updateByWorkspace(resourceGroupName, workspaceName, privateEndpointConnectionName, connection, options) {
|
|
232
|
-
return this.client.sendOperationRequest({
|
|
233
|
-
resourceGroupName,
|
|
234
|
-
workspaceName,
|
|
235
|
-
privateEndpointConnectionName,
|
|
236
|
-
connection,
|
|
237
|
-
options
|
|
238
|
-
}, updateByWorkspaceOperationSpec);
|
|
239
|
-
}
|
|
240
|
-
/**
|
|
241
|
-
* ListByHostPoolNext
|
|
242
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
243
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
244
|
-
* @param nextLink The nextLink from the previous successful call to the ListByHostPool method.
|
|
245
|
-
* @param options The options parameters.
|
|
246
|
-
*/
|
|
247
|
-
_listByHostPoolNext(resourceGroupName, hostPoolName, nextLink, options) {
|
|
248
|
-
return this.client.sendOperationRequest({ resourceGroupName, hostPoolName, nextLink, options }, listByHostPoolNextOperationSpec);
|
|
249
|
-
}
|
|
250
|
-
/**
|
|
251
|
-
* ListByWorkspaceNext
|
|
252
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
253
|
-
* @param workspaceName The name of the workspace
|
|
254
|
-
* @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.
|
|
255
|
-
* @param options The options parameters.
|
|
256
|
-
*/
|
|
257
|
-
_listByWorkspaceNext(resourceGroupName, workspaceName, nextLink, options) {
|
|
258
|
-
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, nextLink, options }, listByWorkspaceNextOperationSpec);
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
// Operation Specifications
|
|
262
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
263
|
-
const listByHostPoolOperationSpec = {
|
|
264
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections",
|
|
265
|
-
httpMethod: "GET",
|
|
266
|
-
responses: {
|
|
267
|
-
200: {
|
|
268
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResultWithSystemData
|
|
269
|
-
},
|
|
270
|
-
default: {
|
|
271
|
-
bodyMapper: Mappers.CloudError
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
queryParameters: [Parameters.apiVersion],
|
|
275
|
-
urlParameters: [
|
|
276
|
-
Parameters.$host,
|
|
277
|
-
Parameters.subscriptionId,
|
|
278
|
-
Parameters.resourceGroupName,
|
|
279
|
-
Parameters.hostPoolName
|
|
280
|
-
],
|
|
281
|
-
headerParameters: [Parameters.accept],
|
|
282
|
-
serializer
|
|
283
|
-
};
|
|
284
|
-
const getByHostPoolOperationSpec = {
|
|
285
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
286
|
-
httpMethod: "GET",
|
|
287
|
-
responses: {
|
|
288
|
-
200: {
|
|
289
|
-
bodyMapper: Mappers.PrivateEndpointConnectionWithSystemData
|
|
290
|
-
},
|
|
291
|
-
default: {
|
|
292
|
-
bodyMapper: Mappers.CloudError
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
queryParameters: [Parameters.apiVersion],
|
|
296
|
-
urlParameters: [
|
|
297
|
-
Parameters.$host,
|
|
298
|
-
Parameters.subscriptionId,
|
|
299
|
-
Parameters.resourceGroupName,
|
|
300
|
-
Parameters.hostPoolName,
|
|
301
|
-
Parameters.privateEndpointConnectionName
|
|
302
|
-
],
|
|
303
|
-
headerParameters: [Parameters.accept],
|
|
304
|
-
serializer
|
|
305
|
-
};
|
|
306
|
-
const deleteByHostPoolOperationSpec = {
|
|
307
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
308
|
-
httpMethod: "DELETE",
|
|
309
|
-
responses: {
|
|
310
|
-
200: {},
|
|
311
|
-
204: {},
|
|
312
|
-
default: {
|
|
313
|
-
bodyMapper: Mappers.CloudError
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
queryParameters: [Parameters.apiVersion],
|
|
317
|
-
urlParameters: [
|
|
318
|
-
Parameters.$host,
|
|
319
|
-
Parameters.subscriptionId,
|
|
320
|
-
Parameters.resourceGroupName,
|
|
321
|
-
Parameters.hostPoolName,
|
|
322
|
-
Parameters.privateEndpointConnectionName
|
|
323
|
-
],
|
|
324
|
-
headerParameters: [Parameters.accept],
|
|
325
|
-
serializer
|
|
326
|
-
};
|
|
327
|
-
const updateByHostPoolOperationSpec = {
|
|
328
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
329
|
-
httpMethod: "PUT",
|
|
330
|
-
responses: {
|
|
331
|
-
200: {
|
|
332
|
-
bodyMapper: Mappers.PrivateEndpointConnectionWithSystemData
|
|
333
|
-
},
|
|
334
|
-
default: {
|
|
335
|
-
bodyMapper: Mappers.CloudError
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
requestBody: Parameters.connection,
|
|
339
|
-
queryParameters: [Parameters.apiVersion],
|
|
340
|
-
urlParameters: [
|
|
341
|
-
Parameters.$host,
|
|
342
|
-
Parameters.subscriptionId,
|
|
343
|
-
Parameters.resourceGroupName,
|
|
344
|
-
Parameters.hostPoolName,
|
|
345
|
-
Parameters.privateEndpointConnectionName
|
|
346
|
-
],
|
|
347
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
348
|
-
mediaType: "json",
|
|
349
|
-
serializer
|
|
350
|
-
};
|
|
351
|
-
const listByWorkspaceOperationSpec = {
|
|
352
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/workspaces/{workspaceName}/privateEndpointConnections",
|
|
353
|
-
httpMethod: "GET",
|
|
354
|
-
responses: {
|
|
355
|
-
200: {
|
|
356
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResultWithSystemData
|
|
357
|
-
},
|
|
358
|
-
default: {
|
|
359
|
-
bodyMapper: Mappers.CloudError
|
|
360
|
-
}
|
|
361
|
-
},
|
|
362
|
-
queryParameters: [Parameters.apiVersion],
|
|
363
|
-
urlParameters: [
|
|
364
|
-
Parameters.$host,
|
|
365
|
-
Parameters.subscriptionId,
|
|
366
|
-
Parameters.resourceGroupName,
|
|
367
|
-
Parameters.workspaceName
|
|
368
|
-
],
|
|
369
|
-
headerParameters: [Parameters.accept],
|
|
370
|
-
serializer
|
|
371
|
-
};
|
|
372
|
-
const getByWorkspaceOperationSpec = {
|
|
373
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
374
|
-
httpMethod: "GET",
|
|
375
|
-
responses: {
|
|
376
|
-
200: {
|
|
377
|
-
bodyMapper: Mappers.PrivateEndpointConnectionWithSystemData
|
|
378
|
-
},
|
|
379
|
-
default: {
|
|
380
|
-
bodyMapper: Mappers.CloudError
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
queryParameters: [Parameters.apiVersion],
|
|
384
|
-
urlParameters: [
|
|
385
|
-
Parameters.$host,
|
|
386
|
-
Parameters.subscriptionId,
|
|
387
|
-
Parameters.resourceGroupName,
|
|
388
|
-
Parameters.workspaceName,
|
|
389
|
-
Parameters.privateEndpointConnectionName
|
|
390
|
-
],
|
|
391
|
-
headerParameters: [Parameters.accept],
|
|
392
|
-
serializer
|
|
393
|
-
};
|
|
394
|
-
const deleteByWorkspaceOperationSpec = {
|
|
395
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
396
|
-
httpMethod: "DELETE",
|
|
397
|
-
responses: {
|
|
398
|
-
200: {},
|
|
399
|
-
204: {},
|
|
400
|
-
default: {
|
|
401
|
-
bodyMapper: Mappers.CloudError
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
queryParameters: [Parameters.apiVersion],
|
|
405
|
-
urlParameters: [
|
|
406
|
-
Parameters.$host,
|
|
407
|
-
Parameters.subscriptionId,
|
|
408
|
-
Parameters.resourceGroupName,
|
|
409
|
-
Parameters.workspaceName,
|
|
410
|
-
Parameters.privateEndpointConnectionName
|
|
411
|
-
],
|
|
412
|
-
headerParameters: [Parameters.accept],
|
|
413
|
-
serializer
|
|
414
|
-
};
|
|
415
|
-
const updateByWorkspaceOperationSpec = {
|
|
416
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
417
|
-
httpMethod: "PUT",
|
|
418
|
-
responses: {
|
|
419
|
-
200: {
|
|
420
|
-
bodyMapper: Mappers.PrivateEndpointConnectionWithSystemData
|
|
421
|
-
},
|
|
422
|
-
default: {
|
|
423
|
-
bodyMapper: Mappers.CloudError
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
requestBody: Parameters.connection,
|
|
427
|
-
queryParameters: [Parameters.apiVersion],
|
|
428
|
-
urlParameters: [
|
|
429
|
-
Parameters.$host,
|
|
430
|
-
Parameters.subscriptionId,
|
|
431
|
-
Parameters.resourceGroupName,
|
|
432
|
-
Parameters.workspaceName,
|
|
433
|
-
Parameters.privateEndpointConnectionName
|
|
434
|
-
],
|
|
435
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
436
|
-
mediaType: "json",
|
|
437
|
-
serializer
|
|
438
|
-
};
|
|
439
|
-
const listByHostPoolNextOperationSpec = {
|
|
440
|
-
path: "{nextLink}",
|
|
441
|
-
httpMethod: "GET",
|
|
442
|
-
responses: {
|
|
443
|
-
200: {
|
|
444
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResultWithSystemData
|
|
445
|
-
},
|
|
446
|
-
default: {
|
|
447
|
-
bodyMapper: Mappers.CloudError
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
queryParameters: [Parameters.apiVersion],
|
|
451
|
-
urlParameters: [
|
|
452
|
-
Parameters.$host,
|
|
453
|
-
Parameters.nextLink,
|
|
454
|
-
Parameters.subscriptionId,
|
|
455
|
-
Parameters.resourceGroupName,
|
|
456
|
-
Parameters.hostPoolName
|
|
457
|
-
],
|
|
458
|
-
headerParameters: [Parameters.accept],
|
|
459
|
-
serializer
|
|
460
|
-
};
|
|
461
|
-
const listByWorkspaceNextOperationSpec = {
|
|
462
|
-
path: "{nextLink}",
|
|
463
|
-
httpMethod: "GET",
|
|
464
|
-
responses: {
|
|
465
|
-
200: {
|
|
466
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResultWithSystemData
|
|
467
|
-
},
|
|
468
|
-
default: {
|
|
469
|
-
bodyMapper: Mappers.CloudError
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
queryParameters: [Parameters.apiVersion],
|
|
473
|
-
urlParameters: [
|
|
474
|
-
Parameters.$host,
|
|
475
|
-
Parameters.nextLink,
|
|
476
|
-
Parameters.subscriptionId,
|
|
477
|
-
Parameters.resourceGroupName,
|
|
478
|
-
Parameters.workspaceName
|
|
479
|
-
],
|
|
480
|
-
headerParameters: [Parameters.accept],
|
|
481
|
-
serializer
|
|
482
|
-
};
|
|
483
|
-
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { PrivateLinkResources } from "../operationsInterfaces";
|
|
3
|
-
import { DesktopVirtualizationAPIClient } from "../desktopVirtualizationAPIClient";
|
|
4
|
-
import { PrivateLinkResource, PrivateLinkResourcesListByHostPoolOptionalParams, PrivateLinkResourcesListByWorkspaceOptionalParams } from "../models";
|
|
5
|
-
/** Class containing PrivateLinkResources operations. */
|
|
6
|
-
export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class PrivateLinkResources class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: DesktopVirtualizationAPIClient);
|
|
13
|
-
/**
|
|
14
|
-
* List the private link resources available for this hostpool.
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateLinkResourcesListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
20
|
-
private listByHostPoolPagingPage;
|
|
21
|
-
private listByHostPoolPagingAll;
|
|
22
|
-
/**
|
|
23
|
-
* List the private link resources available for this workspace.
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param workspaceName The name of the workspace
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
29
|
-
private listByWorkspacePagingPage;
|
|
30
|
-
private listByWorkspacePagingAll;
|
|
31
|
-
/**
|
|
32
|
-
* List the private link resources available for this hostpool.
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
private _listByHostPool;
|
|
38
|
-
/**
|
|
39
|
-
* List the private link resources available for this workspace.
|
|
40
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
-
* @param workspaceName The name of the workspace
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
private _listByWorkspace;
|
|
45
|
-
/**
|
|
46
|
-
* ListByHostPoolNext
|
|
47
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
-
* @param hostPoolName The name of the host pool within the specified resource group
|
|
49
|
-
* @param nextLink The nextLink from the previous successful call to the ListByHostPool method.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
private _listByHostPoolNext;
|
|
53
|
-
/**
|
|
54
|
-
* ListByWorkspaceNext
|
|
55
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
-
* @param workspaceName The name of the workspace
|
|
57
|
-
* @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
private _listByWorkspaceNext;
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAI/D,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,mBAAmB,EAEnB,gDAAgD,EAEhD,iDAAiD,EAKlD,MAAM,WAAW,CAAC;AAGnB,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACI,cAAc,CACnB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,mBAAmB,CAAC;YAuBnC,wBAAwB;YAwBxB,uBAAuB;IActC;;;;;OAKG;IACI,eAAe,CACpB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,0BAA0B,CAAC,mBAAmB,CAAC;YAuBnC,yBAAyB;YAwBzB,wBAAwB;IAcvC;;;;;OAKG;IACH,OAAO,CAAC,eAAe;IAWvB;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAWxB;;;;;;OAMG;IACH,OAAO,CAAC,mBAAmB;IAY3B;;;;;;OAMG;IACH,OAAO,CAAC,oBAAoB;CAW7B"}
|