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 CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions() CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions + func (o CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders() *client.Headers + func (o CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData() *odata.Query + func (o CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery() *client.QueryParams + type CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct + HttpResponse *http.Response + Model *beta.WindowsDeviceMalwareState + OData *odata.OData + type DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions() DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions + func (o DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders() *client.Headers + func (o DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData() *odata.Query + func (o DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery() *client.QueryParams + type DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions() ... + func (o GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions) ToHeaders() *client.Headers + func (o GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions) ToOData() *odata.Query + func (o GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions) ToQuery() *client.QueryParams + type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions() GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions + func (o GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders() *client.Headers + func (o GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData() *odata.Query + func (o GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery() *client.QueryParams + type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct + HttpResponse *http.Response + Model *beta.WindowsDeviceMalwareState + OData *odata.OData + type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCompleteResult struct + Items []beta.WindowsDeviceMalwareState + LatestHttpResponse *http.Response + type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCustomPager struct + NextLink *odata.Link + func (p *ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCustomPager) NextPageLink() *odata.Link + type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions 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 DefaultListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions() ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions + func (o ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions) ToHeaders() *client.Headers + func (o ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions) ToOData() *odata.Query + func (o ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions) ToQuery() *client.QueryParams + type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.WindowsDeviceMalwareState + OData *odata.OData + type ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient struct + Client *msgraph.Client + func NewManagedDeviceWindowsProtectionStateDetectedMalwareStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient, error) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) CreateManagedDeviceWindowsProtectionStateDetectedMalwareState(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (...) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) DeleteManagedDeviceWindowsProtectionStateDetectedMalwareState(ctx context.Context, ...) (...) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) GetManagedDeviceWindowsProtectionStateDetectedMalwareState(ctx context.Context, ...) (...) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCount(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (...) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) ListManagedDeviceWindowsProtectionStateDetectedMalwareStates(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (...) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesComplete(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCompleteResult, ...) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (...) + func (c ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) UpdateManagedDeviceWindowsProtectionStateDetectedMalwareState(ctx context.Context, ...) (...) + type UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions() UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions + func (o UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders() *client.Headers + func (o UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData() *odata.Query + func (o UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery() *client.QueryParams + type UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WindowsDeviceMalwareStateOperationPredicate struct + func (p WindowsDeviceMalwareStateOperationPredicate) Matches(input beta.WindowsDeviceMalwareState) bool