Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DetectedAppManagedDeviceClient struct + Client *msgraph.Client + func NewDetectedAppManagedDeviceClientWithBaseURI(sdkApi sdkEnv.Api) (*DetectedAppManagedDeviceClient, error) + func (c DetectedAppManagedDeviceClient) GetDetectedAppManagedDevice(ctx context.Context, id stable.DeviceManagementDetectedAppIdManagedDeviceId, ...) (result GetDetectedAppManagedDeviceOperationResponse, err error) + func (c DetectedAppManagedDeviceClient) GetDetectedAppManagedDevicesCount(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (result GetDetectedAppManagedDevicesCountOperationResponse, err error) + func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevices(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (result ListDetectedAppManagedDevicesOperationResponse, err error) + func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesComplete(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (ListDetectedAppManagedDevicesCompleteResult, error) + func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesCompleteMatchingPredicate(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (result ListDetectedAppManagedDevicesCompleteResult, err error) + type GetDetectedAppManagedDeviceOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDetectedAppManagedDeviceOperationOptions() GetDetectedAppManagedDeviceOperationOptions + func (o GetDetectedAppManagedDeviceOperationOptions) ToHeaders() *client.Headers + func (o GetDetectedAppManagedDeviceOperationOptions) ToOData() *odata.Query + func (o GetDetectedAppManagedDeviceOperationOptions) ToQuery() *client.QueryParams + type GetDetectedAppManagedDeviceOperationResponse struct + HttpResponse *http.Response + Model *stable.ManagedDevice + OData *odata.OData + type GetDetectedAppManagedDevicesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDetectedAppManagedDevicesCountOperationOptions() GetDetectedAppManagedDevicesCountOperationOptions + func (o GetDetectedAppManagedDevicesCountOperationOptions) ToHeaders() *client.Headers + func (o GetDetectedAppManagedDevicesCountOperationOptions) ToOData() *odata.Query + func (o GetDetectedAppManagedDevicesCountOperationOptions) ToQuery() *client.QueryParams + type GetDetectedAppManagedDevicesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDetectedAppManagedDevicesCompleteResult struct + Items []stable.ManagedDevice + LatestHttpResponse *http.Response + type ListDetectedAppManagedDevicesCustomPager struct + NextLink *odata.Link + func (p *ListDetectedAppManagedDevicesCustomPager) NextPageLink() *odata.Link + type ListDetectedAppManagedDevicesOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListDetectedAppManagedDevicesOperationOptions() ListDetectedAppManagedDevicesOperationOptions + func (o ListDetectedAppManagedDevicesOperationOptions) ToHeaders() *client.Headers + func (o ListDetectedAppManagedDevicesOperationOptions) ToOData() *odata.Query + func (o ListDetectedAppManagedDevicesOperationOptions) ToQuery() *client.QueryParams + type ListDetectedAppManagedDevicesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ManagedDevice + OData *odata.OData + type ManagedDeviceOperationPredicate struct + func (p ManagedDeviceOperationPredicate) Matches(input stable.ManagedDevice) bool