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 CreateWindowsMalwareInformationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateWindowsMalwareInformationOperationOptions() CreateWindowsMalwareInformationOperationOptions + func (o CreateWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers + func (o CreateWindowsMalwareInformationOperationOptions) ToOData() *odata.Query + func (o CreateWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams + type CreateWindowsMalwareInformationOperationResponse struct + HttpResponse *http.Response + Model *beta.WindowsMalwareInformation + OData *odata.OData + type DeleteWindowsMalwareInformationOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteWindowsMalwareInformationOperationOptions() DeleteWindowsMalwareInformationOperationOptions + func (o DeleteWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers + func (o DeleteWindowsMalwareInformationOperationOptions) ToOData() *odata.Query + func (o DeleteWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams + type DeleteWindowsMalwareInformationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetWindowsMalwareInformationCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetWindowsMalwareInformationCountOperationOptions() GetWindowsMalwareInformationCountOperationOptions + func (o GetWindowsMalwareInformationCountOperationOptions) ToHeaders() *client.Headers + func (o GetWindowsMalwareInformationCountOperationOptions) ToOData() *odata.Query + func (o GetWindowsMalwareInformationCountOperationOptions) ToQuery() *client.QueryParams + type GetWindowsMalwareInformationCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetWindowsMalwareInformationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetWindowsMalwareInformationOperationOptions() GetWindowsMalwareInformationOperationOptions + func (o GetWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers + func (o GetWindowsMalwareInformationOperationOptions) ToOData() *odata.Query + func (o GetWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams + type GetWindowsMalwareInformationOperationResponse struct + HttpResponse *http.Response + Model *beta.WindowsMalwareInformation + OData *odata.OData + type ListWindowsMalwareInformationsCompleteResult struct + Items []beta.WindowsMalwareInformation + LatestHttpResponse *http.Response + type ListWindowsMalwareInformationsCustomPager struct + NextLink *odata.Link + func (p *ListWindowsMalwareInformationsCustomPager) NextPageLink() *odata.Link + type ListWindowsMalwareInformationsOperationOptions 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 DefaultListWindowsMalwareInformationsOperationOptions() ListWindowsMalwareInformationsOperationOptions + func (o ListWindowsMalwareInformationsOperationOptions) ToHeaders() *client.Headers + func (o ListWindowsMalwareInformationsOperationOptions) ToOData() *odata.Query + func (o ListWindowsMalwareInformationsOperationOptions) ToQuery() *client.QueryParams + type ListWindowsMalwareInformationsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.WindowsMalwareInformation + OData *odata.OData + type UpdateWindowsMalwareInformationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateWindowsMalwareInformationOperationOptions() UpdateWindowsMalwareInformationOperationOptions + func (o UpdateWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers + func (o UpdateWindowsMalwareInformationOperationOptions) ToOData() *odata.Query + func (o UpdateWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams + type UpdateWindowsMalwareInformationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WindowsMalwareInformationClient struct + Client *msgraph.Client + func NewWindowsMalwareInformationClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsMalwareInformationClient, error) + func (c WindowsMalwareInformationClient) CreateWindowsMalwareInformation(ctx context.Context, input beta.WindowsMalwareInformation, ...) (result CreateWindowsMalwareInformationOperationResponse, err error) + func (c WindowsMalwareInformationClient) DeleteWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, ...) (result DeleteWindowsMalwareInformationOperationResponse, err error) + func (c WindowsMalwareInformationClient) GetWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, ...) (result GetWindowsMalwareInformationOperationResponse, err error) + func (c WindowsMalwareInformationClient) GetWindowsMalwareInformationCount(ctx context.Context, options GetWindowsMalwareInformationCountOperationOptions) (result GetWindowsMalwareInformationCountOperationResponse, err error) + func (c WindowsMalwareInformationClient) ListWindowsMalwareInformations(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions) (result ListWindowsMalwareInformationsOperationResponse, err error) + func (c WindowsMalwareInformationClient) ListWindowsMalwareInformationsComplete(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions) (ListWindowsMalwareInformationsCompleteResult, error) + func (c WindowsMalwareInformationClient) ListWindowsMalwareInformationsCompleteMatchingPredicate(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions, ...) (result ListWindowsMalwareInformationsCompleteResult, err error) + func (c WindowsMalwareInformationClient) UpdateWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, ...) (result UpdateWindowsMalwareInformationOperationResponse, err error) + type WindowsMalwareInformationOperationPredicate struct + func (p WindowsMalwareInformationOperationPredicate) Matches(input beta.WindowsMalwareInformation) bool