UNPKG

@microsoft/msgraph-beta-sdk-solutions

Version:
29 lines 1.65 kB
import { type BackupPolicyReport } 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 getStatisticsByPolicy method. */ export interface GetStatisticsByPolicyWithPolicyIdRequestBuilder extends BaseRequestBuilder<GetStatisticsByPolicyWithPolicyIdRequestBuilder> { /** * Invoke function getStatisticsByPolicy * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise<BackupPolicyReport>} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<BackupPolicyReport | undefined>; /** * Invoke function getStatisticsByPolicy * @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 GetStatisticsByPolicyWithPolicyIdRequestBuilderUriTemplate = "{+baseurl}/solutions/backupRestore/reports/getStatisticsByPolicy(policyId='{policyId}')"; /** * Metadata for all the requests in the request builder. */ export declare const GetStatisticsByPolicyWithPolicyIdRequestBuilderRequestsMetadata: RequestsMetadata; //# sourceMappingURL=index.d.ts.map