UNPKG

@microsoft/msgraph-beta-sdk-domains

Version:
27 lines 1.36 kB
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** * Provides operations to call the promoteToInitial method. */ export interface PromoteToInitialRequestBuilder extends BaseRequestBuilder<PromoteToInitialRequestBuilder> { /** * Invoke action promoteToInitial * @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>; /** * Invoke action promoteToInitial * @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 PromoteToInitialRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/promoteToInitial"; /** * Metadata for all the requests in the request builder. */ export declare const PromoteToInitialRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map