@microsoft/msgraph-beta-sdk-devicemanagement
Version:
DeviceManagement fluent API for Microsoft Graph
42 lines • 2.21 kB
TypeScript
import { type UserExperienceAnalyticsCategory } from '@microsoft/msgraph-beta-sdk/models/index.js';
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
/**
* Provides operations to manage the workFromAnywhereMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity.
*/
export interface WorkFromAnywhereMetricsRequestBuilder extends BaseRequestBuilder<WorkFromAnywhereMetricsRequestBuilder> {
/**
* The scores and insights for the work from anywhere metrics.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<UserExperienceAnalyticsCategory>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/
get(requestConfiguration?: RequestConfiguration<WorkFromAnywhereMetricsRequestBuilderGetQueryParameters> | undefined): Promise<UserExperienceAnalyticsCategory | undefined>;
/**
* The scores and insights for the work from anywhere metrics.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
toGetRequestInformation(requestConfiguration?: RequestConfiguration<WorkFromAnywhereMetricsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
}
/**
* The scores and insights for the work from anywhere metrics.
*/
export interface WorkFromAnywhereMetricsRequestBuilderGetQueryParameters {
/**
* Expand related entities
*/
expand?: string[];
/**
* Select properties to be returned
*/
select?: string[];
}
/**
* Uri template for the request builder.
*/
export declare const WorkFromAnywhereMetricsRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/workFromAnywhereMetrics{?%24expand,%24select}";
/**
* Metadata for all the requests in the request builder.
*/
export declare const WorkFromAnywhereMetricsRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map