UNPKG

@microsoft/msgraph-beta-sdk-devicemanagement

Version:
32 lines 2.39 kB
import { type CloudPcLaunchInfo } from '@microsoft/msgraph-beta-sdk/models/index.js'; import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Provides operations to call the getCloudPcLaunchInfo method. */ export interface GetCloudPcLaunchInfoRequestBuilder extends BaseRequestBuilder<GetCloudPcLaunchInfoRequestBuilder> { /** * Get the cloudPCLaunchInfo for a specific cloudPC that belongs to the current signed-in user. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise<CloudPcLaunchInfo>} * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @deprecated Starting from Oct 30, 2026, this API: getCloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new API:retrieveCloudPcLaunchDetail to retrieve same details. as of 2025-09/cloudPcLaunchInfo on 2025-09-30 and will be removed 2026-10-30 * @see {@link https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcLaunchInfo | undefined>; /** * Get the cloudPCLaunchInfo for a specific cloudPC that belongs to the current signed-in user. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated Starting from Oct 30, 2026, this API: getCloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new API:retrieveCloudPcLaunchDetail to retrieve same details. as of 2025-09/cloudPcLaunchInfo on 2025-09-30 and will be removed 2026-10-30 */ toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const GetCloudPcLaunchInfoRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/getCloudPcLaunchInfo()"; /** * Metadata for all the requests in the request builder. */ export declare const GetCloudPcLaunchInfoRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map