UNPKG

@microsoft/msgraph-beta-sdk-devicemanagement

Version:
30 lines 1.99 kB
import { type CloudPcPolicyScheduledApplyActionDetail } 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 retrievePolicyApplySchedule method. */ export interface RetrievePolicyApplyScheduleRequestBuilder extends BaseRequestBuilder<RetrievePolicyApplyScheduleRequestBuilder> { /** * Get the scheduled apply rule set on the policy. Frontline shared only. Administrators only. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise<CloudPcPolicyScheduledApplyActionDetail>} * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @see {@link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-retrievepolicyapplyschedule?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcPolicyScheduledApplyActionDetail | undefined>; /** * Get the scheduled apply rule set on the policy. Frontline shared only. Administrators only. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const RetrievePolicyApplyScheduleRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy%2Did}/retrievePolicyApplySchedule()"; /** * Metadata for all the requests in the request builder. */ export declare const RetrievePolicyApplyScheduleRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map