UNPKG

@microsoft/msgraph-beta-sdk-external

Version:
28 lines 1.73 kB
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Provides operations to call the validate method. */ export interface MicrosoftGraphIndustryDataValidateRequestBuilder extends BaseRequestBuilder<MicrosoftGraphIndustryDataValidateRequestBuilder> { /** * Perform validations applicable for the specific instance of the data connector. * @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 * @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta|Find more info here} */ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>; /** * Perform validations applicable for the specific instance of the data connector. * @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 MicrosoftGraphIndustryDataValidateRequestBuilderUriTemplate = "{+baseurl}/external/industryData/dataConnectors/{industryDataConnector%2Did}/microsoft.graph.industryData.validate"; /** * Metadata for all the requests in the request builder. */ export declare const MicrosoftGraphIndustryDataValidateRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map