@microsoft/msgraph-sdk-devicemanagement 1.0.0-preview.18 → 1.0.0-preview.19
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/deviceManagement/deviceCompliancePolicies/index.d.ts +7 -7
- package/deviceManagement/deviceCompliancePolicies/item/index.d.ts +10 -10
- package/deviceManagement/deviceConfigurations/index.d.ts +7 -7
- package/deviceManagement/deviceConfigurations/item/index.d.ts +10 -10
- package/deviceManagement/deviceEnrollmentConfigurations/item/index.d.ts +10 -10
- package/deviceManagement/index.d.ts +2 -2
- package/deviceManagement/roleDefinitions/index.d.ts +3 -3
- package/deviceManagement/roleDefinitions/item/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/auditEvents/index.d.ts +4 -3
- package/deviceManagement/virtualEndpoint/auditEvents/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/auditEvents/item/index.d.ts +4 -3
- package/deviceManagement/virtualEndpoint/auditEvents/item/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/cloudPCs/index.d.ts +4 -3
- package/deviceManagement/virtualEndpoint/cloudPCs/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/cloudPCs/item/endGracePeriod/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/cloudPCs/item/endGracePeriod/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/cloudPCs/item/index.d.ts +4 -3
- package/deviceManagement/virtualEndpoint/cloudPCs/item/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/cloudPCs/item/reboot/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/cloudPCs/item/reboot/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/cloudPCs/item/rename/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/cloudPCs/item/rename/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/cloudPCs/item/restore/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/cloudPCs/item/restore/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/cloudPCs/item/troubleshoot/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/cloudPCs/item/troubleshoot/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/deviceImages/index.d.ts +7 -5
- package/deviceManagement/virtualEndpoint/deviceImages/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/deviceImages/item/index.d.ts +7 -5
- package/deviceManagement/virtualEndpoint/deviceImages/item/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/galleryImages/index.d.ts +4 -3
- package/deviceManagement/virtualEndpoint/galleryImages/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/galleryImages/item/index.d.ts +4 -3
- package/deviceManagement/virtualEndpoint/galleryImages/item/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/onPremisesConnections/index.d.ts +7 -5
- package/deviceManagement/virtualEndpoint/onPremisesConnections/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/onPremisesConnections/item/index.d.ts +10 -7
- package/deviceManagement/virtualEndpoint/onPremisesConnections/item/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/onPremisesConnections/item/runHealthChecks/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/onPremisesConnections/item/runHealthChecks/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/provisioningPolicies/index.d.ts +7 -5
- package/deviceManagement/virtualEndpoint/provisioningPolicies/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/assign/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/assign/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/assignments/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/assignments/item/assignedUsers/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/assignments/item/assignedUsers/item/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/assignments/item/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/index.d.ts +10 -7
- package/deviceManagement/virtualEndpoint/provisioningPolicies/item/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/userSettings/index.d.ts +7 -5
- package/deviceManagement/virtualEndpoint/userSettings/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/userSettings/item/assign/index.d.ts +3 -2
- package/deviceManagement/virtualEndpoint/userSettings/item/assign/index.d.ts.map +1 -1
- package/deviceManagement/virtualEndpoint/userSettings/item/assignments/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/userSettings/item/assignments/item/index.d.ts +3 -3
- package/deviceManagement/virtualEndpoint/userSettings/item/index.d.ts +10 -7
- package/deviceManagement/virtualEndpoint/userSettings/item/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -29,14 +29,15 @@ export interface RestorePostRequestBody extends AdditionalDataHolder, BackedMode
|
|
|
29
29
|
*/
|
|
30
30
|
export interface RestoreRequestBuilder extends BaseRequestBuilder<RestoreRequestBuilder> {
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Restore a specific cloudPC object to a previous state from a snapshot. Use this API to trigger a remote action that restores a Cloud PC device to a previous state.
|
|
33
33
|
* @param body The request body
|
|
34
34
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
35
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
36
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0|Find more info here}
|
|
36
37
|
*/
|
|
37
38
|
post(body: RestorePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
38
39
|
/**
|
|
39
|
-
*
|
|
40
|
+
* Restore a specific cloudPC object to a previous state from a snapshot. Use this API to trigger a remote action that restores a Cloud PC device to a previous state.
|
|
40
41
|
* @param body The request body
|
|
41
42
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
43
|
* @returns {RequestInformation}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,kDAAkD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAE1K;AACD;;;GAGG;AACH,wBAAgB,qCAAqC,CAAC,sBAAsB,GAAE,OAAO,CAAC,sBAAsB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK1K;AACD,MAAM,WAAW,sBAAuB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACvF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AACD;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,kDAAkD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAE1K;AACD;;;GAGG;AACH,wBAAgB,qCAAqC,CAAC,sBAAsB,GAAE,OAAO,CAAC,sBAAsB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK1K;AACD,MAAM,WAAW,sBAAuB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACvF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AACD;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,sBAAsB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACrH;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,sBAAsB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,MAAM,EAAE,mBAAmB,EAAE,sBAAsB,GAAE,OAAO,CAAC,sBAAsB,CAAC,GAAG,SAAc,GAAI,IAAI,CAG5J;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,gFAAgF,CAAC;AAC9H;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAYnD,CAAC"}
|
|
@@ -4,13 +4,14 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
4
4
|
*/
|
|
5
5
|
export interface TroubleshootRequestBuilder extends BaseRequestBuilder<TroubleshootRequestBuilder> {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Troubleshoot a specific cloudPC object. Use this API to check the health status of the Cloud PC and the session host.
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
9
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
10
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0|Find more info here}
|
|
10
11
|
*/
|
|
11
12
|
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
13
|
/**
|
|
13
|
-
*
|
|
14
|
+
* Troubleshoot a specific cloudPC object. Use this API to check the health status of the Cloud PC and the session host.
|
|
14
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
16
|
* @returns {RequestInformation}
|
|
16
17
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;;;;OAKG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvF;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;GAEG;AACH,eAAO,MAAM,qCAAqC,qFAAqF,CAAC;AACxI;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,gBASxD,CAAC"}
|
|
@@ -22,28 +22,30 @@ export interface DeviceImagesRequestBuilder extends BaseRequestBuilder<DeviceIma
|
|
|
22
22
|
*/
|
|
23
23
|
byCloudPcDeviceImageId(cloudPcDeviceImageId: string): CloudPcDeviceImageItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* List the properties and relationships of cloudPcDeviceImage objects (operating system images) uploaded to Cloud PC.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<CloudPcDeviceImageCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
|
+
* @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0|Find more info here}
|
|
29
30
|
*/
|
|
30
31
|
get(requestConfiguration?: RequestConfiguration<DeviceImagesRequestBuilderGetQueryParameters> | undefined): Promise<CloudPcDeviceImageCollectionResponse | undefined>;
|
|
31
32
|
/**
|
|
32
|
-
* Create new
|
|
33
|
+
* Create a new cloudPcDeviceImage object. Upload a custom OS image that you can later provision on Cloud PCs.
|
|
33
34
|
* @param body The request body
|
|
34
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
36
|
* @returns {Promise<CloudPcDeviceImage>}
|
|
36
37
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
38
|
+
* @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0|Find more info here}
|
|
37
39
|
*/
|
|
38
40
|
post(body: CloudPcDeviceImage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcDeviceImage | undefined>;
|
|
39
41
|
/**
|
|
40
|
-
*
|
|
42
|
+
* List the properties and relationships of cloudPcDeviceImage objects (operating system images) uploaded to Cloud PC.
|
|
41
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
44
|
* @returns {RequestInformation}
|
|
43
45
|
*/
|
|
44
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceImagesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
45
47
|
/**
|
|
46
|
-
* Create new
|
|
48
|
+
* Create a new cloudPcDeviceImage object. Upload a custom OS image that you can later provision on Cloud PCs.
|
|
47
49
|
* @param body The request body
|
|
48
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
49
51
|
* @returns {RequestInformation}
|
|
@@ -51,7 +53,7 @@ export interface DeviceImagesRequestBuilder extends BaseRequestBuilder<DeviceIma
|
|
|
51
53
|
toPostRequestInformation(body: CloudPcDeviceImage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
54
|
}
|
|
53
55
|
/**
|
|
54
|
-
*
|
|
56
|
+
* List the properties and relationships of cloudPcDeviceImage objects (operating system images) uploaded to Cloud PC.
|
|
55
57
|
*/
|
|
56
58
|
export interface DeviceImagesRequestBuilderGetQueryParameters {
|
|
57
59
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiJ,KAAK,kBAAkB,EAAE,KAAK,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAEnQ,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAiD,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACvH,OAAO,EAAwD,KAAK,oCAAoC,EAAE,MAAM,SAAS,CAAC;AAC1H,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;;;OAIG;IACF,sBAAsB,CAAC,oBAAoB,EAAE,MAAM,GAAI,oCAAoC,CAAC;IAC7F
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiJ,KAAK,kBAAkB,EAAE,KAAK,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAEnQ,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAiD,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACvH,OAAO,EAAwD,KAAK,oCAAoC,EAAE,MAAM,SAAS,CAAC;AAC1H,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;;;OAIG;IACF,sBAAsB,CAAC,oBAAoB,EAAE,MAAM,GAAI,oCAAoC,CAAC;IAC7F;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACxK;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC3I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACrJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7I;AACD;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,qCAAqC,0IAA0I,CAAC;AAc7L;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0BAA0B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWlK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,gBAuBxD,CAAC"}
|
|
@@ -5,16 +5,18 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface CloudPcDeviceImageItemRequestBuilder extends BaseRequestBuilder<CloudPcDeviceImageItemRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Delete
|
|
8
|
+
* Delete a cloudPcDeviceImage object.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
11
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0|Find more info here}
|
|
11
12
|
*/
|
|
12
13
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
* Read the properties and relationships of a specific cloudPcDeviceImage object.
|
|
15
16
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
17
|
* @returns {Promise<CloudPcDeviceImage>}
|
|
17
18
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
19
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0|Find more info here}
|
|
18
20
|
*/
|
|
19
21
|
get(requestConfiguration?: RequestConfiguration<CloudPcDeviceImageItemRequestBuilderGetQueryParameters> | undefined): Promise<CloudPcDeviceImage | undefined>;
|
|
20
22
|
/**
|
|
@@ -26,13 +28,13 @@ export interface CloudPcDeviceImageItemRequestBuilder extends BaseRequestBuilder
|
|
|
26
28
|
*/
|
|
27
29
|
patch(body: CloudPcDeviceImage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcDeviceImage | undefined>;
|
|
28
30
|
/**
|
|
29
|
-
* Delete
|
|
31
|
+
* Delete a cloudPcDeviceImage object.
|
|
30
32
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
33
|
* @returns {RequestInformation}
|
|
32
34
|
*/
|
|
33
35
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
36
|
/**
|
|
35
|
-
*
|
|
37
|
+
* Read the properties and relationships of a specific cloudPcDeviceImage object.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
@@ -46,7 +48,7 @@ export interface CloudPcDeviceImageItemRequestBuilder extends BaseRequestBuilder
|
|
|
46
48
|
toPatchRequestInformation(body: CloudPcDeviceImage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* Read the properties and relationships of a specific cloudPcDeviceImage object.
|
|
50
52
|
*/
|
|
51
53
|
export interface CloudPcDeviceImageItemRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+E,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEtJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+E,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEtJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAChK;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC5I;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC9I;AACD;;GAEG;AACH,MAAM,WAAW,sDAAsD;IACnE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,+CAA+C,6GAA6G,CAAC;AAQ1K;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBA+BlE,CAAC"}
|
|
@@ -17,10 +17,11 @@ export interface GalleryImagesRequestBuilder extends BaseRequestBuilder<GalleryI
|
|
|
17
17
|
*/
|
|
18
18
|
byCloudPcGalleryImageId(cloudPcGalleryImageId: string): CloudPcGalleryImageItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* List the properties and relationships of cloudPcGalleryImage objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<CloudPcGalleryImageCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0|Find more info here}
|
|
24
25
|
*/
|
|
25
26
|
get(requestConfiguration?: RequestConfiguration<GalleryImagesRequestBuilderGetQueryParameters> | undefined): Promise<CloudPcGalleryImageCollectionResponse | undefined>;
|
|
26
27
|
/**
|
|
@@ -32,7 +33,7 @@ export interface GalleryImagesRequestBuilder extends BaseRequestBuilder<GalleryI
|
|
|
32
33
|
*/
|
|
33
34
|
post(body: CloudPcGalleryImage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcGalleryImage | undefined>;
|
|
34
35
|
/**
|
|
35
|
-
*
|
|
36
|
+
* List the properties and relationships of cloudPcGalleryImage objects.
|
|
36
37
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
38
|
* @returns {RequestInformation}
|
|
38
39
|
*/
|
|
@@ -46,7 +47,7 @@ export interface GalleryImagesRequestBuilder extends BaseRequestBuilder<GalleryI
|
|
|
46
47
|
toPostRequestInformation(body: CloudPcGalleryImage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
48
|
}
|
|
48
49
|
/**
|
|
49
|
-
*
|
|
50
|
+
* List the properties and relationships of cloudPcGalleryImage objects.
|
|
50
51
|
*/
|
|
51
52
|
export interface GalleryImagesRequestBuilderGetQueryParameters {
|
|
52
53
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoJ,KAAK,mBAAmB,EAAE,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAExQ,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAyD,KAAK,qCAAqC,EAAE,MAAM,SAAS,CAAC;AAC5H,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,uBAAuB,CAAC,qBAAqB,EAAE,MAAM,GAAI,qCAAqC,CAAC;IAChG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoJ,KAAK,mBAAmB,EAAE,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAExQ,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAyD,KAAK,qCAAqC,EAAE,MAAM,SAAS,CAAC;AAC5H,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,uBAAuB,CAAC,qBAAqB,EAAE,MAAM,GAAI,qCAAqC,CAAC;IAChG;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qCAAqC,GAAG,SAAS,CAAC,CAAC;IAC1K;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,mBAAmB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IAC7I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACtJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,mBAAmB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC9I;AACD;;GAEG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,sCAAsC,2IAA2I,CAAC;AAc/L;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,2BAA2B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQpK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAuBzD,CAAC"}
|
|
@@ -11,10 +11,11 @@ export interface CloudPcGalleryImageItemRequestBuilder extends BaseRequestBuilde
|
|
|
11
11
|
*/
|
|
12
12
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Read the properties and relationships of a specific cloudPcGalleryImage object.
|
|
15
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
16
|
* @returns {Promise<CloudPcGalleryImage>}
|
|
17
17
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
18
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0|Find more info here}
|
|
18
19
|
*/
|
|
19
20
|
get(requestConfiguration?: RequestConfiguration<CloudPcGalleryImageItemRequestBuilderGetQueryParameters> | undefined): Promise<CloudPcGalleryImage | undefined>;
|
|
20
21
|
/**
|
|
@@ -32,7 +33,7 @@ export interface CloudPcGalleryImageItemRequestBuilder extends BaseRequestBuilde
|
|
|
32
33
|
*/
|
|
33
34
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
35
|
/**
|
|
35
|
-
*
|
|
36
|
+
* Read the properties and relationships of a specific cloudPcGalleryImage object.
|
|
36
37
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
38
|
* @returns {RequestInformation}
|
|
38
39
|
*/
|
|
@@ -46,7 +47,7 @@ export interface CloudPcGalleryImageItemRequestBuilder extends BaseRequestBuilde
|
|
|
46
47
|
toPatchRequestInformation(body: CloudPcGalleryImage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
48
|
}
|
|
48
49
|
/**
|
|
49
|
-
*
|
|
50
|
+
* Read the properties and relationships of a specific cloudPcGalleryImage object.
|
|
50
51
|
*/
|
|
51
52
|
export interface CloudPcGalleryImageItemRequestBuilderGetQueryParameters {
|
|
52
53
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiF,KAAK,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAEzJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiF,KAAK,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAEzJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uDAAuD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IAClK;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,mBAAmB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IAC9I;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uDAAuD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,mBAAmB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC/I;AACD;;GAEG;AACH,MAAM,WAAW,uDAAuD;IACpE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,+GAA+G,CAAC;AAQ7K;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,gBA+BnE,CAAC"}
|
|
@@ -46,7 +46,7 @@ export interface VirtualEndpointRequestBuilder extends BaseRequestBuilder<Virtua
|
|
|
46
46
|
*/
|
|
47
47
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Virtual endpoint
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {Promise<VirtualEndpoint>}
|
|
52
52
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -67,7 +67,7 @@ export interface VirtualEndpointRequestBuilder extends BaseRequestBuilder<Virtua
|
|
|
67
67
|
*/
|
|
68
68
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* Virtual endpoint
|
|
71
71
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
72
72
|
* @returns {RequestInformation}
|
|
73
73
|
*/
|
|
@@ -81,7 +81,7 @@ export interface VirtualEndpointRequestBuilder extends BaseRequestBuilder<Virtua
|
|
|
81
81
|
toPatchRequestInformation(body: VirtualEndpoint, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Virtual endpoint
|
|
85
85
|
*/
|
|
86
86
|
export interface VirtualEndpointRequestBuilderGetQueryParameters {
|
|
87
87
|
/**
|
|
@@ -17,28 +17,30 @@ export interface OnPremisesConnectionsRequestBuilder extends BaseRequestBuilder<
|
|
|
17
17
|
*/
|
|
18
18
|
byCloudPcOnPremisesConnectionId(cloudPcOnPremisesConnectionId: string): CloudPcOnPremisesConnectionItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* List properties and relationships of the cloudPcOnPremisesConnection objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<CloudPcOnPremisesConnectionCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0|Find more info here}
|
|
24
25
|
*/
|
|
25
26
|
get(requestConfiguration?: RequestConfiguration<OnPremisesConnectionsRequestBuilderGetQueryParameters> | undefined): Promise<CloudPcOnPremisesConnectionCollectionResponse | undefined>;
|
|
26
27
|
/**
|
|
27
|
-
* Create new
|
|
28
|
+
* Create a new cloudPcOnPremisesConnection object for provisioning Cloud PCs.
|
|
28
29
|
* @param body The request body
|
|
29
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
31
|
* @returns {Promise<CloudPcOnPremisesConnection>}
|
|
31
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0|Find more info here}
|
|
32
34
|
*/
|
|
33
35
|
post(body: CloudPcOnPremisesConnection, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcOnPremisesConnection | undefined>;
|
|
34
36
|
/**
|
|
35
|
-
*
|
|
37
|
+
* List properties and relationships of the cloudPcOnPremisesConnection objects.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OnPremisesConnectionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Create new
|
|
43
|
+
* Create a new cloudPcOnPremisesConnection object for provisioning Cloud PCs.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface OnPremisesConnectionsRequestBuilder extends BaseRequestBuilder<
|
|
|
46
48
|
toPostRequestInformation(body: CloudPcOnPremisesConnection, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* List properties and relationships of the cloudPcOnPremisesConnection objects.
|
|
50
52
|
*/
|
|
51
53
|
export interface OnPremisesConnectionsRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA4K,KAAK,2BAA2B,EAAE,KAAK,6CAA6C,EAAE,MAAM,gCAAgC,CAAC;AAEhT,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAkI,KAAK,6CAA6C,EAAE,MAAM,SAAS,CAAC;AAC7M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,mCAAoC,SAAQ,kBAAkB,CAAC,mCAAmC,CAAC;IAChH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,+BAA+B,CAAC,6BAA6B,EAAE,MAAM,GAAI,6CAA6C,CAAC;IACxH
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA4K,KAAK,2BAA2B,EAAE,KAAK,6CAA6C,EAAE,MAAM,gCAAgC,CAAC;AAEhT,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAkI,KAAK,6CAA6C,EAAE,MAAM,SAAS,CAAC;AAC7M,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,mCAAoC,SAAQ,kBAAkB,CAAC,mCAAmC,CAAC;IAChH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,+BAA+B,CAAC,6BAA6B,EAAE,MAAM,GAAI,6CAA6C,CAAC;IACxH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,6CAA6C,GAAG,SAAS,CAAC,CAAC;IAC1L;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAC7J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qDAAqD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC9J;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtJ;AACD;;GAEG;AACH,MAAM,WAAW,qDAAqD;IAClE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,8CAA8C,mJAAmJ,CAAC;AAc/M;;GAEG;AACH,eAAO,MAAM,qDAAqD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mCAAmC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CASpL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mDAAmD,EAAE,gBAuBjE,CAAC"}
|
|
@@ -10,40 +10,43 @@ export interface CloudPcOnPremisesConnectionItemRequestBuilder extends BaseReque
|
|
|
10
10
|
*/
|
|
11
11
|
get runHealthChecks(): RunHealthChecksRequestBuilder;
|
|
12
12
|
/**
|
|
13
|
-
* Delete
|
|
13
|
+
* Delete a specific cloudPcOnPremisesConnection object. When you delete an Azure network connection, permissions to the service are removed from the specified Azure resources. You cannot delete an Azure network connection when it's in use, as indicated by the inUse property.
|
|
14
14
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
15
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
16
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0|Find more info here}
|
|
16
17
|
*/
|
|
17
18
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
18
19
|
/**
|
|
19
|
-
*
|
|
20
|
+
* Read the properties and relationships of the cloudPcOnPremisesConnection object.
|
|
20
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
22
|
* @returns {Promise<CloudPcOnPremisesConnection>}
|
|
22
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0|Find more info here}
|
|
23
25
|
*/
|
|
24
26
|
get(requestConfiguration?: RequestConfiguration<CloudPcOnPremisesConnectionItemRequestBuilderGetQueryParameters> | undefined): Promise<CloudPcOnPremisesConnection | undefined>;
|
|
25
27
|
/**
|
|
26
|
-
* Update the
|
|
28
|
+
* Update the properties of a cloudPcOnPremisesConnection object.
|
|
27
29
|
* @param body The request body
|
|
28
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
31
|
* @returns {Promise<CloudPcOnPremisesConnection>}
|
|
30
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0|Find more info here}
|
|
31
34
|
*/
|
|
32
35
|
patch(body: CloudPcOnPremisesConnection, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcOnPremisesConnection | undefined>;
|
|
33
36
|
/**
|
|
34
|
-
* Delete
|
|
37
|
+
* Delete a specific cloudPcOnPremisesConnection object. When you delete an Azure network connection, permissions to the service are removed from the specified Azure resources. You cannot delete an Azure network connection when it's in use, as indicated by the inUse property.
|
|
35
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
39
|
* @returns {RequestInformation}
|
|
37
40
|
*/
|
|
38
41
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
39
42
|
/**
|
|
40
|
-
*
|
|
43
|
+
* Read the properties and relationships of the cloudPcOnPremisesConnection object.
|
|
41
44
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
45
|
* @returns {RequestInformation}
|
|
43
46
|
*/
|
|
44
47
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CloudPcOnPremisesConnectionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
45
48
|
/**
|
|
46
|
-
* Update the
|
|
49
|
+
* Update the properties of a cloudPcOnPremisesConnection object.
|
|
47
50
|
* @param body The request body
|
|
48
51
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
49
52
|
* @returns {RequestInformation}
|
|
@@ -51,7 +54,7 @@ export interface CloudPcOnPremisesConnectionItemRequestBuilder extends BaseReque
|
|
|
51
54
|
toPatchRequestInformation(body: CloudPcOnPremisesConnection, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
55
|
}
|
|
53
56
|
/**
|
|
54
|
-
*
|
|
57
|
+
* Read the properties and relationships of the cloudPcOnPremisesConnection object.
|
|
55
58
|
*/
|
|
56
59
|
export interface CloudPcOnPremisesConnectionItemRequestBuilderGetQueryParameters {
|
|
57
60
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiG,KAAK,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEjL,OAAO,EAAiD,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACvH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,6CAA8C,SAAQ,kBAAkB,CAAC,6CAA6C,CAAC;IACpI;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiG,KAAK,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEjL,OAAO,EAAiD,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACvH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,6CAA8C,SAAQ,kBAAkB,CAAC,6CAA6C,CAAC;IACpI;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,+DAA+D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAClL;;;;;;;OAOG;IACF,KAAK,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAC9J;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,+DAA+D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACxK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvJ;AACD;;GAEG;AACH,MAAM,WAAW,+DAA+D;IAC5E;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,wDAAwD,+HAA+H,CAAC;AAQrM;;GAEG;AACH,eAAO,MAAM,+DAA+D,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,6CAA6C,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAIxM,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6DAA6D,EAAE,gBA+B3E,CAAC"}
|
package/deviceManagement/virtualEndpoint/onPremisesConnections/item/runHealthChecks/index.d.ts
CHANGED
|
@@ -4,13 +4,14 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
4
4
|
*/
|
|
5
5
|
export interface RunHealthChecksRequestBuilder extends BaseRequestBuilder<RunHealthChecksRequestBuilder> {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Run health checks on the cloudPcOnPremisesConnection object. It triggers a new health check for the cloudPcOnPremisesConnection (../resources/cloudpconpremisesconnection.md) object and changes the healthCheckStatus and [healthCheckStatusDetail properties when check finished.
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
9
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
10
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0|Find more info here}
|
|
10
11
|
*/
|
|
11
12
|
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
13
|
/**
|
|
13
|
-
*
|
|
14
|
+
* Run health checks on the cloudPcOnPremisesConnection object. It triggers a new health check for the cloudPcOnPremisesConnection (../resources/cloudpconpremisesconnection.md) object and changes the healthCheckStatus and [healthCheckStatusDetail properties when check finished.
|
|
14
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
16
|
* @returns {RequestInformation}
|
|
16
17
|
*/
|
package/deviceManagement/virtualEndpoint/onPremisesConnections/item/runHealthChecks/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;;;;OAKG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvF;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;GAEG;AACH,eAAO,MAAM,wCAAwC,yHAAyH,CAAC;AAC/K;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,gBAS3D,CAAC"}
|
|
@@ -17,28 +17,30 @@ export interface ProvisioningPoliciesRequestBuilder extends BaseRequestBuilder<P
|
|
|
17
17
|
*/
|
|
18
18
|
byCloudPcProvisioningPolicyId(cloudPcProvisioningPolicyId: string): CloudPcProvisioningPolicyItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* List properties and relationships of the cloudPcProvisioningPolicy objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<CloudPcProvisioningPolicyCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0|Find more info here}
|
|
24
25
|
*/
|
|
25
26
|
get(requestConfiguration?: RequestConfiguration<ProvisioningPoliciesRequestBuilderGetQueryParameters> | undefined): Promise<CloudPcProvisioningPolicyCollectionResponse | undefined>;
|
|
26
27
|
/**
|
|
27
|
-
* Create new
|
|
28
|
+
* Create a new cloudPcProvisioningPolicy object.
|
|
28
29
|
* @param body The request body
|
|
29
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
31
|
* @returns {Promise<CloudPcProvisioningPolicy>}
|
|
31
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0|Find more info here}
|
|
32
34
|
*/
|
|
33
35
|
post(body: CloudPcProvisioningPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcProvisioningPolicy | undefined>;
|
|
34
36
|
/**
|
|
35
|
-
*
|
|
37
|
+
* List properties and relationships of the cloudPcProvisioningPolicy objects.
|
|
36
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
39
|
* @returns {RequestInformation}
|
|
38
40
|
*/
|
|
39
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ProvisioningPoliciesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
42
|
/**
|
|
41
|
-
* Create new
|
|
43
|
+
* Create a new cloudPcProvisioningPolicy object.
|
|
42
44
|
* @param body The request body
|
|
43
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
46
|
* @returns {RequestInformation}
|
|
@@ -46,7 +48,7 @@ export interface ProvisioningPoliciesRequestBuilder extends BaseRequestBuilder<P
|
|
|
46
48
|
toPostRequestInformation(body: CloudPcProvisioningPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
49
|
}
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* List properties and relationships of the cloudPcProvisioningPolicy objects.
|
|
50
52
|
*/
|
|
51
53
|
export interface ProvisioningPoliciesRequestBuilderGetQueryParameters {
|
|
52
54
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsK,KAAK,yBAAyB,EAAE,KAAK,2CAA2C,EAAE,MAAM,gCAAgC,CAAC;AAEtS,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAA8H,KAAK,2CAA2C,EAAE,MAAM,SAAS,CAAC;AACvM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,kCAAmC,SAAQ,kBAAkB,CAAC,kCAAkC,CAAC;IAC9G;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,6BAA6B,CAAC,2BAA2B,EAAE,MAAM,GAAI,2CAA2C,CAAC;IAClH
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsK,KAAK,yBAAyB,EAAE,KAAK,2CAA2C,EAAE,MAAM,gCAAgC,CAAC;AAEtS,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAA8H,KAAK,2CAA2C,EAAE,MAAM,SAAS,CAAC;AACvM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,kCAAmC,SAAQ,kBAAkB,CAAC,kCAAkC,CAAC;IAC9G;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,6BAA6B,CAAC,2BAA2B,EAAE,MAAM,GAAI,2CAA2C,CAAC;IAClH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oDAAoD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2CAA2C,GAAG,SAAS,CAAC,CAAC;IACvL;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,yBAAyB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yBAAyB,GAAG,SAAS,CAAC,CAAC;IACzJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oDAAoD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC7J;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,yBAAyB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpJ;AACD;;GAEG;AACH,MAAM,WAAW,oDAAoD;IACjE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,6CAA6C,kJAAkJ,CAAC;AAc7M;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,kCAAkC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CASlL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kDAAkD,EAAE,gBAuBhE,CAAC"}
|
|
@@ -19,14 +19,15 @@ export interface AssignPostRequestBody extends AdditionalDataHolder, BackedModel
|
|
|
19
19
|
*/
|
|
20
20
|
export interface AssignRequestBuilder extends BaseRequestBuilder<AssignRequestBuilder> {
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Assign a cloudPcProvisioningPolicy to user groups.
|
|
23
23
|
* @param body The request body
|
|
24
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
25
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
26
|
+
* @see {@link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0|Find more info here}
|
|
26
27
|
*/
|
|
27
28
|
post(body: AssignPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
28
29
|
/**
|
|
29
|
-
*
|
|
30
|
+
* Assign a cloudPcProvisioningPolicy to user groups.
|
|
30
31
|
* @param body The request body
|
|
31
32
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
33
|
* @returns {RequestInformation}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiH,KAAK,mCAAmC,EAAE,MAAM,gCAAgC,CAAC;AAEzM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACtF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,mCAAmC,EAAE,CAAC;IACpD;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiH,KAAK,mCAAmC,EAAE,MAAM,gCAAgC,CAAC;AAEzM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACtF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,mCAAmC,EAAE,CAAC;IACpD;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACpH;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;;;GAIG;AACH,wBAAgB,iDAAiD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEzK;AACD;;;GAGG;AACH,wBAAgB,oCAAoC,CAAC,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKvK;AACD;;;GAGG;AACH,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,IAAI,CAGzJ;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,6GAA6G,CAAC;AAC1J;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAYlD,CAAC"}
|
|
@@ -17,7 +17,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
|
|
|
17
17
|
*/
|
|
18
18
|
byCloudPcProvisioningPolicyAssignmentId(cloudPcProvisioningPolicyAssignmentId: string): CloudPcProvisioningPolicyAssignmentItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<CloudPcProvisioningPolicyAssignmentCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -32,7 +32,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
|
|
|
32
32
|
*/
|
|
33
33
|
post(body: CloudPcProvisioningPolicyAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcProvisioningPolicyAssignment | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
|
|
36
36
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
37
|
* @returns {RequestInformation}
|
|
38
38
|
*/
|
|
@@ -46,7 +46,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
|
|
|
46
46
|
toPostRequestInformation(body: CloudPcProvisioningPolicyAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
|
|
50
50
|
*/
|
|
51
51
|
export interface AssignmentsRequestBuilderGetQueryParameters {
|
|
52
52
|
/**
|
|
@@ -17,21 +17,21 @@ export interface AssignedUsersRequestBuilder extends BaseRequestBuilder<Assigned
|
|
|
17
17
|
*/
|
|
18
18
|
byUserId(userId: string): UserItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<UserCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
24
|
*/
|
|
25
25
|
get(requestConfiguration?: RequestConfiguration<AssignedUsersRequestBuilderGetQueryParameters> | undefined): Promise<UserCollectionResponse | undefined>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
|
|
28
28
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
29
|
* @returns {RequestInformation}
|
|
30
30
|
*/
|
|
31
31
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AssignedUsersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
|
|
35
35
|
*/
|
|
36
36
|
export interface AssignedUsersRequestBuilderGetQueryParameters {
|
|
37
37
|
/**
|
|
@@ -15,21 +15,21 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
|
|
|
15
15
|
*/
|
|
16
16
|
get serviceProvisioningErrors(): ServiceProvisioningErrorsRequestBuilder;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
|
|
19
19
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
20
|
* @returns {Promise<User>}
|
|
21
21
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
22
22
|
*/
|
|
23
23
|
get(requestConfiguration?: RequestConfiguration<UserItemRequestBuilderGetQueryParameters> | undefined): Promise<User | undefined>;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {RequestInformation}
|
|
28
28
|
*/
|
|
29
29
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<UserItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.
|
|
33
33
|
*/
|
|
34
34
|
export interface UserItemRequestBuilderGetQueryParameters {
|
|
35
35
|
/**
|