UNPKG

@microsoft/msgraph-beta-sdk-devicemanagement

Version:
27 lines 1.59 kB
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Provides operations to call the syncWithAppleDeviceEnrollmentProgram method. */ export interface SyncWithAppleDeviceEnrollmentProgramRequestBuilder extends BaseRequestBuilder<SyncWithAppleDeviceEnrollmentProgramRequestBuilder> { /** * Synchronizes between Apple Device Enrollment Program and Intune * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>; /** * Synchronizes between Apple Device Enrollment Program and Intune * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation; } /** * Uri template for the request builder. */ export declare const SyncWithAppleDeviceEnrollmentProgramRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/depOnboardingSettings/{depOnboardingSetting%2Did}/syncWithAppleDeviceEnrollmentProgram"; /** * Metadata for all the requests in the request builder. */ export declare const SyncWithAppleDeviceEnrollmentProgramRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map