@microsoft/msgraph-beta-sdk-external
Version:
External fluent API for Microsoft Graph
27 lines • 2.1 kB
TypeScript
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
/**
* Provides operations to call the start method.
*/
export interface MicrosoftGraphIndustryDataStartRequestBuilder extends BaseRequestBuilder<MicrosoftGraphIndustryDataStartRequestBuilder> {
/**
* Start a new industryDataRun. Industry data automates a run every 12 hours; however, users can use the start action to perform an on-demand run. The industry data service throttles the start of runs, allowing up to five successful runs every 12 hours. An on-demand run causes the next system-scheduled run to be skipped if it is set to run within the next 10 hours.
* @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>;
/**
* Start a new industryDataRun. Industry data automates a run every 12 hours; however, users can use the start action to perform an on-demand run. The industry data service throttles the start of runs, allowing up to five successful runs every 12 hours. An on-demand run causes the next system-scheduled run to be skipped if it is set to run within the next 10 hours.
* @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 MicrosoftGraphIndustryDataStartRequestBuilderUriTemplate = "{+baseurl}/external/industryData/runs/microsoft.graph.industryData.start";
/**
* Metadata for all the requests in the request builder.
*/
export declare const MicrosoftGraphIndustryDataStartRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map