@microsoft/msgraph-beta-sdk-devicemanagement
Version:
DeviceManagement fluent API for Microsoft Graph
29 lines • 1.64 kB
TypeScript
import { type ConfigManagerPolicySummary } 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 getPolicySummary method.
*/
export interface GetPolicySummaryWithPolicyIdRequestBuilder extends BaseRequestBuilder<GetPolicySummaryWithPolicyIdRequestBuilder> {
/**
* Invoke function getPolicySummary
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ConfigManagerPolicySummary>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConfigManagerPolicySummary | undefined>;
/**
* Invoke function getPolicySummary
* @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 GetPolicySummaryWithPolicyIdRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')";
/**
* Metadata for all the requests in the request builder.
*/
export declare const GetPolicySummaryWithPolicyIdRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map